Skip to main content
CostHQ gives you three ways to start tracking immediately: wrap any agent command with cs run for fully automatic sessions, install a skill so OpenClaw or Claude Code tracks itself, or use cs start and cs end to control session boundaries manually. Pick the approach that matches how you work.

View the Dashboard

After any session, open the local web dashboard for a visual breakdown of cost trends, model usage, and session history.
cs dashboard
This starts a local server and opens http://localhost:3737 in your browser. The dashboard includes:
  • Overview — KPI cards, daily cost chart, most expensive sessions
  • Sessions — searchable table with per-session cost, duration, files, and commits
  • Models & Providers — cost and token breakdown per model
  • Insights — file hotspots, activity heatmap, and project-level spend
  • Alerts — configure and monitor budget thresholds
The dashboard binds to 127.0.0.1 only. It never sends telemetry or opens external connections.
Prefer cs run over cs start/cs end for agent scripts whenever possible. cs run eliminates the two most common mistakes: forgetting to end an open session and forgetting to set proxy environment variables. Reserve manual sessions for long interactive work periods where you want explicit control over the session boundary.

Next Steps

  • cs run reference — All flags, proxy options, and examples for wrapping agent commands.
  • Manual sessions — Deep dive into cs start, cs end, cs proxy, and cs log-ai.