Home
Providers
E2B
E2B
E2B (e2b-dev) provides secure, isolated cloud sandboxes for AI agents and AI-generated code, built on a forked Firecracker microVM runtime. The platform ships a REST Sandbox API, JavaScript and Python SDKs, a Code Interpreter SDK, a Desktop Sandbox for computer-use agents, persistent volumes, a custom template build system, and an e2b CLI. The Apache-2.0 licensed core repos — E2B, infra, firecracker, code-interpreter, and desktop — also support self-hosted deployments on AWS, GCP, Azure, or bare Linux. E2B is LLM-agnostic and used by labs and enterprises building code interpreters, deep-research agents, data analysis features, reinforcement-learning environments, and computer-use agents.
E2B publishes 12 APIs on the APIs.io network, including access-tokens API, admin API, api-keys API, and 9 more. Tagged areas include AI, Agents, Code Execution, Code Interpreter, and Sandboxes.
The E2B catalog on APIs.io includes 1 JSON-LD context and 1 Spectral governance ruleset.
E2B’s developer surface includes authentication, developer portal, documentation, getting-started guide, API reference, signup flow, engineering blog, and 42 more developer resources.
14 APIs
17 Features
AI Agents Code Execution Code Interpreter Sandboxes Firecracker microVMs Computer Use Desktop Sandbox Templates MCP Open Source
On this page
Kin Score
APIs 14
Postman 12
Open Collections 3
Pricing Plans 1
Rate Limits 1
FinOps 1
Features 17
Vocabularies 1
Spectral Rules 1
JSON Schema 2
Examples 2
Security Posture 3
Agentic Access 1
Resources 49
apis.yml
21 Operational Transparency
Composite quality — 61.8/100 · strong
Contract Quality
16.2 / 25
Developer Ergonomics
15.7 / 20
Commercial Clarity
13.7 / 20
Operational Transparency
2.7 / 13
Agent readiness — 32/100 · agent aware
Machine-Readable Contract
18 / 18
Agentic Access Contract
10 / 10
MCP Server
0 / 12
Machine-Readable Auth
10 / 10
Idempotency
0 / 9
Stable Error Semantics
0 / 8
Request/Response Examples
7 / 7
Rate-Limit Signaling
7 / 7
Typed Event Surface
0 / 6
Agent Skills
0 / 5
Well-Known Catalog
0 / 4
Consent & Bot Identity
0 / 3
A2A Agent Card
0 / 8
Dry-Run / Simulate Mode
0 / 4
Individual APIs this provider publishes, each with its own machine-readable definition.
Scroll for all 14
Ready-to-run Postman collections for exercising this provider's APIs.
Scroll for all 12
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Cost, billing, and metering signals for API financial operations.
Notable capabilities this provider offers.
Firecracker microVM sandboxes that cold-start in under 200ms in-region and run up to 24 hours on Pro
Pause, resume, and snapshot sandboxes to persist agent state across invocations
Custom sandbox templates built from e2b.toml or programmatic SDK definitions with cached build layers
Persistent volumes attachable to any sandbox with a separate Volume Content API authenticated by short-lived JWTs
Up to 100 concurrent sandboxes on Pro (expandable to 1,100 with purchase) and up to 20 on Hobby
Adjustable per-sandbox CPU and RAM, plus 10-20 GiB of free storage depending on tier
JavaScript/TypeScript and Python SDKs for the Sandbox, Code Interpreter, and Desktop products
Code Interpreter SDK returns Jupyter-style outputs (stdout, charts, images, html, markdown, latex)
Desktop Sandbox boots a Linux desktop with noVNC stream and mouse/keyboard/screenshot primitives for computer-use agents
MCP Gateway and MCP server integrations that expose sandboxes as tools to Claude, ChatGPT, and other MCP clients
LLM-agnostic — works with Anthropic, OpenAI, Mistral, Llama, and any custom model
Built-in integration patterns with LangChain, LlamaIndex, Vercel AI SDK, CrewAI, AutoGen, and Hugging Face
Open-source CLI (`e2b`) for template init, build, list, deploy, sandbox connect, and logs
Apache-2.0 licensed core; the platform is buildable from the e2b-dev/infra Go monorepo for self-hosting on AWS, GCP, Azure, or bare Linux
Enterprise BYOC and on-prem deployments with a forked Firecracker microVM runtime in Rust
Per-second usage-based pricing on CPU, RAM, and storage with a $100 signup credit
Used in production by AI labs, agent startups, and Fortune 100 enterprises; 1B+ sandboxes started and 3.5M+ monthly SDK downloads
Scroll for all 17
JSON-LD contexts and semantic vocabularies used across these APIs.
Spectral governance rulesets for linting and validating these APIs.
Standalone JSON Schema definitions for this provider's data models.
Example request and response payloads for these APIs.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Recommended x-agentic-access execution contracts for AI agents.
Get Started 4
Portal, sign-up, and the first successful call
Documentation 3
Reference material describing how the API behaves
Agent Surfaces 1
MCP servers, agent skills, and machine-readable catalogs
Build 24
SDKs, sample code, and the tooling you integrate with
Scroll for all 24
Access & Security 6
Authentication, authorization, and security posture
Operate 4
Status, limits, changes, and where to get help
Commercial 4
Pricing, plans, and the legal terms of use
Company 3
The organization behind the API
Source (apis.yml)
aid: e2b-dev
url: https://raw.githubusercontent.com/api-evangelist/e2b-dev/refs/heads/main/apis.yml
apis:
- aid: e2b-dev:e2b-code-interpreter-api
name: E2B Code Interpreter SDK
tags:
- AI
- Agents
- Code Interpreter
- Jupyter
- Data Analysis
humanURL: https://github.com/e2b-dev/code-interpreter
properties:
- url: https://github.com/e2b-dev/code-interpreter
type: Documentation
- url: https://e2b.dev/docs/code-interpreting/analyze-data-with-ai
type: Documentation
- url: https://github.com/e2b-dev/code-interpreter
type: SDKs
description: Higher-level SDK on top of the Sandbox API that exposes a Jupyter-style code interpreter for LLM-driven Python
and JavaScript execution. Returns structured execution results including stdout, stderr, text, png, jpeg, svg, html, markdown,
latex, json, javascript, pdf and chart outputs that map cleanly onto tool-use schemas for Anthropic, OpenAI, Mistral,
Llama and other model providers.
- aid: e2b-dev:e2b-desktop-api
name: E2B Desktop Sandbox SDK
tags:
- AI
- Agents
- Desktop
- Computer Use
- GUI
humanURL: https://github.com/e2b-dev/desktop
properties:
- url: https://github.com/e2b-dev/desktop
type: Documentation
- url: https://github.com/e2b-dev/desktop
type: SDKs
description: Sandbox flavor that boots a Linux desktop environment with a noVNC stream and exposes mouse, keyboard, screenshot,
and window-management primitives. Built for computer-use agents pairing vision-capable models like Claude and GPT with
a real graphical desktop they can drive end to end.
- aid: e2b-dev:e2b-dev-access-tokens-api
name: E2B access-tokens API
description: The access-tokens API from E2B — 2 operation(s) for access-tokens.
humanURL: https://e2b.dev/docs
baseURL: https://api.e2b.app
tags:
- access-tokens
properties:
- type: OpenAPI
url: openapi/e2b-dev-access-tokens-api-openapi.yml
- type: Documentation
url: https://e2b.dev/docs
- type: Documentation
url: https://e2b.dev/docs/sandbox
- type: Documentation
url: https://e2b.dev/docs/sandbox/api/lifecycle
- type: Documentation
url: https://e2b.dev/docs/sandbox/persistence
- type: Documentation
url: https://e2b.dev/docs/sandbox/lifecycle-events-webhooks
- type: Documentation
url: https://e2b.dev/docs/sandbox/lifecycle-events-api
- type: JSONSchema
url: json-schema/e2b-sandbox-schema.json
- type: JSONLD
url: json-ld/e2b-dev-context.jsonld
- type: Documentation
url: https://e2b.dev/docs/sandbox-template
- type: Documentation
url: https://e2b.dev/docs/cli
- type: JSONSchema
url: json-schema/e2b-template-schema.json
- type: Documentation
url: https://e2b.dev/docs/api-key
- aid: e2b-dev:e2b-dev-admin-api
name: E2B admin API
description: The admin API from E2B — 4 operation(s) for admin.
humanURL: https://e2b.dev/docs
baseURL: https://api.e2b.app
tags:
- admin
properties:
- type: OpenAPI
url: openapi/e2b-dev-admin-api-openapi.yml
- type: Documentation
url: https://e2b.dev/docs
- type: Documentation
url: https://e2b.dev/docs/sandbox
- type: Documentation
url: https://e2b.dev/docs/sandbox/api/lifecycle
- type: Documentation
url: https://e2b.dev/docs/sandbox/persistence
- type: Documentation
url: https://e2b.dev/docs/sandbox/lifecycle-events-webhooks
- type: Documentation
url: https://e2b.dev/docs/sandbox/lifecycle-events-api
- type: JSONSchema
url: json-schema/e2b-sandbox-schema.json
- type: JSONLD
url: json-ld/e2b-dev-context.jsonld
- type: Documentation
url: https://e2b.dev/docs/sandbox-template
- type: Documentation
url: https://e2b.dev/docs/cli
- type: JSONSchema
url: json-schema/e2b-template-schema.json
- type: Documentation
url: https://e2b.dev/docs/api-key
- aid: e2b-dev:e2b-dev-api-keys-api
name: E2B api-keys API
description: The api-keys API from E2B — 2 operation(s) for api-keys.
humanURL: https://e2b.dev/docs
baseURL: https://api.e2b.app
tags:
- api-keys
properties:
- type: OpenAPI
url: openapi/e2b-dev-api-keys-api-openapi.yml
- type: Documentation
url: https://e2b.dev/docs
- type: Documentation
url: https://e2b.dev/docs/sandbox
- type: Documentation
url: https://e2b.dev/docs/sandbox/api/lifecycle
- type: Documentation
url: https://e2b.dev/docs/sandbox/persistence
- type: Documentation
url: https://e2b.dev/docs/sandbox/lifecycle-events-webhooks
- type: Documentation
url: https://e2b.dev/docs/sandbox/lifecycle-events-api
- type: JSONSchema
url: json-schema/e2b-sandbox-schema.json
- type: JSONLD
url: json-ld/e2b-dev-context.jsonld
- type: Documentation
url: https://e2b.dev/docs/sandbox-template
- type: Documentation
url: https://e2b.dev/docs/cli
- type: JSONSchema
url: json-schema/e2b-template-schema.json
- type: Documentation
url: https://e2b.dev/docs/api-key
- aid: e2b-dev:e2b-dev-auth-api
name: E2B auth API
description: The auth API from E2B — 3 operation(s) for auth.
humanURL: https://e2b.dev/docs
baseURL: https://api.e2b.app
tags:
- auth
properties:
- type: OpenAPI
url: openapi/e2b-dev-auth-api-openapi.yml
- type: Documentation
url: https://e2b.dev/docs
- type: Documentation
url: https://e2b.dev/docs/sandbox
- type: Documentation
url: https://e2b.dev/docs/sandbox/api/lifecycle
- type: Documentation
url: https://e2b.dev/docs/sandbox/persistence
- type: Documentation
url: https://e2b.dev/docs/sandbox/lifecycle-events-webhooks
- type: Documentation
url: https://e2b.dev/docs/sandbox/lifecycle-events-api
- type: JSONSchema
url: json-schema/e2b-sandbox-schema.json
- type: JSONLD
url: json-ld/e2b-dev-context.jsonld
- type: Documentation
url: https://e2b.dev/docs/sandbox-template
- type: Documentation
url: https://e2b.dev/docs/cli
- type: JSONSchema
url: json-schema/e2b-template-schema.json
- type: Documentation
url: https://e2b.dev/docs/api-key
- aid: e2b-dev:e2b-dev-events-api
name: E2B events API
description: The events API from E2B — 2 operation(s) for events.
humanURL: https://e2b.dev/docs
baseURL: https://api.e2b.app
tags:
- events
properties:
- type: OpenAPI
url: openapi/e2b-dev-events-api-openapi.yml
- type: Documentation
url: https://e2b.dev/docs
- type: Documentation
url: https://e2b.dev/docs/sandbox
- type: Documentation
url: https://e2b.dev/docs/sandbox/api/lifecycle
- type: Documentation
url: https://e2b.dev/docs/sandbox/persistence
- type: Documentation
url: https://e2b.dev/docs/sandbox/lifecycle-events-webhooks
- type: Documentation
url: https://e2b.dev/docs/sandbox/lifecycle-events-api
- type: JSONSchema
url: json-schema/e2b-sandbox-schema.json
- type: JSONLD
url: json-ld/e2b-dev-context.jsonld
- type: Documentation
url: https://e2b.dev/docs/sandbox-template
- type: Documentation
url: https://e2b.dev/docs/cli
- type: JSONSchema
url: json-schema/e2b-template-schema.json
- type: Documentation
url: https://e2b.dev/docs/api-key
- aid: e2b-dev:e2b-dev-health-api
name: E2B Health API
description: The Health API from E2B — 1 operation(s) for health.
humanURL: https://e2b.dev/docs
baseURL: https://api.e2b.app
tags:
- Health
properties:
- type: OpenAPI
url: openapi/e2b-dev-health-api-openapi.yml
- type: Documentation
url: https://e2b.dev/docs
- type: Documentation
url: https://e2b.dev/docs/sandbox
- type: Documentation
url: https://e2b.dev/docs/sandbox/api/lifecycle
- type: Documentation
url: https://e2b.dev/docs/sandbox/persistence
- type: Documentation
url: https://e2b.dev/docs/sandbox/lifecycle-events-webhooks
- type: Documentation
url: https://e2b.dev/docs/sandbox/lifecycle-events-api
- type: JSONSchema
url: json-schema/e2b-sandbox-schema.json
- type: JSONLD
url: json-ld/e2b-dev-context.jsonld
- type: Documentation
url: https://e2b.dev/docs/sandbox-template
- type: Documentation
url: https://e2b.dev/docs/cli
- type: JSONSchema
url: json-schema/e2b-template-schema.json
- type: Documentation
url: https://e2b.dev/docs/api-key
- aid: e2b-dev:e2b-dev-sandboxes-api
name: E2B sandboxes API
description: The sandboxes API from E2B — 13 operation(s) for sandboxes.
humanURL: https://e2b.dev/docs
baseURL: https://api.e2b.app
tags:
- sandboxes
properties:
- type: OpenAPI
url: openapi/e2b-dev-sandboxes-api-openapi.yml
- type: Documentation
url: https://e2b.dev/docs
- type: Documentation
url: https://e2b.dev/docs/sandbox
- type: Documentation
url: https://e2b.dev/docs/sandbox/api/lifecycle
- type: Documentation
url: https://e2b.dev/docs/sandbox/persistence
- type: Documentation
url: https://e2b.dev/docs/sandbox/lifecycle-events-webhooks
- type: Documentation
url: https://e2b.dev/docs/sandbox/lifecycle-events-api
- type: JSONSchema
url: json-schema/e2b-sandbox-schema.json
- type: JSONLD
url: json-ld/e2b-dev-context.jsonld
- type: Documentation
url: https://e2b.dev/docs/sandbox-template
- type: Documentation
url: https://e2b.dev/docs/cli
- type: JSONSchema
url: json-schema/e2b-template-schema.json
- type: Documentation
url: https://e2b.dev/docs/api-key
- aid: e2b-dev:e2b-dev-snapshots-api
name: E2B snapshots API
description: The snapshots API from E2B — 1 operation(s) for snapshots.
humanURL: https://e2b.dev/docs
baseURL: https://api.e2b.app
tags:
- snapshots
properties:
- type: OpenAPI
url: openapi/e2b-dev-snapshots-api-openapi.yml
- type: Documentation
url: https://e2b.dev/docs
- type: Documentation
url: https://e2b.dev/docs/sandbox
- type: Documentation
url: https://e2b.dev/docs/sandbox/api/lifecycle
- type: Documentation
url: https://e2b.dev/docs/sandbox/persistence
- type: Documentation
url: https://e2b.dev/docs/sandbox/lifecycle-events-webhooks
- type: Documentation
url: https://e2b.dev/docs/sandbox/lifecycle-events-api
- type: JSONSchema
url: json-schema/e2b-sandbox-schema.json
- type: JSONLD
url: json-ld/e2b-dev-context.jsonld
- type: Documentation
url: https://e2b.dev/docs/sandbox-template
- type: Documentation
url: https://e2b.dev/docs/cli
- type: JSONSchema
url: json-schema/e2b-template-schema.json
- type: Documentation
url: https://e2b.dev/docs/api-key
- aid: e2b-dev:e2b-dev-tags-api
name: E2B tags API
description: The tags API from E2B — 2 operation(s) for tags.
humanURL: https://e2b.dev/docs
baseURL: https://api.e2b.app
tags:
- tags
properties:
- type: OpenAPI
url: openapi/e2b-dev-tags-api-openapi.yml
- type: Documentation
url: https://e2b.dev/docs
- type: Documentation
url: https://e2b.dev/docs/sandbox
- type: Documentation
url: https://e2b.dev/docs/sandbox/api/lifecycle
- type: Documentation
url: https://e2b.dev/docs/sandbox/persistence
- type: Documentation
url: https://e2b.dev/docs/sandbox/lifecycle-events-webhooks
- type: Documentation
url: https://e2b.dev/docs/sandbox/lifecycle-events-api
- type: JSONSchema
url: json-schema/e2b-sandbox-schema.json
- type: JSONLD
url: json-ld/e2b-dev-context.jsonld
- type: Documentation
url: https://e2b.dev/docs/sandbox-template
- type: Documentation
url: https://e2b.dev/docs/cli
- type: JSONSchema
url: json-schema/e2b-template-schema.json
- type: Documentation
url: https://e2b.dev/docs/api-key
- aid: e2b-dev:e2b-dev-templates-api
name: E2B templates API
description: The templates API from E2B — 11 operation(s) for templates.
humanURL: https://e2b.dev/docs
baseURL: https://api.e2b.app
tags:
- templates
properties:
- type: OpenAPI
url: openapi/e2b-dev-templates-api-openapi.yml
- type: Documentation
url: https://e2b.dev/docs
- type: Documentation
url: https://e2b.dev/docs/sandbox
- type: Documentation
url: https://e2b.dev/docs/sandbox/api/lifecycle
- type: Documentation
url: https://e2b.dev/docs/sandbox/persistence
- type: Documentation
url: https://e2b.dev/docs/sandbox/lifecycle-events-webhooks
- type: Documentation
url: https://e2b.dev/docs/sandbox/lifecycle-events-api
- type: JSONSchema
url: json-schema/e2b-sandbox-schema.json
- type: JSONLD
url: json-ld/e2b-dev-context.jsonld
- type: Documentation
url: https://e2b.dev/docs/sandbox-template
- type: Documentation
url: https://e2b.dev/docs/cli
- type: JSONSchema
url: json-schema/e2b-template-schema.json
- type: Documentation
url: https://e2b.dev/docs/api-key
- aid: e2b-dev:e2b-dev-volumes-api
name: E2B volumes API
description: The volumes API from E2B — 5 operation(s) for volumes.
humanURL: https://e2b.dev/docs
baseURL: https://api.e2b.app
tags:
- volumes
properties:
- type: OpenAPI
url: openapi/e2b-dev-volumes-api-openapi.yml
- type: Documentation
url: https://e2b.dev/docs
- type: Documentation
url: https://e2b.dev/docs/sandbox
- type: Documentation
url: https://e2b.dev/docs/sandbox/api/lifecycle
- type: Documentation
url: https://e2b.dev/docs/sandbox/persistence
- type: Documentation
url: https://e2b.dev/docs/sandbox/lifecycle-events-webhooks
- type: Documentation
url: https://e2b.dev/docs/sandbox/lifecycle-events-api
- type: JSONSchema
url: json-schema/e2b-sandbox-schema.json
- type: JSONLD
url: json-ld/e2b-dev-context.jsonld
- type: Documentation
url: https://e2b.dev/docs/sandbox-template
- type: Documentation
url: https://e2b.dev/docs/cli
- type: JSONSchema
url: json-schema/e2b-template-schema.json
- type: Documentation
url: https://e2b.dev/docs/api-key
- aid: e2b-dev:e2b-dev-webhooks-api
name: E2B webhooks API
description: The webhooks API from E2B — 2 operation(s) for webhooks.
humanURL: https://e2b.dev/docs
baseURL: https://api.e2b.app
tags:
- webhooks
properties:
- type: OpenAPI
url: openapi/e2b-dev-webhooks-api-openapi.yml
- type: Documentation
url: https://e2b.dev/docs
- type: Documentation
url: https://e2b.dev/docs/sandbox
- type: Documentation
url: https://e2b.dev/docs/sandbox/api/lifecycle
- type: Documentation
url: https://e2b.dev/docs/sandbox/persistence
- type: Documentation
url: https://e2b.dev/docs/sandbox/lifecycle-events-webhooks
- type: Documentation
url: https://e2b.dev/docs/sandbox/lifecycle-events-api
- type: JSONSchema
url: json-schema/e2b-sandbox-schema.json
- type: JSONLD
url: json-ld/e2b-dev-context.jsonld
- type: Documentation
url: https://e2b.dev/docs/sandbox-template
- type: Documentation
url: https://e2b.dev/docs/cli
- type: JSONSchema
url: json-schema/e2b-template-schema.json
- type: Documentation
url: https://e2b.dev/docs/api-key
name: E2B
tags:
- AI
- Agents
- Code Execution
- Code Interpreter
- Sandboxes
- Firecracker
- microVMs
- Computer Use
- Desktop Sandbox
- Templates
- MCP
- Open Source
kind: contract
accessModel:
pricing: freemium
onboarding: self-serve
trial: false
try_now: true
public: false
label: Freemium · Self-serve signup
confidence: high
source:
- plans
- authentication
generated: '2026-07-22'
method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/e2b-dev.png
access: 3rd-Party
common:
- type: PostmanWorkspace
url: https://www.postman.com/kinlaneapi/e2b/overview
- type: AgenticAccess
url: agentic-access/e2b-dev-agentic-access.yml
- type: VulnerabilityDisclosure
url: security/e2b-dev-vulnerability-disclosure.yml
- type: DomainSecurity
url: security/e2b-dev-domain-security.yml
- type: Authentication
url: authentication/e2b-dev-authentication.yml
- url: https://e2b.dev
type: Portal
- url: https://e2b.dev/docs
type: Documentation
- url: https://e2b.dev/docs/quickstart
type: GettingStarted
- url: https://e2b.dev/docs/sdk-reference
type: APIReference
- url: https://e2b.dev/docs/api-key
type: Authentication
- url: https://e2b.dev/docs/cli
name: E2B CLI
type: Documentation
- url: https://e2b.dev/dashboard
type: Portal
- url: https://e2b.dev/dashboard?tab=keys
name: API Keys
type: Authentication
- url: https://e2b.dev/auth/sign-up
type: Signup
- url: https://e2b.dev/blog
type: Blog
- url: https://e2b.dev/changelog
type: ChangeLog
- url: https://e2b.dev/contact
type: Support
- url: https://e2b.dev/terms
type: TermsOfService
- url: https://e2b.dev/privacy
type: PrivacyPolicy
- url: https://e2b.dev/security
type: TrustCenter
- url: https://x.com/e2b_dev
type: Twitter
- url: https://www.linkedin.com/company/e2b-dev
type: LinkedIn
- url: https://discord.gg/U7KEcGErtQ
type: Forums
- url: https://github.com/e2b-dev
type: GitHubOrganization
- url: https://github.com/e2b-dev/E2B
name: E2B Core
type: GitHubRepository
- url: https://github.com/e2b-dev/infra
name: E2B Cloud Infrastructure
type: GitHubRepository
- url: https://github.com/e2b-dev/firecracker
name: E2B Firecracker Fork
type: GitHubRepository
- url: https://github.com/e2b-dev/code-interpreter
name: Code Interpreter SDK
type: GitHubRepository
- url: https://github.com/e2b-dev/desktop
name: Desktop Sandbox
type: GitHubRepository
- url: https://github.com/e2b-dev/surf
name: Surf Computer Use Agent
type: GitHubRepository
- url: https://github.com/e2b-dev/fragments
name: Fragments
type: GitHubRepository
- url: https://github.com/e2b-dev/ai-analyst
name: AI Analyst
type: GitHubRepository
- url: https://github.com/e2b-dev/open-computer-use
name: Open Computer Use
type: GitHubRepository
- url: https://github.com/e2b-dev/e2b-cookbook
name: E2B Cookbook
type: CodeExamples
- url: https://github.com/e2b-dev/dashboard
name: E2B Dashboard
type: GitHubRepository
- url: https://github.com/e2b-dev/docs
name: E2B Documentation
type: GitHubRepository
- url: https://github.com/e2b-dev/awesome-ai-agents
name: Awesome AI Agents
type: GitHubRepository
- url: https://github.com/e2b-dev/awesome-ai-sdks
name: Awesome AI SDKs
type: GitHubRepository
- url: https://github.com/e2b-dev/awesome-mcp-gateways
name: Awesome MCP Gateways
type: GitHubRepository
- url: https://www.npmjs.com/package/e2b
name: e2b npm
type: SDKs
- url: https://www.npmjs.com/package/@e2b/code-interpreter
name: '@e2b/code-interpreter npm'
type: SDKs
- url: https://pypi.org/project/e2b/
name: e2b PyPI
type: SDKs
- url: https://pypi.org/project/e2b-code-interpreter/
name: e2b-code-interpreter PyPI
type: SDKs
- url: https://pypi.org/project/e2b-desktop/
name: e2b-desktop PyPI
type: SDKs
- url: https://www.npmjs.com/package/@e2b/desktop
name: '@e2b/desktop npm'
type: SDKs
- url: https://www.npmjs.com/package/@e2b/cli
name: '@e2b/cli'
type: CLI
- url: plans/e2b-dev-plans-pricing.yml
type: Plans
- url: rate-limits/e2b-dev-rate-limits.yml
type: RateLimits
- url: finops/e2b-dev-finops.yml
type: FinOps
- type: Features
data:
- Firecracker microVM sandboxes that cold-start in under 200ms in-region and run up to 24 hours on Pro
- Pause, resume, and snapshot sandboxes to persist agent state across invocations
- Custom sandbox templates built from e2b.toml or programmatic SDK definitions with cached build layers
- Persistent volumes attachable to any sandbox with a separate Volume Content API authenticated by short-lived JWTs
- Up to 100 concurrent sandboxes on Pro (expandable to 1,100 with purchase) and up to 20 on Hobby
- Adjustable per-sandbox CPU and RAM, plus 10-20 GiB of free storage depending on tier
- JavaScript/TypeScript and Python SDKs for the Sandbox, Code Interpreter, and Desktop products
- Code Interpreter SDK returns Jupyter-style outputs (stdout, charts, images, html, markdown, latex)
- Desktop Sandbox boots a Linux desktop with noVNC stream and mouse/keyboard/screenshot primitives for computer-use agents
- MCP Gateway and MCP server integrations that expose sandboxes as tools to Claude, ChatGPT, and other MCP clients
- LLM-agnostic — works with Anthropic, OpenAI, Mistral, Llama, and any custom model
- Built-in integration patterns with LangChain, LlamaIndex, Vercel AI SDK, CrewAI, AutoGen, and Hugging Face
- Open-source CLI (`e2b`) for template init, build, list, deploy, sandbox connect, and logs
- Apache-2.0 licensed core; the platform is buildable from the e2b-dev/infra Go monorepo for self-hosting on AWS, GCP, Azure,
or bare Linux
- Enterprise BYOC and on-prem deployments with a forked Firecracker microVM runtime in Rust
- Per-second usage-based pricing on CPU, RAM, and storage with a $100 signup credit
- Used in production by AI labs, agent startups, and Fortune 100 enterprises; 1B+ sandboxes started and 3.5M+ monthly SDK
downloads
sources:
- https://e2b.dev
- https://e2b.dev/docs
- https://e2b.dev/pricing
- https://github.com/e2b-dev
- https://github.com/e2b-dev/E2B/blob/main/spec/openapi.yml
updated: '2026-05-25'
created: '2026-05-25'
modified: '2026-05-30'
position: Consuming
description: E2B (e2b-dev) provides secure, isolated cloud sandboxes for AI agents and AI-generated code, built on a forked
Firecracker microVM runtime. The platform ships a REST Sandbox API, JavaScript and Python SDKs, a Code Interpreter SDK,
a Desktop Sandbox for computer-use agents, persistent volumes, a custom template build system, and an e2b CLI. The Apache-2.0
licensed core repos — E2B, infra, firecracker, code-interpreter, and desktop — also support self-hosted deployments on AWS,
GCP, Azure, or bare Linux. E2B is LLM-agnostic and used by labs and enterprises building code interpreters, deep-research
agents, data analysis features, reinforcement-learning environments, and computer-use agents.
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com
X: apievangelist
url: https://apievangelist.com
specificationVersion: '0.16'