Platform

Platform

Workspaces

Workspaces, folders, and files — the shared document layer.

Endpoints

Runs live against the backend
  • GET/api/v1/workspaces/List workspaces
  • POST/api/v1/workspaces/Create a workspace
  • GET/api/v1/workspaces/{workspace_id}Get a workspace
  • PATCH/api/v1/workspaces/{workspace_id}Update a workspace
  • DELETE/api/v1/workspaces/{workspace_id}Delete a workspace

Calls go through the portal proxy with your admin session. SSE (run / generate) endpoints return their final payload here; live streaming lands next.