E2B provides secure, isolated cloud sandboxes for running AI-generated code and commands. Create sandboxes, execute code and shell commands, transfer files, and manage the sandbox lifecycle.

Changelog

1 version
v1.0.0 Latest
  • Initial version.

Authentication

TypeDetails
API Key
API Key (text)
Log into your E2B account and create an API key at

Actions

16
Create Sandbox icon

Create Sandbox

Create a new E2B sandbox from a template. Returns the sandbox ID used by the other components.
Find Sandboxes icon

Find Sandboxes

Find E2B sandboxes, optionally filtered by state (running/paused). Returns a maximum of 100 sandboxes.
Download File icon

Download File

Download a file from an E2B sandbox and store it in the Appmixer file store.
Get Sandbox icon

Get Sandbox

Retrieve details about a single E2B sandbox by its ID.
Get Sandbox Logs icon

Get Sandbox Logs

Get the logs for an E2B sandbox.
Get Sandbox Metrics icon

Get Sandbox Metrics

Get CPU and memory usage metrics for a running E2B sandbox.
Kill Sandbox icon

Kill Sandbox

Kill (terminate) an E2B sandbox by its ID. This is irreversible.
List Files icon

List Files

List the files and directories at a given path inside an E2B sandbox.
List Templates icon

List Templates

List the sandbox templates available to your E2B team.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the E2B API.
Pause Sandbox icon

Pause Sandbox

Pause a running E2B sandbox, preserving its state so it can be resumed later.
Resume Sandbox icon

Resume Sandbox

Resume a previously paused E2B sandbox so it can be used again.
Run Code icon

Run Code

Execute code (Python, JavaScript and more) inside an E2B sandbox using the code interpreter and return the output. The sandbox must be created from the code-interpreter-v1 template (or a custom template based on it).
Run Command icon

Run Command

Run a shell command inside an E2B sandbox and return its stdout, stderr and exit code.
Set Sandbox Timeout icon

Set Sandbox Timeout

Set a new timeout for a running E2B sandbox. The sandbox will be killed after the timeout elapses.
Upload File icon

Upload File

Upload an Appmixer file into an E2B sandbox at the given path.