ScalixScalix Docs
Sign up

Account API

Account API for Scalix Cloud to inspect the current API key's identity, effective scopes, unlocked MCP tools, plan rate limits, and profile.

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