v2

latestOpenAPI 3.0.0Terms and conditions2026-08-064293107.7 KB
Introspection

Returns the current API key's authorization context — its bound user, granted scopes, and any resource-scope narrowing. Useful for AI clients (MCP) to hide tools that the key cannot use, instead of failing at the first request.

get/me/api-key

Response

API key introspection

userIdstring required

The user this key authenticates as.

accountIdstring required

The account this key belongs to.

scopesstring[] required

Granted granular scope strings (already normalized).

mcpAccessboolean required