e2b
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name E2B_TOKEN or zero doctor check-connector --url https://api.e2b.app/sandboxes --method GET
How to Use
Official docs:
https://e2b.dev/docs/api-reference
1. Create a Sandbox
Create a new sandbox (ephemeral VM). The default template is a Debian-based image with common runtimes.
Write /tmp/e2b_create.json:
{
"templateID": "base"
}