Documentation

HUME is a headless billing engine with an HTTP API, StatsD ingestion, and a dashboard with a billing rule editor. It meters usage, evaluates entitlements, and produces invoice JSON — you pass those lines to your payment gateway, acquirer, or other payment layer.

Not sure where to start? Open Recipes — pick a real-world scenario (freemium API, per-seat, peak/off-peak, …) and copy a ready-made plan payload.

Two interfaces

  • HTTP API — catalog, subscriptions, usage, entitlements, invoice generation
  • StatsD (UDP) — high-frequency usage ingestion with zero application overhead

Documentation map

Use the sidebar to browse by topic:

New here? Start with Recipes or Quickstart.