API Keys
Create API key
Creates a new API key scoped to the current organization. The full key value is returned only once — store it securely, as it cannot be retrieved again.
post/api-keys
Request body
Example request
{
"name": "Production API Key",
"expiresIn": 2592000
}Response
API key created successfully