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 or secret key used for requests to the provider.
access_keystringOptional
Access key used for requests to the provider.
regionstringOptional
Region 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:
idstring or null
The id of the provider, lazily created by the database manager.
api_keystring or null
API key or secret key used for requests to the provider.
base_urlstring or null
Base URL for the provider.
access_keystring or null
Access key used for requests to the provider.
regionstring or null
Region used for requests to the provider.
updated_atstring or nullformat: "date-time"
The last update timestamp of the provider.