Workspaces
Workspaces
Projects and memberships within a workspace.
Workspace endpoints are served under /workspaces/:workspaceId/... and require an authenticated actor (session/JWT).
Projects
GET /workspaces/:workspaceId/projects— list projects in the workspace.POST /workspaces/:workspaceId/projects— create project in the workspace.
Members
GET /workspaces/:workspaceId/members— list explicit memberships.POST /workspaces/:workspaceId/members— add member.PATCH /workspaces/:workspaceId/members/:membershipId— update role.DELETE /workspaces/:workspaceId/members/:membershipId— remove member.