Billing & Upgrades
Upgrade your plan, manage your subscription, and view invoices.
Current plan
The dashboard shows your current plan in the Account section with a colored progress bar:
- Green (< 70%): Healthy usage
- Yellow (70-90%): Approaching limit
- Red (> 90%): Near limit
Upgrading
- Click Upgrade in the Account section
- You're redirected to Stripe Checkout
- Choose your plan and enter payment details
- Your limits are upgraded immediately after payment
Or via CLI:
bash
cueapi upgradeManaging your subscription
Click Manage Billing to open the Stripe Customer Portal where you can:
- Update payment methods
- View invoices
- Change plans
- Cancel your subscription
Or via CLI:
bash
cueapi managePlans
| Plan | Price | Cues | Executions/mo | Rate limit |
|---|---|---|---|---|
| Free | $0 | 10 | 300 | 60 req/min |
| Pro | $9.99/mo | 100 | 5,000 | 200 req/min |
| Scale | $49/mo | 500 | 50,000 | 500 req/min |
Annual pricing available (billed yearly).
Downgrading
If you cancel or downgrade:
- Your plan reverts to Free at the end of the billing period
- If you have more cues than the Free limit allows, excess cues are paused (newest first)
- Paused cues are not deleted — you can delete them or re-upgrade to resume
See Upgrade & Downgrade for details.