ScalixScalix Docs

Account API

Caller identity, permissions, and limits

REST API endpoints for Account. 2 operations.

Describe the current token

plaintext
GET /v1/me

Returns the caller's identity, effective permissions and scopes, the MCP tools their scopes unlock, and their plan's rate-limit and API-key ceilings.

Auth: Bearer API key

Responses

StatusDescription
200The caller's identity, permissions, MCP tools, and plan limits
401Missing or invalid token
500Internal error

operationId: getMe

Get the caller's account profile

plaintext
GET /v1/user/info

Returns the authenticated user's id, email, name, plan, and status. Fields after status are present only when a stored user record exists.

Auth: Bearer API key

Responses

StatusDescription
200The caller's account profile
401Missing or invalid credentials
500Database error

operationId: getUserInfo