Tools
The MCP tools let agents manage sandboxes, execute commands, search logs, and query health data through JSON-RPC.
Available Tools
| Tool name | Purpose |
|---|---|
list_sandboxes | List running and stopped sandboxes |
inspect_sandbox | Detailed sandbox info + port map |
start_sandbox | Start a stopped sandbox |
stop_sandbox | Gracefully stop a running sandbox |
restart_sandbox | Stop then start a sandbox |
kill_sandbox | Force-kill a sandbox |
get_sandbox_logs | Tail stdout/stderr logs |
exec_in_sandbox | Run a command inside a sandbox |
pull_block | Download/install a block |
list_packages | List installed packages |
get_package_stats | Aggregate package statistics |
search_sandbox_logs | FTS5 log search with BM25 ranking |
get_sandbox_stats | CPU/memory statistics |
get_health_status | Health check status for a sandbox |
summarise_sandbox_health | Bundle inspect+logs+ports into ~500 bytes |
subscription_status | Current subscription tier and status |
subscription_plans | Available subscription plans with pricing |
subscription_upgrade | Upgrade to a paid plan (creates a billing charge) |
subscription_manage | Short-lived billing-portal URL |