Verify credentials
Returns the principal behind the current key and the organization it can act on. Call this first to discover your org_id.
Authorizations
Your ara_ API key from Settings > Ara API. Keys are capability-scoped: run, plugins:read, secrets:read, secrets:write, sessions:read, knowledge:read, repos:read, repos:write, reviews:read, reviews:write, analytics:read, org:read, org:write, attachments:read, attachments:write, plugins:write, guardrails:read, guardrails:write.
Response
The authenticated principal.
API keys resolve to service_user; MCP OAuth grants resolve to user.
service_user, user Present when principal_type is service_user.
Present when principal_type is service_user.
Organization pinned to the current credential.
Present when principal_type is user.
Present when principal_type is user.
Present when principal_type is user.
Display name of the organization pinned to this credential.
URL slug of the organization pinned to this credential.
Active MCP OAuth client grants for the signed-in user and organization.

