Open-source project case study

ClawBridge Codex: self-hosted AI agents powered by OpenAI Codex

ClawBridge Codex is Mark Carmona’s public agent platform: a Node host orchestrates isolated agent containers, keeps credentials host-side, connects communication channels, and supplies bounded memory and tools.

1,346ClawBridge Codex commits at the July 2026 site update
36Repository tags documenting an actively versioned project
86%TypeScript codebase for the public agent platform
12+Supported communication and work channels

The problem

Many agent demos combine messaging, credentials, model execution, memory, and tools inside one trusted process. That is convenient, but it makes access boundaries difficult to inspect. ClawBridge Codex separates the host control plane from the agent execution environment.

Architecture

The Node host receives channel messages, resolves a session, retrieves relevant memory, prepares an explicit workspace, starts or resumes the agent container, and delivers the result. Credentials and channel adapters remain on the host. The container receives the context and files needed for the task rather than unrestricted host access.

Core components

  • Node.js host for channels, sessions, routing, credentials, and lifecycle
  • Docker containers for isolated Codex execution
  • Persistent session workspaces
  • Hindsight memory for retain, recall, and reflection
  • MCP and API integrations for bounded tool use
  • Health checks, doctor commands, logs, and service management

Tradeoffs

Container isolation increases operational complexity and does not replace host hardening, network policy, secret management, input validation, or permission review. Persistent memory improves continuity but introduces retention, privacy, and data-separation responsibilities.

Limitations

ClawBridge Codex is not presented as a universal replacement for larger frameworks. Teams that need extensive built-in governance, a mature plugin ecosystem, or broad model portability may prefer OpenClaw, Hermes-Agent, or another platform. The smaller architecture is most valuable when auditability and a controlled scope matter.

Engineering services

Choose the system, not just the keyword.

Each service page describes a distinct delivery scope with public project evidence, technical boundaries, and a clear handoff path.

Operations

AI Automation Engineer

Workflow automation across CRM, email, calendars, reporting, lead response, and business APIs.

Explore AI automation →
Infrastructure

Self-Hosted AI Agent Developer

Client-owned runtimes with Docker isolation, host-side secrets, storage, and monitoring.

Explore self-hosted AI →
Remote delivery

Remote AI Engineer

Project-based AI agent and automation delivery for distributed teams worldwide.

Explore remote delivery →
Evidence

ClawBridge Codex

Review the architecture and public repository behind Mark’s self-hosted agent work.

Review the case study →

Available for remote builds

Bring me the workflow that keeps falling back to manual work.

I’ll help identify whether it needs an AI agent, deterministic automation, an OpenClaw deployment, a custom integration, or a simpler system.

Email Mark Carmona →