Account API
Caller identity, permissions, and limits
REST API endpoints for Account. 2 operations.
Describe the current token
plaintext
GET /v1/meReturns 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
| Status | Description |
|---|---|
200 | The caller's identity, permissions, MCP tools, and plan limits |
401 | Missing or invalid token |
500 | Internal error |
operationId: getMe
Get the caller's account profile
plaintext
GET /v1/user/infoReturns 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
| Status | Description |
|---|---|
200 | The caller's account profile |
401 | Missing or invalid credentials |
500 | Database error |
operationId: getUserInfo