Tenant billing snapshot
Returns the tenant-scoped billing row created at signup. The single row carries the credit-pool balance shared across every workspace the tenant owns. Two-rate metering in nanos: events are free (both postures); stages cost 0.0001 (self-managed). Debited by the worker as zombie runs complete.
Authorizations
Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth
Response
Tenant billing snapshot
Remaining credit-pool balance in nanos (1 nano = 1/1,000,000,000 USD).
Last update time (epoch ms)
True once the balance has hit zero on a worker debit.
Epoch ms of the first exhausting debit. Null until the balance is exhausted.
Promotional free-trial window state (src/state/tenant_billing.zig).