Create
apikeys
Create
Create an API key. The full secret is shown once and never retrievable later.
POST
Create
Authorizations
Path Parameters
The organization's id (UUID) or slug — either form is accepted.
Body
application/json
Response
API key created. key is the full secret — shown exactly once; store it securely.
Display handle for the key, e.g. "korve_ab12…". Never the secret.
Role ceiling the key authenticates with. Defaults to "admin"; never owner.
Available options:
member, admin The full secret. Shown exactly once — it is never retrievable later.
Pattern:
^korve_[0-9a-f]{40}$