mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-16 12:03:27 +00:00
15 lines
404 B
Markdown
15 lines
404 B
Markdown
# 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):
|
|
|
|
```bash
|
|
sandbox-agent --token "$SANDBOX_TOKEN" --host 127.0.0.1 --port 8787
|
|
```
|