← Tools Reference

E2B

E2B integration (AI, Developer Tools). Imported from open-connector.

API key3 toolshttps://api.e2b.app
GET
e2b_list_sandboxes
List E2B sandboxes visible to the current API key.

/v2/sandboxes

4 parameters
ParamTypeRequiredDescription
metadatastringoptionalMetadata query used to filter sandboxes, such as "user=abc&app=prod". Keys and …
statearrayoptionalSandbox states used to filter the list.
nextTokenstringoptionalCursor returned by E2B for the next page.
limitintegeroptionalMaximum number of sandboxes to return per page.
GET
e2b_get_sandbox
Get one E2B sandbox by sandbox identifier.

/sandboxes/{sandboxID}

1 parameter
ParamTypeRequiredDescription
sandboxIDstringrequiredThe E2B sandbox identifier.
DELETE
e2b_delete_sandbox
Kill an E2B sandbox by sandbox identifier.

/sandboxes/{sandboxID}

1 parameter
ParamTypeRequiredDescription
sandboxIDstringrequiredThe E2B sandbox identifier.