v8

latestOpenAPI 3.1.1LicenseRef-Proprietaryraw.githubusercontent.com2026-05-19280916.6 KB
Workspaces

List accessible workspaces

Returns the workspaces available to the authenticated public API key, including each workspace's public ID, name, creation timestamp, and caller role.

get/workspaces

Response

Accessible workspaces returned.

Example response

{
  "workspaces": [
    {
      "workspace_id": "ws_abc123",
      "name": "Brand Studio"
    }
  ]
}