#385 · Primary category: AI Coding Assistants
sandbox-agent
Run Coding Agents in Sandboxes. Control Them Over HTTP. Supports Claude Code, Codex, OpenCode, and Amp.
Project last updated:06/19/26
GitHub Stars
1.6K
Forks
125
Contributors
17
License
Apache-2.0
Why we included this project
Coding agents like Claude Code and Codex are built to run locally, which makes them awkward to control from your own application. Sandbox Agent solves that by running a lightweight Rust server inside the sandbox and exposing a single HTTP/SSE API, so you can spawn agents, stream their events, and handle permission prompts without SSH or local-execution assumptions. It also normalizes the different event formats each agent produces into one schema you can store in Postgres, ClickHouse, or Rivet for replay and auditing. Installation is a single curl command into E2B, Daytona, Modal, Cloudflare Containers, or Docker, and you can run it as a standalone server or embed it via the TypeScript SDK. If you're building a product that orchestrates coding agents, this removes a lot of the integration plumbing.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.