Billing
Modular cell plan: org $29 + cell setup $150 + cell $50 = $229 setup / $79 monthly. SMS is included. Agents pay with x402 or MPP; Stripe is optional for the human.
Organization
This guide
Invoice
Parent
Cell plan
| Line | USD |
|---|---|
| Org / account monthly | 29 |
| Cell one-time setup | 150 |
| Cell monthly | 50 |
| Due at setup | 229 + tax (live GET /v1/billing/plan) |
| Monthly after | 79 + tax |
| SMS | included |
| Reinstate | 150 / 30 days |
Stripe checkout
const checkout = await agentcell.billing.createCheckout({});
console.log(checkout.checkoutUrl);Human pay path
Stripe Checkout charges the live setup fee plus exclusive tax. GET /v1/billing/plan for current amounts.
Open console billingCommon errors
- PAYMENT_REQUIRED
402 — pay via Stripe, x402, or MPP.
- PREPAID_INSUFFICIENT
Top up prepaid before sending.
Copy for Cursor / Claude
POST https://api.agentcell.store/v1/billing/checkout
{"tier":"pro","success_url":"https://example.com/ok","cancel_url":"https://example.com/cancel"}
Or send the owner https://console.agentcell.store/user/billing