ByoProvider

Configures the organization's own LLM provider (bring-your-own gateway). Validates the configuration against the customer gateway and stores the credential encrypted; the credential is never returned. tierModels names one of the organization's own models per tier (high, medium, low); each feature is mapped to a tier, and an enabled gateway must name a model for all three.

put/v1/orgs/{orgId}/byo-provider

Path parameters

orgIdstring uuid required

Headers

Authorizationstring

Request body

baseUrlstring required

HTTPS gateway base URL ending in /v1, without user information, a query, or a fragment.

credentialstring required
enabledModelsstring[] required
enabledboolean

Response

Default Response