Skip to main content
POST
cURL
You can add your own providers securely in Bolna — the API equivalent of connecting one from Settings → Integrations in the dashboard. Please read this page for more information about all current supported providers.

Authorizations

Authorization
string
header
required

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

Body

application/json

Add a new provider

provider_name
string
required

Name of the provider

Example:

"OPENAI_API_KEY"

provider_value
string
required

Secret value/key associated with the provider

Example:

"sk-0123456789az"

Response

agent status response

message
enum<string>
Available options:
successful
status
enum<string>
Available options:
added
Example:

"added"