
Get started
1. Install the SDK
2. Set your API key
3. Create and run a sandbox
4. Use sandboxes with your agents
To wire sandboxes into agent code, see the Open Source docs:- Deep Agents — Sandboxes as agent backends: configure a sandbox as the execution backend so your agent gets
executeand filesystem tools automatically. - LangChain / LangGraph integrations — Sandbox integrations: connect to third-party sandbox providers (Daytona, Modal, etc.) or use LangSmith sandboxes as a first-party option.
Resources
Snapshots
Build filesystem images from Docker images or capture a running sandbox, then boot sandboxes from them.
Service URLs
Access HTTP services running inside sandboxes via authenticated URLs.
Auth proxy
Inject credentials into outbound API requests without hardcoding secrets.
Permissions
Control which workspace members can interact with a sandbox after it is created.
CLI
Build snapshots, manage sandboxes, open consoles, and tunnel TCP ports from the command line.
SDK usage
Create and manage sandboxes programmatically with the Python or TypeScript SDK.
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

