Billing & usage
Read plans and credit balances, upgrade, and top up — including agent-executable top-ups on a saved card.
Read your plan and credits
The organization's current plan, the available plans, and the live usage-credit balance.
spaceboy billing # current plan + available plansUpgrade the plan
Mints a Stripe checkout link for the target plan. The CLI's --wait polls until the plan change lands.
spaceboy billing upgrade pro --interval year [--wait]Top up usage credits
Buy prepaid usage credits: mint a checkout link, or — with a saved card — charge directly with no browser round-trip, the shape agents use to unblock themselves.
spaceboy topup 20 # checkout linkspaceboy topup 20 --charge # charge the saved card nowspaceboy topup 20 --wait # watch for the credit to landOut-of-credits errors carry your balance and top-up bounds in extensions.usage, so integrations can self-serve the exact remediation.
How usage billing works