Create Provider

Create a new custom provider

Headers

AuthorizationstringRequired

Header authentication of the form Bearer <token>

Request

This endpoint expects an object.
namestringRequired

The name of the provider.

provider_typeenumRequired

The type of the provider.

api_keystringRequired

API key used for requests to the provider.

Response

Successful Response

namestring

The name of the provider

provider_typeenum

The type of the provider

provider_categoryenum

The category of the provider (base or byok)

Allowed values:
idstringOptional

The id of the provider, lazily created by the database manager.

api_keystringOptional

API key used for requests to the provider.

base_urlstringOptional

Base URL for the provider.

updated_atstringOptionalformat: "date-time"

The last update timestamp of the provider.