v15

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-287323136.0 KB
operator

Generate a new API key

post/api/v1/operator/keys

Request body

namestring required

Human-readable label for this API key

Example request

{
  "name": "Production"
}

Response

plainKeystring required

Plain-text key — shown ONCE, never returned again

keyIdstring required
keyPrefixstring required

Example response

{
  "keyPrefix": "ac_ab12...cd34"
}