Organization
Create Api Key
Create a new API key for a given project.
post/v1/organization/projects/{project_id}/api_keys
Path parameters
project_idinteger required
Request body
Example request
{
"name": "Production App",
"expires_at": 1790854611,
"total_tokens_limit": 100000,
"total_searches_limit": 1000
}Response
Successful Response
Example response
{
"id": "123",
"api_key": "flwr_abc123def456ghi789",
"redacted_value": "flwr_***",
"expires_at": 1790854611
}Changes
No recorded changes to this endpoint across all 1 revision of this API.