Documentation Index
Fetch the complete documentation index at: https://docs.getbifrost.ai/llms.txt
Use this file to discover all available pages before exploring further.
Changelog
- Added
descriptionanddefaultfields to numerous properties that previously had neither, includinginitialPoolSize,disableDbPingsInHealth,logRetentionDays,asyncJobResultTTL,mcpAgentDepth,mcpToolExecutionTimeout,hideDeletedVirtualKeysInFilters,mcpDisableAutoToolInject, and MCPtoolManagerConfigfields - Added
additionalProperties: falseto multiple objects (bifrost.config,bifrost.pricing,proxyConfig,concurrencyConfig,providerConfig,credentialsSecret, and auth provider configs) to reject unknown keys at validation time - Added three new
bifrost.clientfields:allowPerRequestContentStorageOverride— controls whether per-request headers can override content logging behaviorallowPerRequestRawOverride— controls whether per-request headers can override raw provider request/response passthroughmcpExternalBaseUrl— public base URL for OAuth callbacks and discovery metadata behind a reverse proxy, supporting both string and env-var object forms
- Added two new
bifrost.cluster.discoveryfields:bindPort— port to bind for cluster communicationdialTimeout— timeout for discovery dial operations as a Go duration string
- Changed
allowedOriginsitems fromoneOftoanyOfand removed the redundantnot: { const: "*" }constraint on the URI branch - Tightened the env-var pattern to require a valid identifier start character (
[A-Za-z_]) for proxyConfig.url - Expanded
toolSyncIntervalto accept either a Go duration string (with a stricter regex) or a legacy integer (nanoseconds) for backward compatibility. - Marked
enforceGovernanceHeaderas deprecated in its description - Added
mdnsServicedescription for local network discovery

