Know what every AI agent run costs.
AgentMeter tracks token usage and cost for every AI agent run — in GitHub Actions CI and local coding sessions from Claude Code, Cursor, and Codex — in one dashboard. Per-run costs traced to issues and PRs. Local session costs traced to the developer and project. No infra. No config files.
By signing in you agree to our Terms and Privacy Policy.




Cost surfaces directly in your PRs — no dashboard required.
How it works
From zero to tracking agent costs in under 5 minutes.
Install for CI
Add the AgentMeter Action from GitHub Marketplace to your existing GitHub Actions agent workflow. Works with Claude Code, Codex, and GitHub Agentic Workflows (gh-aw) — no changes to your agent config. Three lines of YAML.
Track local sessions
Use your AgentMeter API key with the CLI to report local Claude Code, Cursor, and Codex sessions. Cost is calculated server-side — no API keys sent. Same dashboard, same metrics, whether you're coding locally or in CI.
Auto-report
CI runs automatically post a cost summary on the PR or issue. Local sessions appear in the feed with project path and device name. No manual reporting — everything is captured.
See
Open the dashboard and see every run and local session with full cost breakdown. Filter by source, engine, or contributor. Spot expensive failures. Set budget alerts before you overspend.
Add in three lines
Drop this step after your existing agent action. No changes to your workflow logic.
- name: Report agent costs
uses: agentmeter/agentmeter-action@main
if: always()
with:
api_key: ${{ secrets.AGENTMETER_API_KEY }}
model: claude-sonnet-4-5
status: ${{ steps.agent.outcome }}Cost lands right on the PR
No dashboard required. Every agent run posts a cost summary as a PR comment — automatically.
⚡ AgentMeter — Run Summary
| Workflow | Status | Tokens | Cost |
|---|---|---|---|
| agent-implement | ✓ success | 48,302 | $0.58 |
| agent-review | ✓ success | 12,891 | $0.15 |
| Total | 61,193 | $0.73 |
▶ Token breakdown (agent-implement)
Input: 32,100 ($0.10)
Output: 8,400 ($0.13)
Cache writes: 5,600 ($0.02)
Cache reads: 2,202 ($0.00)
14 turns · 62% cache hit rate
The comment is created on the first run and updated as more runs complete.
Simple, honest pricing
Less than the cost of a single agent run. Per-org, not per-seat.
Free
For individuals and open-source projects.
- 1 repository (your choice)
- 30-day data retention
- Runs feed + run detail
- PR cost comments
- Claude & OpenAI models
Pro
For teams running agents across multiple repos.
- Unlimited repositories
- 90-day data retention
- Everything in Free
- Cost trends dashboard
- Unlimited team members with roles
- Budget alerts — coming soon
- CSV export — coming soon
Pro costs less than a single medium-complexity agent run. No setup fees.