Skip to main content
GET
Workspace metadata endpoints use the orchestrator API:

Endpoints

files:* and * also satisfy workspace scopes.

List Workspaces

boolean
Admin-only: include all organization workspaces, including rows outside the caller’s normal visibility.
array
Workspaces visible to the caller.
object
Organization storage summary with usedBytes, quotaBytes, and unlimited.

Create Workspace

string
required
Display name.
string
Optional URL-safe slug. When omitted, Runtools derives one from name.

Get Workspace

string
required
Workspace ID.

Usage Summary

Use usage before deleting a workspace to see active sandbox mounts and agent references.

Rename Workspace

string
New display name.

Delete Workspace

boolean
Delete even when usage references still exist. Without force=true, an in-use workspace returns 409 WORKSPACE_IN_USE.
Personal workspaces cannot be deleted through this public delete endpoint, and they cannot be mounted into sandboxes.