Create, list, inspect, rename, and delete persistent workspaces
Workspace metadata endpoints use the orchestrator API:Documentation Index
Fetch the complete documentation index at: https://docs.runtools.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Method | Path | Scope | Description |
|---|---|---|---|
GET | /v1/workspaces | files:read | List workspaces visible to the caller |
POST | /v1/workspaces | files:write | Create an organization workspace |
GET | /v1/workspaces/{id} | files:read | Get one workspace |
GET | /v1/workspaces/{id}/usage | files:read | Check sandbox and agent references |
PATCH | /v1/workspaces/{id} | files:write | Rename a workspace |
DELETE | /v1/workspaces/{id} | files:write | Delete a workspace |
files:* and * also satisfy workspace scopes.
usedBytes, quotaBytes, and unlimited.name.force=true, an in-use workspace returns 409 WORKSPACE_IN_USE.