Reads a GitHub Copilot billing usage CSV and shows how consumption is
distributed across users, how much of the monthly quota is drawn, and who is over.
The file is parsed in this page. Nothing is uploaded and this page makes no network
requests of any kind.
Where the CSV comes from. An organization owner or billing
manager can download it from GitHub: Settings → Billing & licensing →
Usage, then request a usage report. No token is required.
Expected columns: date, username, product,
sku, model, quantity, unit_type,
applied_cost_per_quantity, gross_amount,
discount_amount, net_amount, exceeds_quota,
total_monthly_quota, organization,
cost_center_name, aic_quantity,
aic_gross_amount. Columns are matched by header name; unexpected
columns are ignored and missing ones are reported.
Hosted or local, your choice. This page is served from
GitHub Pages, directly out of the public repository — the source it runs is the
source you can read at
github.com/OpticNerveAI/spillwayops-tools .
You can also save this file and open it from your own disk; it behaves identically
offline, and a copy you have read cannot change under you.
MIT licensed. Copyright © 2026 Optic Nerve AI, LLC ·
www.spillwayops.com