Create a new API key for the current user.
Requires JWT Bearer authentication with the token received from the login endpoint. The full API key is only returned once during creation - store it securely.
Bearer token (JWT) from OAuth2 login
Body
Optional name for the API key to help identify its purpose
Response
The full API key (only shown once)
First few characters of the API key
Important: The full API key is only returned during creation. Store it securely - you won’t be able to retrieve it again.