Commands
billing state
- Plan (Free / Team / Enterprise).
- Subscription status (active / past_due / canceled).
- Current period (start & end).
- Overage cap (if set).
- Overage used this period.
--json for machine output.
billing usage
- Model tokens (per provider tier).
- Storage (documents, chunks, vectors).
- Trace volume.
- Any per-plan meters.
billing history
billing invoices
- Invoice number.
- Period covered.
- Amount.
- Status (paid / open / uncollectible).
- PDF link.
--json for a script-friendly list.
billing portal
- Update payment method.
- View past invoices (with PDFs).
- Update billing email.
- Cancel or change plan.
billing set-overage-cap
--cents <n>— cap in cents (US$).--clear— use the plan default (varies by plan).
billing open
--section plans|usage|invoices— which page to link to.--launch— open in default browser instead of printing.
billing set-tax
--business-number— the tax registration number (사업자등록번호). Pass""to clear.--tax-email— email for tax-invoice delivery.
Recipes
Set an overage cap in a bootstrap script
Monitor spend
Download all invoice PDFs
Compare usage across workspaces
What billing does NOT cover
- Provider costs (OpenAI, Anthropic, Google API charges) — billed by the providers directly if you’re on BYOK (bring your own key). See
nora providers. - Storage attached via BYO buckets — you pay your S3/R2 provider directly.
Related
- Payments docs — plan details and included quotas.
nora providers— provider API key management (billed by provider).- Audit trail — billing-related changes are logged.