Skip to main content
POST
Create tenant API key

Authorizations

Authorization
string
header
required

Bearer token authentication. Supports two token types:

  • JWT Access Token — obtained via POST /v1/auth/login
  • Personal Access Token (PAT) — created via POST /v1/api-tokens, format: cmnd_<tokenId>.<secret>

Path Parameters

id
string
required

The tenant ID

Body

application/json
provider
enum<string>
required
Available options:
openai,
anthropic,
gemini,
groq,
sambanova,
cohere,
tavily
name
string
required
key
string<password>
required

Response

API key created

id
string
provider
enum<string>
Available options:
openai,
anthropic,
gemini,
groq,
sambanova,
cohere,
tavily
name
string
status
string
created_at
string<date-time>