Skip to main content
POST
Configure a Hermes install's provider/model

Authorizations

Authorization
string
header
required

WorkOS session token or RunTools API key (rt_live_* / rt_test_*). Used in Authorization: Bearer <token> header.

Path Parameters

installId
string<uuid>
required

Body

application/json
provider
string
required
Example:

"openai"

displayName
string
avatarSeed
string
model
string
baseUrl
string
secretName
string

Name of the org secret that stores the provider API key. Required for api_key provider types; ignored when provider uses OAuth (e.g. openai-codex).

Response

200

Configured.