Generate a new API key (agx_* format). Requires Pro plan.
cURL
curl --request POST \ --url https://api.usehavoc.com/api/users/api-keys \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
Clerk JWT Token — obtained from the Havoc frontend via Clerk authentication.
A label for the API key
API key created. The key is returned once and cannot be retrieved again.