Dome Systems

dome quota

Set one spend cap across model and tool traffic

dome quota manages a single spend cap across both model and MCP tool usage. Use dome model quota or dome tool quota when you need to cap one traffic type or use a count-based limit.

Command
List quotasdome quota list
Set quotadome quota set
Update quotadome quota update <quota-id>
Remove quotadome quota rm <quota-id>

All commands target the active workspace. These quotas are denominated in US dollars of Dome spend and can apply to the whole workspace or one agent.

List quotas

dome quota list

List combined model-and-tool quotas with their subject, limit, window, usage, and enforcement state. Alias: ls.

Set quota

dome quota set --workspace --limit 5
dome quota set --agent research-bot --limit 1 --window daily

Create a combined quota. Pass exactly one subject.

FlagTypeRequiredDefaultDescription
--workspaceboolConditionalfalseCap the entire workspace
--agentstringConditionalCap one agent by name
--limitstringYesLimit in US dollars of Dome spend
--windowstringNomonthlydaily or monthly
--namestringNoHuman-readable label
--disabledboolNofalseCreate the quota without enforcing it

The Gateway picks up a new quota on its next configuration sync.

Update quota

dome quota update <quota-id> --limit 25
dome quota update <quota-id> --enabled=false

Update mutable fields. The subject cannot change.

FlagTypeDescription
--namestringNew label
--limitstringNew limit in US dollars
--windowstringdaily or monthly
--enabledboolEnable or disable enforcement

Pass at least one flag.

Remove quota

dome quota rm <quota-id>

Delete a combined quota. Aliases: delete, remove.

On this page

Was this page helpful?