API Keys
Create API Key
Create a new API key for the authenticated user. The raw key is returned once and cannot be retrieved again.
POST
This endpoint uses your dashboard session (Auth0 JWT), not an API key.
Request body
string
required
A human-readable label for the key. Max 128 characters. Example:
production, ci-pipeline.Response
string
Unique identifier for the key (UUID). Use this when revoking.
string
The label you provided.
string
The raw API key — shown only once. Starts with
imp_.string
First 8 characters of the key. Safe to store and use in logs to identify which key made a request.
string
ISO 8601 timestamp.