Configure the Enterprise tier catalogue
The tier catalogue is not included in DVARA Open Source.
Set dvara.flightdeck.catalog.tiers to replace the built-in catalogue. Each tier has an id, rank and successor plus caps.workspaces, caps.monthly-llm-calls, caps.monthly-mcp-calls, caps.monthly-a2a-calls, and blocks-at-hard-cap. A cap of 0 means unlimited.
You can instead set dvara.flightdeck.catalog.tiers-file to an absolute JSON file with the same shape (monthlyLlmCalls, monthlyMcpCalls, monthlyA2aCalls, and blocksAtHardCap). Flightdeck checks its modification time every dvara.flightdeck.catalog.tiers-file-poll-ms, which defaults to 10,000 ms, and reloads a valid change without restarting.
Validate a custom catalogue in Development before rollout. Before 1.8.0, the previously documented LLM-call keys could bind to zero and block every model call. In 1.8.0, the names above bind correctly; keep a rollback copy of the last working file.