Create API Key (User)
Create a new API key for the authenticated user. Users can create keys for themselves with safe default scopes. Defaults to mcp:full scope if not specified. API key is only shown once - save it immediately.
Authorizations
First-party access token for your own signed-in session, obtained from the /api/enterprise-auth/login endpoint. The REST API returns your own account data to you — it is a first-party consumer surface, not a third-party integration channel. Data from connected bank feeds (open-banking / CDR data) is your own data, returned only to you in your own authenticated session.
Body
"My MCP Integration"
Scopes for the API key. Defaults to mcp:full. Admin scope (*) is not allowed for user-created keys.
mcp:read, mcp:tools:list, mcp:tools:call, mcp:resources:read, mcp:full 1 <= x <= 36590
