Billing
cursor-automation.com is single-tier, $29 USD per team per month with a 14-day free trial. No per-seat charges, no per-repo charges.
Trial
- 14 days from the moment Stripe Checkout completes.
- A card is required up-front so we can keep your workflow running once the trial ends — Stripe will email a receipt only after the first real charge.
- Cancel any time from the billing portal; no charge if you cancel before day 15.
Subscription lifecycle
| Status | UI behaviour |
|---|---|
trialing |
Full app access (/app/repos/:id works). |
active |
Full app access. |
past_due |
Read-only — billing page links to portal. |
canceled |
Read-only — billing page offers re-checkout. |
Webhooks
We listen for checkout.session.completed, customer.subscription.created,
customer.subscription.updated, customer.subscription.deleted, and
invoice.payment_failed. The Stripe webhook signature is verified against the
raw request body before any DB write.