Self-host first

AgentLedgerAgentLedger

Hard budgets, chargeback, and an audit ledger for production AI agents — run it on your own stack. This site is docs and a seeded demo, not your production proxy.

const client = new OpenAI({
  apiKey: process.env.AGENTLEDGER_API_KEY,
  baseURL: "http://localhost:3000/api/v1",
  defaultHeaders: { "x-al-agent": "support-triage", "x-al-team": "support" },
});

Hard stop budgets

Cap spend by project or agent. When the ledger hits the line, the proxy returns 402 — not a polite Slack ping.

Chargeback by agent

Attribute every LLM and tool action to agent, team, and product so finance can finally reconcile the AI bill.

Audit-ready export

Export the run ledger as CSV/JSON for ops reviews and compliance without dumping raw prompts by default.

Plans when you self-host

Entitlement tiers for your own install. This public site is a demo — point production traffic at your host.

Free
$0/mo

10k events · 1 project · soft alerts

Pro
$99/mo

250k events · hard budgets · Slack alerts

Team
$299/mo

1M events · audit export · payload retention