Skip to main content
POST
This endpoint uses your dashboard session (Auth0 JWT), not an API key.

Request body

name
string
required
A human-readable label for the key. Max 128 characters. Example: production, ci-pipeline.

Response

id
string
Unique identifier for the key (UUID). Use this when revoking.
name
string
The label you provided.
key
string
The raw API key — shown only once. Starts with imp_.
key_prefix
string
First 8 characters of the key. Safe to store and use in logs to identify which key made a request.
created_at
string
ISO 8601 timestamp.