mcp
MCP tools
Tool ↔ REST map. Prefer these over inventing curl.
| Tool | REST twin |
|---|---|
health | GET /health |
usage | GET /v1/orgs/{org_id}/usage |
room_list | GET /v1/rooms |
room_create / room_get / room_destroy | /v1/rooms |
sandbox_create | POST …/sandboxes/from-template |
sandbox_exec / sandbox_destroy | exec / delete sandbox |
sandbox_expose_port / sandbox_unexpose_port | ports API |
agent_send / agent_request / agent_fanout / agent_wait | fabric messages |
barrier_arrive | barriers |
fs_read / fs_write / fs_list | room drive |
audit_list | room audit |
org_audit_list | org audit |
Create args
sandbox_create accepts template_id, env_json, egress_allowlist_json, memory_mib, and a unique guest_cid (9100–9999).
Rules
- Always
health+usagebefore mutating - Summarize audit for humans; do not dump raw logs unless asked
- Webapp is a prompt hub — never ask users to click Create / Exec