Create API key
API Keys
Create API key
Create a new Neo API key for the authenticated user.
Each user can have only one API key. If an API key already exists, this endpoint will return a 409 Conflict error. Use the rotate endpoint to generate a new key value.
The API key format is neo_sk_ followed by 32 random characters.
The full key is returned only once - store it securely.
POST
Create API key
Authorizations
JWT authentication token
Response
API key created successfully

