See It Work
SDK and CLI. Full control.
Every example uses the real
@tangle-network/sandbox API.What You Get
A full computer for every agent.
Not a REPL. Not a function. A real Linux environment with filesystem, networking, tools, and root access.
Learn more
Frequently Asked Questions
What is the Sandbox SDK?
The Sandbox SDK lets you create isolated cloud containers for AI agents via a TypeScript SDK or CLI. Each sandbox is a full Linux environment with root access, SSH, file system operations, and optional GPU support — provisioned in seconds.
What AI backends are supported?
Sandboxes support multiple agent backends: OpenCode (multi-provider, default), Claude Code (Anthropic-native), Codex (OpenAI-native), AMP (Sourcegraph), and Factory Droids. You can also bring your own API key and switch backends per request.
What languages and runtimes work?
Any Docker image works — Node.js, Python, Rust, Go, Ubuntu, or your own custom Dockerfile. Pre-built images are available for common stacks like Ethereum, Solana, and ML workloads. GPU images with CUDA support are available for inference and training.
How does snapshot and restore work?
You can checkpoint the full state of any sandbox — filesystem, installed packages, everything. Restore instantly to create new sandboxes from that state. Bring your own S3-compatible storage (AWS S3, GCS, Cloudflare R2) for snapshot persistence.
Cloud containers for AI agents.
Create your first sandbox, run an agent, stream results. One npm install.