For the complete documentation index, see llms.txt. This page is also available as Markdown.
Getting Started
1
Create a Personal Access Token
See Overview for how to create one from your user menu.
2
Check Your Token's Scope
Call GET /me with your new token. It returns your organization and the workspaces the token can see — one workspace for an admin-scoped token, or every workspace in the organization for an org admin token.
3
Make Your First Request
Org admin token: call GET /workspaces to list every workspace in your organization. Admin token: call GET /workspaces/{workspace_id}/groups for a workspace your token can see.