mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 08:03:46 +00:00
636 B
636 B
Sandbox Agent SDK
Universal API for running Claude Code, Codex, OpenCode, and Amp inside sandboxes.
Documentation lives in docs/ (Mintlify). Start with:
docs/index.mdxfor the overviewdocs/quickstart.mdxto run the daemondocs/http-api.mdxanddocs/cli.mdxfor 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)"