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

  1. Click Upgrade in the Account section
  2. You're redirected to Stripe Checkout
  3. Choose your plan and enter payment details
  4. Your limits are upgraded immediately after payment

Or via CLI:

bash
cueapi upgrade

Managing 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 manage

Plans

PlanPriceCuesExecutions/moRate limit
Free$01030060 req/min
Pro$9.99/mo1005,000200 req/min
Scale$49/mo50050,000500 req/min

Annual pricing available (billed yearly).

Downgrading

If you cancel or downgrade:

  1. Your plan reverts to Free at the end of the billing period
  2. If you have more cues than the Free limit allows, excess cues are paused (newest first)
  3. Paused cues are not deleted — you can delete them or re-upgrade to resume

See Upgrade & Downgrade for details.