Run Codex and Claude Code from a web control plane built for serious developers.
Agent Bridge is a remote AI coding workspace concept for browser-first control of tmux-backed coding sessions, permission gates, patch review, and machine onboarding. This page is a front-end MVP demo of the workflow we want to ship.
A better browser workflow for remote coding agents.
This MVP is front-end only. It simulates machine onboarding, session transport, terminal updates, permission flow, and diff review while the real host daemon and WebSocket transport are being built.
Claude Code / frontend routing fix
Browser UI first. Remote daemon next. Structured control after that.
The real product will start with a WebSocket-based control plane rather than jumping straight into peer-to-peer complexity. That keeps the transport simple, lets us normalize Codex and Claude events, and gives us a clean permission layer before we optimize lower-level execution.
Agent shell
Terminal output, approvals, diff review, machine list, and attach flow in one web UI.
WebSocket broker
Auth, session routing, event fan-out, and audit history for browser clients.
Machine adapter
Runs on the remote box, checks tmux and CLI capabilities, and converts local state into structured events.
Codex + Claude Code
We start by wrapping your existing coding workflows instead of replacing them with a new agent stack.
Want access when the real remote backend is ready?
Join the waitlist for real machine onboarding, tmux-backed sessions, permission cards, and remote coding control. Right now this is a demo experience. The actual host daemon, WebSocket layer, and session transport are in active development.
Get the launch note
This page is a demo. Sign up and we’ll notify you when live remote execution, machine registration, and browser approvals are ready.
FAQ
Is this page running real remote sessions?
No. This is a front-end MVP that demonstrates the user experience. Real machine registration, WebSocket transport, and remote execution are still being built.
Why not just stay in tmux?
tmux is great for persistence, but not for session visibility, approvals, operator onboarding, or patch review when multiple agent sessions are running.
Why start with Codex and Claude Code?
Because the fastest path is to wrap the CLIs already used by higher-context developers, then improve the workflow around them before building a deeper agent platform.