What is E2B?
E2B provides isolated sandboxes that let agents safely execute code, process data, and run tools. Our SDKs make it easy to start and manage these environments.E2B Building Blocks
A quick overview of the core building blocks you’ll interact with when using E2B.- Sandbox — A fast, secure Linux VM created on demand for your agent
- Template — Defines what environment a sandbox starts with
How to use the docs
The documentation is split into three main sections:- Quickstart — Step-by-step tutorials that walk you through spinning up your first E2B sandboxes.
- Examples — In-depth tutorials focused on specific use cases. Pick the topics that match what you’re building.
- API/SDK Reference — A complete technical reference for every feature, component, and configuration option.
🚀 Quickstart.
Running your first Sandbox
Learn how to start your first E2B Sandbox with our Python or JavaScript SDK.
Connecting LLMs to E2B
Connect your favorite LLM to E2B to run AI-generated code inside the Sandbox.
Uploading & downloading files
A quick guide on how to upload and download files to and from the Sandbox.
Install custom packages
Customize your Sandbox with third-party packages.