API Key Usage Auditor

Review your OpenAI or Anthropic usage stats with your own key

Ad placeholder (leaderboard)

API key usage auditor

See where your tokens actually go. With your own OpenAI or Anthropic key, this auditor pulls recent usage straight from the provider, aggregates it by day, totals your consumption over the selected range, and projects next month’s volume from the trend — all without your key ever touching this site’s servers.

How it works

Both providers expose a usage endpoint that reports historical token consumption. The tool requests your chosen date range, sums the per-bucket token counts into a daily series, and derives a forward estimate:

total_tokens   = Σ daily_tokens
daily_average  = total_tokens / days_in_range
projection_30d = daily_average × 30

The request goes directly from your browser to the provider over HTTPS using the key you paste, so nothing is intermediated or stored here.

Tips and notes

  • Use an admin-scoped key. Usage endpoints need organization or admin read permission; a plain project key will be rejected.
  • Short ranges load faster. A 7- or 14-day window returns quickly and is enough to spot a trend; widen it only when you need a fuller picture.
  • Pair with cost figures. Multiply the projected tokens by your model’s price to turn the volume forecast into a dollar budget.
Ad placeholder (rectangle)