Create an API key
POST/api/settings/api-keys
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.
Request
Responses
- 200
- 400
- 401
- 403
- 404
API key created with raw token
Empty name or invalid org IDs
Unauthorized
Plan does not support API keys
Organization not found