API Keys
API key management for programmatic access (Pro+ tier)
📄️ List API keys
Returns all active API keys for the authenticated user. The raw token is never returned here — only the hint (last 4 chars). Includes `org_ids` showing which organizations each key is scoped to.
📄️ Create an API key
Generates a new personal access token (PAT) for programmatic API access. The raw token is returned only once — copy it immediately. Requires Pro tier or higher. Supply `org_ids` to restrict the key to specific organizations; omit to allow all orgs.
📄️ Revoke an API key
Soft-deletes an API key owned by the authenticated user. Returns 204 on success
📄️ Update an API key's org scope
Replaces the list of organizations an API key is authorized to act on behalf of. The user must own the key and be a member of all supplied orgs. Requires at least one org.