Billing
Plan & billing
Your current plan and how to manage payment. Billing is owner-managed — it runs against Stripe and is gated to the org owner's session.
Current plan
FreeActive
You're on the free plan. · renews July 21, 2026
Manage billing
Update your card, download invoices, or cancel — all from the Stripe customer portal.
Owner-managed billing. This published
.run origin doesn't carry the org owner's session, so checkout and the customer portal are gated. kapable-billing rejects the app's service key (sk_live_) with a clean 403 by design — money operations require a person, not a key.Checkout:
Portal:
State:
POST https://billing.kapable.ai/v1/orgs/{org}/billing/initPortal:
POST https://billing.kapable.ai/v1/orgs/{org}/billing/portalState:
GET https://billing.kapable.ai/v1/orgs/{org}/billing — all require an owner kses_ session.