Real-time dashboard
Today’s spend, weekly trends, per-provider breakdowns. No refresh needed.
OPEN SOURCE · SELF-HOSTABLE · FREE
One API call per action. One dashboard for every provider. Cost-per-agent, cost-per-task, cost-per-dollar — in real time.
Today
This week
Active agents
Events (24h)
research-agent
anthropic · 142K tokens
code-reviewer
openai · 98K tokens
data-pipeline
google · 67K tokens
Works with every provider in your stack
How it works
import requests
# After every LLM call, send one event
requests.post("/api/ingest", json={
"agentId": "research-agent",
"provider": "anthropic",
"model": "claude-sonnet-4-20250514",
"costUsd": 0.08,
"inputTokens": 2400,
"outputTokens": 800
})Python · Node.js · curl · any language with HTTP
One POST per LLM call, tool use, or compute action. Batch up to 1,000 events. Authenticated with an API key.
Grouped by agent, provider, model, and operation. Time-series data updates in real time. No configuration needed.
Daily, weekly, or monthly limits per agent or globally. Webhook alerts to Slack or Discord before you overspend.
Capabilities
Today’s spend, weekly trends, per-provider breakdowns. No refresh needed.
Register agents, tag by project. See exactly which agent burns budget and why.
Threshold-based alerts per agent or globally. Webhook delivery to Slack, Discord, email.
Filter by date range, provider, agent, model. Export time-series data.
OpenAI, Anthropic, Google, Mistral, Cohere, E2B, Composio — or any custom provider.
Next.js + SQLite. Deploy to Vercel, Fly, Docker, or your own VPS. Swap to Postgres for production.
Open-core pricing
The core is MIT-licensed. Self-host forever or let us run it for you.
For solo builders and experimentation
For teams shipping agents to production
For orgs that need governance at scale
One dashboard for every dollar your agents spend
5 min
To first dashboard
Clone, configure, deploy. See costs immediately.
100%
Open source core
MIT-licensed. Self-host forever. No vendor lock-in.
Any provider
LLMs, compute, tools
OpenAI, Anthropic, E2B, Browserbase — one view.
MIT-licensed core. No credit card. No vendor lock-in. Self-host forever or let us run it for you.