Create API key
POST
/api/auth/api-keys
Create a new API key for the authenticated user
Request Bodyrequired
JSON with name and optional scopes array
Responses
201
API key created
400
Invalid request
401
Not authenticated
500
Internal server error
Create a new API key for the authenticated user
JSON with name and optional scopes array
API key created
Invalid request
Not authenticated
Internal server error