v1
latestOpenAPI 3.1.02026-07-2219165126.1 KBAPI Keys
Create an API key
Create a new API key for the authenticated account and return the plaintext key once.
post/v1/account/keys
Request body
Example request
{
"credit_limit": 25,
"expires_at": "2026-12-31T23:59:59Z",
"name": "CI worker"
}Response
API key created successfully.
Example response
{
"created_at": "2026-03-31T10:00:00Z",
"credit_limit": 25,
"expires_at": "2026-12-31T23:59:59Z",
"id": 18,
"is_enabled": true,
"key": "ng-1234567890abcdefghijklmnopqrstuv",
"message": "Store this key securely. It will not be shown again.",
"name": "CI worker"
}