GET
200 OK/api/workspacesList workspaces visible to the current user or API key.
Required scope
workspace:readRead workspace identity, manage settings and members, issue invitations, and control API keys with explicit administrative scopes.
/api/workspacesList workspaces visible to the current user or API key.
workspace:read/api/workspaces/currentRead the workspace selected by the API key or X-Workspace-Id header.
workspace:read/api/workspaces/current/api-entitlementRead the current plan, billing state, active key count, and effective API limits. This endpoint is available to an authenticated dashboard session even when API access is paused.
workspace:read{
"enabled": true,
"reason": null,
"plan": "pro",
"billingStatus": "active",
"activeApiKeys": 2,
"limits": {
"readRequestsPerMinute": 1200,
"writeRequestsPerMinute": 300,
"requestsPerMonth": 2000000,
"activeApiKeys": 10,
"maxUploadBytes": 524288000
}
}/api/workspaces/currentUpdate the workspace name or settings object.
workspace:admin{
"name": "SteadyLink Studio",
"settings": { "theme": "steadylink" }
}/api/workspaces/current/membersList workspace members and roles.
workspace:read/api/workspaces/current/invitationsInvite a member with an expiration from 1 to 30 days.
workspace:admin/api/workspaces/current/api-keysList key metadata. Raw key values are never returned here.
workspace:adminNeed another path?