Skip to main content

Create a new API key.

Create a new API key.

Request Body REQUIRED
name string REQUIRED

Key name.

Responses
201

API key created successfully

Schema OPTIONAL
api_key string

Generated secret API key. There is no way to retrieve this key again through the API, so store it securely.

id uuid

API key identifier.

name string

API key name provided by the user.

409

API key with that name already exists

Schema OPTIONAL
details object

Detailed error metadata. The contents of this field is determined by error_code.

error_code string

Error code is a string that specifies this error type.

message string

Human-readable error message.