Subscription Management

Manage your Bootspring plan, billing, and invoices.

Overview#

The Subscription page allows you to:

  • View current plan details
  • Upgrade or downgrade plans
  • Manage payment methods
  • Access billing history

Subscription Overview#

┌─────────────────────────────────────────────────────────────────────┐ │ Subscription │ ├─────────────────────────────────────────────────────────────────────┤ │ │ │ Current Plan │ │ ┌──────────────────────────────────────────────────────────────┐ │ │ │ │ │ │ │ PRO $19/month │ │ │ │ │ │ │ │ Status: Active │ │ │ │ Renews: February 1, 2024 │ │ │ │ Payment: Visa •••• 4242 │ │ │ │ │ │ │ │ [Manage Plan] [Update Payment] [View Invoices] │ │ │ │ │ │ │ └──────────────────────────────────────────────────────────────┘ │ │ │ │ Plan Features │ │ ┌──────────────────────────────────────────────────────────────┐ │ │ │ ✓ 10 Projects 3 used │ │ │ │ ✓ 10,000 API calls/month 5,420 used │ │ │ │ ✓ 1,000 Agent invocations/month 342 used │ │ │ │ ✓ All Expert Agents │ │ │ │ ✓ All Skills & Patterns │ │ │ │ ✓ Priority Support │ │ │ └──────────────────────────────────────────────────────────────┘ │ │ │ │ Need more? [Compare Plans] [Contact Sales] │ │ │ └─────────────────────────────────────────────────────────────────────┘

Available Plans#

Free#

$0/month

  • 1 project
  • 1,000 API calls/month
  • 50 agent invocations/month
  • 5 essential agents
  • Basic skills
  • Community support

Pro#

$19/month (or $190/year - save 17%)

  • 10 projects
  • 10,000 API calls/month
  • 1,000 agent invocations/month
  • All 35+ expert agents
  • All 55+ skills
  • Priority support

Team#

$49/user/month

  • 50 projects
  • 50,000 API calls/month
  • 5,000 agent invocations/month
  • Custom agents
  • Team collaboration
  • SSO (SAML)
  • Audit logs
  • 99.9% SLA

Enterprise#

Custom pricing

  • Unlimited projects
  • Custom API limits
  • Dedicated support
  • Custom integrations
  • On-premise option
  • 99.99% SLA

Changing Plans#

Upgrade#

  1. Click Manage Plan
  2. Select new plan
  3. Review price change
  4. Confirm upgrade

Upgrades are prorated and effective immediately.

Downgrade#

  1. Click Manage Plan
  2. Select lower plan
  3. Review feature changes
  4. Confirm downgrade

Downgrades take effect at the next billing cycle.

Cancel#

  1. Click Manage Plan
  2. Click Cancel Subscription
  3. Optionally provide feedback
  4. Confirm cancellation

Cancellation takes effect at period end. You retain access until then.

Payment Methods#

Add Payment Method#

  1. Click Update Payment
  2. Enter card details
  3. Save payment method

Supported methods:

  • Credit/debit cards (Visa, Mastercard, Amex)
  • Bank transfers (Enterprise)

Update Payment#

  1. Click Update Payment
  2. Enter new card details
  3. Save as default

Remove Payment#

You cannot remove your only payment method while subscribed.

Billing Portal#

Click Manage Plan to access the Stripe billing portal:

  • Update payment methods
  • Change plans
  • View invoices
  • Download receipts
  • Update billing info

Invoices#

View Invoices#

Click View Invoices to see billing history:

DateDescriptionAmountStatus
Jan 1, 2024Pro Plan - January$19.00Paid
Dec 1, 2023Pro Plan - December$19.00Paid
Nov 1, 2023Pro Plan - November$19.00Paid

Download Invoice#

  1. Click invoice row
  2. Click Download PDF

Invoice Details#

Each invoice includes:

  • Invoice number
  • Billing period
  • Item breakdown
  • Tax information
  • Payment status

Annual Billing#

Save with annual plans:

PlanMonthlyAnnualSavings
Pro$19/mo$190/yr17%
Team$49/user/mo$490/user/yr17%

Switch to annual:

  1. Click Manage Plan
  2. Toggle to annual billing
  3. Pay annual amount
  4. Enjoy savings

Team Billing#

For Team plans:

Adding Users#

  1. Go to Team > Members
  2. Invite team members
  3. Billing adjusts automatically

User Billing#

  • Charged per user per month
  • Prorated for mid-cycle additions
  • Credits for mid-cycle removals

Admin Roles#

RoleCapabilities
OwnerFull billing access
AdminInvite users, view invoices
MemberNo billing access

Usage-Based Billing#

Some features have usage-based components:

Overages#

When exceeding plan limits:

  • Pro/Team: $0.001 per extra API call
  • Pro/Team: $0.01 per extra agent invocation

Overage Caps#

Set spending caps in Settings > Billing:

  • Maximum overage amount
  • Alert thresholds
  • Auto-pause on limit

FAQ#

When am I charged?#

Monthly plans charge on your signup date each month. Annual plans charge once per year.

Can I get a refund?#

We offer refunds within 14 days of initial purchase. Contact support for refund requests.

What happens if payment fails?#

  1. We retry the payment
  2. You receive email notifications
  3. After 3 failures, account is suspended
  4. Access restored when payment succeeds

How do I get an invoice with my company details?#

  1. Go to billing portal
  2. Update billing information
  3. Future invoices include company details

API Access#

1# Get subscription details 2curl https://api.bootspring.dev/v1/subscription \ 3 -H "Authorization: Bearer bs_xxx" 4 5# Get billing portal URL 6curl -X POST https://api.bootspring.dev/v1/subscription/portal \ 7 -H "Authorization: Bearer bs_xxx"