Create Provider Config
Create a new provider configuration.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Payload for creating an LLM provider configuration.
Human-readable label for this provider configuration.
1 - 255UUID of the provider specification (e.g. OpenAI, Anthropic) this configuration targets. Look up via list_specs.
Secret API key for the provider. Stored encrypted in the secret manager; never returned in responses. May be empty for proxies that accept keyless traffic — the backend suppresses the Authorization header when this is empty.
Optional human-readable description of this configuration.
1000Optional custom endpoint URL (e.g. for self-hosted or proxied providers). Leave unset to use the provider's default.
If True, the configuration is visible to all workspace members; otherwise it is scoped to the creator.
Response
Successful Response