Run Coding Agents in Sandboxes. Control Them Over HTTP. A server that runs inside your sandbox. Your app connects remotely to control Claude Code, Codex, OpenCode, or Amp โ streaming events, handling permissions, managing sessions. Documentation โ API Reference โ Discord Why Sandbox Agent? Running coding agents remotely is hard. Existing SDKs assume local execution, SSH breaks TTY handling and streaming, and every agent has a different API. Building from scratch means reimplementing everything for each coding agent. Sandbox Agent solves three problems: Coding agents need sandboxes โ You can't let AI execute arbitrary code on your production servers. Coding agents need isolated environments, but existing SDKs assume local execution. Sandbox Agent is a server that runs inside the sandbox and exposes HTTP/SSE. Every coding agent is different โ Claude Code, Codex, OpenCode, and Amp each have proprietary APIs, event formats, and behaviors. Swapping agents means rewriting your integration. Sandbox Agent provides one HTTP API โ write your code once, swap agents with a config change. Sessions are ephemeral โ Agent transcripts live in the sandbox. When the process ends, you lose everything. Sandbox Agent streams events in a universal schema to your storage. Persist to Postgres, ClickHouse, or Rivet. Replay later, audit everything. Features Universal Agent API : Single interface to control Claude Code, Codex, OpenCode, and Amp with full feature coverage : Single interface to control Claude Code, Codex, OpenCode, and Amp with full feature coverage Streaming Events : Real-time SSE stream of everything the agent does โ tool calls, permission requests, file edits, and more : Real-time SSE stream of everything the agent does โ tool calls, permission requests, file edits, and more Universal Session Schema : Standardized schema that normalizes all agent event formats for storage and replay : Standardized schema that normalizes all agent event formats for storage and replay Human-in-...
First seen: 2026-02-02 04:32
Last seen: 2026-02-02 05:32