Workspaces (Spaces)

Group sessions into Spaces.

Workspaces (Spaces)#

Generated from apps/server/src/routes/workspaces.ts. Do not edit by hand — run pnpm --filter @pair-protocol/web gen-docs to refresh.

Group sessions into Spaces.

All endpoints share the API host https://api.hyperbolic.sh. Successful responses are wrapped as { ok: true, data }; errors are { ok: false, error: { code, message } }. See Errors for the full list.

Endpoints#

Create workspace#

POST/api/workspacesno auth

List workspaces#

GET/api/workspacesno auth

Get workspace details with sessions#

GET/api/workspaces/:idno auth

Update workspace#

PATCH/api/workspaces/:idno auth

Delete workspace#

DELETE/api/workspaces/:idno auth