Sandbox for AI Apps & Agents
Secure sandboxed cloud environments made for AI agents and AI apps
What is E2B?
E2B Sandbox is a secure sandboxed cloud environment made for AI agents and AI
apps. Sandboxes allow AI agents and apps to have long running cloud secure
environments. In these environments, large language models can use the same
tools as humans do. For example:
- Cloud browsers
- GitHub repositories and CLIs
- Coding tools like linters, autocomplete, "go-to defintion"
- Running LLM generated code
- Audio & video editing
The E2B sandbox can be connected to any LLM and any AI agent or app.
Getting Started & Documentation
Please visit documentation to get started.
To create and control a sandbox, you use our SDK:
Install SDK
npm install e2b
Start sandbox
import { Sandbox } from "e2b";
const sandbox = await Sandbox.create();
await sandbox.close();