-
-
Notifications
You must be signed in to change notification settings - Fork 2
API Overview
Builder Of Things edited this page May 30, 2026
·
1 revision
Base URL: http://localhost:3001
POST /runsGET /runs/:idGET /runs/:id/executionGET /runs/:id/execution/streamGET /runs/:id/worldPOST /runs/:id/approvals/:channelPOST /runs/:id/resumePOST /runs/:id/cancel
If you are building an operator-facing client, start with:
-
/runsto create work -
/runs/:id/executionfor current runtime state -
/runs/:id/execution/streamfor live updates
That is the shared run model behind the product surfaces.
POST /runs accepts tool_scopes; those scopes bind the run writ to built-in
tools and any programmable capabilities loaded on the server.