Documentation

mcp

MCP tools

Tool ↔ REST map. Prefer these over inventing curl.

ToolREST twin
healthGET /health
usageGET /v1/orgs/{org_id}/usage
room_listGET /v1/rooms
room_create / room_get / room_destroy/v1/rooms
sandbox_createPOST …/sandboxes/from-template
sandbox_exec / sandbox_destroyexec / delete sandbox
sandbox_expose_port / sandbox_unexpose_portports API
agent_send / agent_request / agent_fanout / agent_waitfabric messages
barrier_arrivebarriers
fs_read / fs_write / fs_listroom drive
audit_listroom audit
org_audit_listorg 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 + usage before mutating
  • Summarize audit for humans; do not dump raw logs unless asked
  • Webapp is a prompt hub — never ask users to click Create / Exec