Endpoints
| Method | Path | What it does |
|---|---|---|
GET | /billing/balance | Current credit balance |
POST | /billing/topup | Initiate a top-up (Stripe) |
GET | /billing/transactions | Transaction history |
POST | /billing/subscriptions/create-checkout | Subscription checkout |
GET | /billing/subscriptions/status | Subscription status |
POST | /billing/subscriptions/portal | Customer portal session |
POST | /billing/subscriptions/cancel | Cancel subscription |
Balance
GET /billing/balance
Transactions
GET /billing/transactions
Top-up
POST /billing/topup
Subscription management
These endpoints are typically used by the dashboard. If you’re building your own billing UI, start with checkout + portal.POST /billing/subscriptions/create-checkoutGET /billing/subscriptions/statusPOST /billing/subscriptions/portalPOST /billing/subscriptions/cancel
Next steps
API keys & billing
Manage keys and review usage in the dashboard.
Automations
See per-run cost and health.