Skip to main content
Billing surfaces workspace-level financial information from the CLI. Every workspace on a paid plan has these commands; free workspaces show the free-tier state.

Commands

billing state

Prints:
  • Plan (Free / Team / Enterprise).
  • Subscription status (active / past_due / canceled).
  • Current period (start & end).
  • Overage cap (if set).
  • Overage used this period.
Add --json for machine output.

billing usage

Current billing period usage broken down by meter:
  • Model tokens (per provider tier).
  • Storage (documents, chunks, vectors).
  • Trace volume.
  • Any per-plan meters.
Compare against your plan’s included quotas.

billing history

Monthly usage rollup. Useful for cost analysis and forecasting.

billing invoices

Lists all invoices ever issued for this workspace:
  • Invoice number.
  • Period covered.
  • Amount.
  • Status (paid / open / uncollectible).
  • PDF link.
Add --json for a script-friendly list.

billing portal

The customer portal (hosted by our payment provider, Polar) lets you:
  • Update payment method.
  • View past invoices (with PDFs).
  • Update billing email.
  • Cancel or change plan.
You’ll authenticate on the portal side with the same email as your Nora account.

billing set-overage-cap

Overage cap limits how much you’ll be billed above your plan’s included quotas. When the cap is hit, further usage is blocked — pending overage-approved requests fail with 402.
  • --cents <n> — cap in cents (US$).
  • --clear — use the plan default (varies by plan).
Only Owners can change this.

billing open

Flags:
  • --section plans|usage|invoices — which page to link to.
  • --launch — open in default browser instead of printing.

billing set-tax

For Korean workspaces (and similar tax regimes), sets:
  • --business-number — the tax registration number (사업자등록번호). Pass "" to clear.
  • --tax-email — email for tax-invoice delivery.
These fields flow onto your invoices.

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.
Nora billing covers the platform layer: workflow execution, trace storage, retrieval infrastructure, memory, and managed services.