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 quotas | dome quota list |
| Set quota | dome quota set |
| Update quota | dome quota update <quota-id> |
| Remove quota | dome 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 listList 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 dailyCreate a combined quota. Pass exactly one subject.
| Flag | Type | Required | Default | Description |
|---|---|---|---|---|
--workspace | bool | Conditional | false | Cap the entire workspace |
--agent | string | Conditional | — | Cap one agent by name |
--limit | string | Yes | — | Limit in US dollars of Dome spend |
--window | string | No | monthly | daily or monthly |
--name | string | No | — | Human-readable label |
--disabled | bool | No | false | Create 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=falseUpdate mutable fields. The subject cannot change.
| Flag | Type | Description |
|---|---|---|
--name | string | New label |
--limit | string | New limit in US dollars |
--window | string | daily or monthly |
--enabled | bool | Enable or disable enforcement |
Pass at least one flag.
Remove quota
dome quota rm <quota-id>Delete a combined quota. Aliases: delete, remove.