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
- Synced helm
values.schema.jsonwith transportconfig.schema.json— fixed virtual key and budget drift:- Removed
required: [mcp_client_id]constraint onvirtualKeys[].mcp_configs[]items — canonical schema accepts eithermcp_client_id(DB form) ormcp_client_name(config-file form, resolved to ID at startup) - Added
mcp_client_nameas an allowed property onvirtualKeys[].mcp_configs[]items - Added
calendar_aligned(boolean) onvirtualKeys[]— field now lives on the virtual key, applies uniformly to all budgets under it - Removed stale
budget_idfromvirtualKeys[]—TableVirtualKeyhas noBudgetID; budgets link via foreign key from the budget table - Removed stale
calendar_alignedfrombudgets[]— moved to virtual key level
- Removed

