Developer Tools27 toolsPaste one API key
E2b integration for AI agents
Open-source Code Interpreting for AI Apps.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect E2b once and call the same tools from all of them.
Setup
Connect E2b through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
E2b exposes 27 tools through ClawLink. The 25 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
e2b_get_health | Check the health status of the E2B API | Read |
e2b_get_sandbox | Retrieve detailed information about a specific sandbox by its ID | Read |
e2b_get_sandbox_lifecycle_events | Retrieve the latest lifecycle events for a particular sandbox instance | Read |
e2b_get_sandbox_metrics | Retrieve timestamped CPU, memory, and disk usage metrics for a sandbox | Read |
e2b_get_sandboxes_logs | Retrieve logs from a specific E2B sandbox instance | Read |
e2b_get_teams_metrics | Retrieve timestamped CPU, memory, and disk usage metrics for a team | Read |
e2b_get_teams_metrics_max | Retrieve the maximum value for a specific team metric in a given interval | Read |
e2b_get_templates_build_status | Get the status of a template build | Read |
e2b_get_templates_files | Get an upload link for a tar file containing build layer files | Read |
e2b_get_webhook | Retrieve the current webhook configuration for a specific webhook | Read |
e2b_list_sandboxes | List all running and paused sandboxes associated with your team | Read |
e2b_list_sandboxes_metrics | Retrieve timestamped CPU, memory, and disk usage metrics for multiple sandboxes | Read |
e2b_list_team_sandbox_lifecycle_events | Retrieve the latest lifecycle events across all sandboxes associated with the team | Read |
e2b_list_templates | List all available E2B templates for your team | Read |
e2b_list_webhooks | Retrieve all registered webhooks for your team | Read |
e2b_connect_sandbox | Connect to an existing E2B sandbox and retrieve its details | Read |
e2b_create_template | Create a new E2B template with specified configuration | Write |
e2b_create_webhook | Register a new webhook to receive sandbox lifecycle events for the team | Write |
e2b_pause_sandbox | Pause a running E2B sandbox preserving its filesystem and memory state | Read |
e2b_post_sandboxes | Create a new E2B sandbox from a template | Write |
e2b_post_sandboxes_timeout | Set the timeout for an E2B sandbox | Write |
e2b_refresh_sandbox | Refresh an E2B sandbox and extend its time to live | Read |
e2b_start_template_build | Start a build for an E2B template | Read |
e2b_update_template | Update an E2B template configuration | Write |
e2b_update_webhook | Update an existing webhook configuration including URL, enabled status, and subscribed events | Write |