Run Coding Agents in Sandboxes. Control Them Over HTTP. Supports Claude Code, Codex, OpenCode, and Amp. https://sandboxagent.dev
Find a file
Nathan Flurry 4b483afbae docs theme
2026-01-25 03:37:54 -08:00
.agents/skills skills 2026-01-25 00:23:08 -08:00
.claude/skills skills 2026-01-25 00:23:08 -08:00
.codex/skills skills 2026-01-25 00:23:08 -08:00
.github/workflows refactor: rename sandbox-daemon to sandbox-agent 2026-01-25 02:30:12 -08:00
.opencode/skills skills 2026-01-25 00:23:08 -08:00
docker/release refactor: rename sandbox-daemon to sandbox-agent 2026-01-25 02:30:12 -08:00
docs docs theme 2026-01-25 03:37:54 -08:00
engine/packages feat: refresh web console theme 2026-01-25 03:33:34 -08:00
frontend feat: refresh web console theme 2026-01-25 03:33:34 -08:00
research docs: update agent docs with mode/permission info, add amp.md 2026-01-24 23:12:41 -08:00
resources/agent-schemas feat: refresh web console theme 2026-01-25 03:33:34 -08:00
scripts/release refactor: rename sandbox-daemon to sandbox-agent 2026-01-25 02:30:12 -08:00
sdks/typescript feat: refresh web console theme 2026-01-25 03:33:34 -08:00
spec feat: stream sessions and discover agent modes 2026-01-25 01:55:44 -08:00
.gitignore feat: refresh web console theme 2026-01-25 03:33:34 -08:00
AGENTS.md chore: symlink AGENTS.md to CLAUDE.md 2026-01-24 23:20:40 -08:00
Cargo.toml refactor: rename sandbox-daemon to sandbox-agent 2026-01-25 02:30:12 -08:00
CLAUDE.md feat: refresh docs and agent schema 2026-01-25 03:04:12 -08:00
justfile refactor: rename sandbox-daemon to sandbox-agent 2026-01-25 02:30:12 -08:00
LICENSE refactor: rename sandbox-daemon to sandbox-agent 2026-01-25 02:30:12 -08:00
package.json refactor: rename sandbox-daemon to sandbox-agent 2026-01-25 02:30:12 -08:00
pnpm-lock.yaml feat: refresh web console theme 2026-01-25 03:33:34 -08:00
pnpm-workspace.yaml chore: sync workspace changes 2026-01-25 01:57:16 -08:00
README.md feat: refresh web console theme 2026-01-25 03:33:34 -08:00
ROADMAP.md chore: sync workspace changes 2026-01-25 01:57:16 -08:00
spec.md feat: refresh web console theme 2026-01-25 03:33:34 -08:00
todo.md feat: refresh web console theme 2026-01-25 03:33:34 -08:00
turbo.json chore: sync workspace changes 2026-01-25 01:57:16 -08:00

Sandbox Agent SDK

Universal API for running Claude Code, Codex, OpenCode, and Amp inside sandboxes.

Documentation lives in docs/ (Mintlify). Start with:

  • docs/index.mdx for the overview
  • docs/quickstart.mdx to run the daemon
  • docs/http-api.mdx and docs/cli.mdx for API references

Quickstart (local dev):

sandbox-agent --token "$SANDBOX_TOKEN" --host 127.0.0.1 --port 2468

Extract API keys from local agent configs (Claude Code, Codex, OpenCode, Amp):

# Print env vars
sandbox-agent credentials extract-env

# Export to current shell
eval "$(sandbox-agent credentials extract-env --export)"