Skip to main content
POST
/
v1
/
workspaces
/
{workspace_id}
/
keys
Create an API Key
curl --request POST \
  --url https://api.auriko.ai/v1/workspaces/{workspace_id}/keys \
  --header 'Authorization: Bearer <token>'
Creates a new API key for the workspace. Requires owner or admin role.
The full API key is returned exactly once in the response. It is never stored or retrievable again. Save it securely.
This endpoint uses session authentication, not API key authentication. See Authentication.
All parameters, request/response schemas, and examples are auto-generated from the OpenAPI specification.