Skip to main content
POST
Create a new LLM provider configuration
Create a new LLM provider configuration.

Request Body

Provider-Specific Credentials

OpenAI

Anthropic

Google

Azure

Amazon Bedrock

Response Examples

Success Response

Provider Already Exists

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
provider
enum<string>

The provider to use for LLM access

Available options:
openai,
anthropic,
google,
google-vertex,
azure,
amazon-bedrock,
xai
enabled
boolean

Whether the provider is enabled

credentials
object

The credentials for the provider

Response

OK

provider
enum<string>

The provider to use for LLM access

Available options:
openai,
anthropic,
google,
google-vertex,
azure,
amazon-bedrock,
xai
enabled
boolean

Whether the provider is enabled

credentials
object

The credentials for the provider