Doramagic.ai Chinese

Agent Runtime Infrastructure · Preview

E2B Sandbox Code Execution Pack

E2B capability pack for isolated sandboxes where AI agents can safely execute code, process data, run commands, and manage files.

Preview status · 2026-05-20

What is E2B Sandbox Code Execution Pack?

01

Quick decision

Use this section to decide whether the project is worth a deeper read.
Best forDevelopers who need isolated code execution for AI agents, data processing, generated files, or command-running workflows.

Match the project to your task before installing it.

CapabilitySandbox execution preflight, filesystem and network boundary review, command acceptance checks, timeout budget, and recovery guidance

E2B capability pack for isolated sandboxes where AI agents can safely execute code, process data, run commands, and manage files.

Repositorye2b-dev/E2B

12k stars · 907 forks

02

What it can do

Translate the upstream project into concrete capabilities the user can judge before installing.
1

Overview

Related topics: Sandbox Usage, JavaScript/TypeScript SDK, Python SDK

Sources: [README.md:1]()
2

Installation

Related topics: JavaScript/TypeScript SDK, Python SDK, CLI Tool

Source: https://github.com/e2b-dev/E2B / Human Manual
3

Sandbox Usage

Related topics: Sandbox Management, Filesystem and Git Operations, Network Configuration

Sources: [README.md:1-20](https://github.com/e2b-dev/E2B/blob/main/README.md)
4

JavaScript/TypeScript SDK

Related topics: Python SDK, CLI Tool, Sandbox Usage

Sources: [packages/js-sdk/tsup.config.js]()
5

Python SDK

Related topics: JavaScript/TypeScript SDK, CLI Tool, Sandbox Usage

Sources: [e2b/api/metadata.py](https://github.com/e2b-dev/E2B/blob/main/packages/python-sdk/e2b/api/metadata.py)

Sources: https://github.com/e2b-dev/E2B, Human Manual, Project Pack evidence, and downstream validation signals.

03

Community Discussion Evidence

Project-level external discussion stays visible on the detail page, not only inside the manual.
Stars12k stars
Forks907 forks
Contributors50 contributors
Licenseunknown

Community Discussion Evidence

12 source-linked items

Review these external discussions before using E2B Sandbox Code Execution Pack with real data or production workflows. They are review inputs, not standalone proof that the project is production-ready.

04

How to start

Only source-backed commands are shown here. Verify them in an isolated environment first.
1

Try the prompt first

Test the workflow without installing the upstream project.

preview
2

Read the Human Manual

Understand inputs, outputs, limits, and failure modes.

manual
3

Take context to your AI host

Use the compiled assets in your preferred AI environment.

context
4

Run sandbox verification

Confirm install commands and rollback before using a primary environment.

verify
npm i e2b

Official start command · https://github.com/e2b-dev/E2B#readme · verified: yes

05

Human Manual

The English page must expose the real manual, not a short placeholder.

8+ sections · Human Manual

E2B Sandbox Code Execution Pack Manual

Related topics: Sandbox Usage, JavaScript/TypeScript SDK, Python SDK

Open the full manual
  1. E2B Sandbox Code Execution Pack Human Manual
  2. Table of Contents
  3. Overview
  4. Related Pages
  5. What is E2B?
  6. Core Capabilities
  7. Architecture Overview
  8. Key Components
1

Overview

Related topics: Sandbox Usage, JavaScript/TypeScript SDK, Python SDK

Sources: [README.md:1]()
2

Installation

Related topics: JavaScript/TypeScript SDK, Python SDK, CLI Tool

Source: https://github.com/e2b-dev/E2B / Human Manual
3

Sandbox Usage

Related topics: Sandbox Management, Filesystem and Git Operations, Network Configuration

Sources: [README.md:1-20](https://github.com/e2b-dev/E2B/blob/main/README.md)
4

JavaScript/TypeScript SDK

Related topics: Python SDK, CLI Tool, Sandbox Usage

Sources: [packages/js-sdk/tsup.config.js]()
5

Python SDK

Related topics: JavaScript/TypeScript SDK, CLI Tool, Sandbox Usage

Sources: [e2b/api/metadata.py](https://github.com/e2b-dev/E2B/blob/main/packages/python-sdk/e2b/api/metadata.py)

06

AI Context Pack and portable assets

After deciding to continue, take the project context into your own AI host.

Complete pack plus user-owned assets

These files are planning and verification assets for Claude Code, Codex, Gemini, Cursor, ChatGPT, and other AI hosts.

07

Preflight checks

Treat this page as a planning asset, not proof that your local environment is ready.

08

Pitfall Log and verification risks

Doramagic surfaces high-risk items before users treat a candidate capability as verified.
high

Review upstream issue

The source signal needs review before production use.

medium

Review upstream issue

The source signal needs review before production use.

medium

Review upstream issue

The source signal needs review before production use.

medium

Review upstream issue

The source signal needs review before production use.

medium

Review upstream issue

The source signal needs review before production use.

medium

Review upstream issue

The source signal needs review before production use.

medium

Review upstream issue

The source signal needs review before production use.

medium

Review upstream issue

[Bug]: torch.compile fails for Gemma3n on pytorch 2.8 ### Your current environment <details> <summary>The output of <code>python collect_env.py</code></summary> ```text Your output of `python collect_env.py` here ``` </details> ### 🐛 Describe the bug run ``` vllm serve google/gemma-3n-E2B-it -tp 1 ``` on torch==2.8.0:…