Skip to main content
POST
/
v1
/
workspaces
/
{workspace_id}
/
provider-keys
Add Provider Key
curl --request POST \
  --url https://api.auriko.ai/v1/workspaces/{workspace_id}/provider-keys \
  --header 'Authorization: Bearer <token>'
Adds a provider API key (BYOK) to the workspace.
This endpoint uses session authentication, not API key authentication. See Authentication.
See also: Bring Your Own Key.
All parameters, request/response schemas, and examples are auto-generated from the OpenAPI specification.