E2B · Capability
E2B Sandbox API — Sandboxes
E2B Sandbox API — Sandboxes. Lead operation: E2B Create A Sandbox. Self-contained Naftiko capability covering the sandbox CRUD business surface.
E2B Sandbox API — Sandboxes is a Naftiko capability published by E2B, one of 13 capabilities the APIs.io network indexes for this provider. It bundles 4 operations across the GET, POST, and DELETE methods rooted at /v1/sandboxes.
The capability includes 2 read-only operations and 2 state-changing operations. Lead operation: E2B List Running Sandboxes. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include E2B and Sandboxes.
What You Can Do
GET
Listsandboxes
— E2B List Running Sandboxes
/v1/sandboxes
POST
Createsandbox
— E2B Create A Sandbox
/v1/sandboxes
GET
Getsandbox
— E2B Get A Sandbox
/v1/sandboxes/{sandboxID}
DELETE
Killsandbox
— E2B Kill A Sandbox
/v1/sandboxes/{sandboxID}
MCP Tools
e2b-list-sandboxes
E2B List Running Sandboxes
read-only
idempotent
e2b-create-sandbox
E2B Create A Sandbox
e2b-get-sandbox
E2B Get A Sandbox
read-only
idempotent
e2b-kill-sandbox
E2B Kill A Sandbox
idempotent