The sandbox runtime that ends the AI agent dilemma — agents run without restrictions, your host stays completely untouched. Powered by your existing Claude Code & Codex subscriptions, not per-token API billing.
One daemon, many sandboxes, unlimited agents
Everything your agents need. Nothing your host risks.
Every guarantee is enforced by the platform — not reliant on agent behavior
| Layer | Mechanism | Status |
|---|---|---|
| Host network | Each sandbox gets its own isolated Docker network. Cannot reach localhost, host services, or the local network. | blocked |
| Internet access | Agents freely download packages, call APIs, clone repos, and interact with the outside world. | open |
| Host filesystem | Zero access by default. Only explicitly declared mounts are allowed; the daemon rejects anything unsafe. | invisible |
| Credentials | Only daemon-defined shortcuts (SSH forwarding, gh CLI auth) can enter. Fixed rules — no arbitrary host path passthrough. | minimal |
| Cleanup | All runtime resources (containers, networks, filesystem state) fully removed on delete. No orphans, no leaks. | complete |
Codex and Claude Code both have sandboxes. Neither actually solves the dilemma.
| Restricted mode Codex workspace-write / Claude Code default |
Unrestricted mode Codex danger-full-access / Claude Code --dangerously-skip-permissions |
Agents Sandbox | |
|---|---|---|---|
| git commit / push | ✗ Blocked or needs approval | ✓ Works | ✓ Works |
| Install deps, build, test | Partial — may trigger approval | ✓ Works | ✓ Works |
| Network access | All (host exposed) or nothing | All (host exposed) | Internet yes, host blocked |
| Approval prompts | Frequent | ✗ None — all bypassed | ✓ None needed |
| Host filesystem | Full-disk readable | Fully read & writable | Invisible — declared mounts only |
| Other projects on machine | Readable | Readable & writable | Invisible |
| Credential exposure | Inherits host environment | Inherits host environment | Only explicit projections (SSH agent, gh auth) |
| Host safety | Partial | None | Full — host untouched |
| Blast radius of a bad command | Limited writes, but host readable | Entire host machine | Only the disposable sandbox |
| Dedicated hardware required | Runs on bare host — needs separate machine for safety | Runs on bare host — needs separate machine for safety | No — VM-level isolation on your existing machine |
| Cost model | Flat-rate subscription, but host at risk | Flat-rate subscription, but host at risk | Same subscriptions, fully isolated — no extra cost |
Your Claude Code & Codex subscriptions, fully isolated in one command
Built in the open, for everyone