Skip to main content
Print LLM token consumption and a per-class cost estimate for the active workspace. Use it to spot-check spend, build budget alerts in scripts, or confirm token attribution matches what the dashboard and dome_usage MCP tool show.
The estimated cost is a blended cross-model rate intended for trend-watching, not a billable figure. Refer to Token Usage and Cost for the full token-class breakdown and pricing model.

Usage

dome usage Reads GET /api/v1/metrics/summary for the active workspace over the last 24 hours and renders the totals. Permission: workspace audit.view Prerequisites: active workspace selected (dome context use <workspace> or dome workspace use <id>).
Output (table):
Output (--json):
Pipe into jq to build budget guards:
For per-agent, per-key, per-identity, or per-model attribution, see the REST query surface — the dashboard and the dome_usage MCP tool consume the same endpoints.