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#
- Click Manage Plan
- Select new plan
- Review price change
- Confirm upgrade
Upgrades are prorated and effective immediately.
Downgrade#
- Click Manage Plan
- Select lower plan
- Review feature changes
- Confirm downgrade
Downgrades take effect at the next billing cycle.
Cancel#
- Click Manage Plan
- Click Cancel Subscription
- Optionally provide feedback
- Confirm cancellation
Cancellation takes effect at period end. You retain access until then.
Payment Methods#
Add Payment Method#
- Click Update Payment
- Enter card details
- Save payment method
Supported methods:
- Credit/debit cards (Visa, Mastercard, Amex)
- Bank transfers (Enterprise)
Update Payment#
- Click Update Payment
- Enter new card details
- 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:
| Date | Description | Amount | Status |
|---|---|---|---|
| Jan 1, 2024 | Pro Plan - January | $19.00 | Paid |
| Dec 1, 2023 | Pro Plan - December | $19.00 | Paid |
| Nov 1, 2023 | Pro Plan - November | $19.00 | Paid |
Download Invoice#
- Click invoice row
- Click Download PDF
Invoice Details#
Each invoice includes:
- Invoice number
- Billing period
- Item breakdown
- Tax information
- Payment status
Annual Billing#
Save with annual plans:
| Plan | Monthly | Annual | Savings |
|---|---|---|---|
| Pro | $19/mo | $190/yr | 17% |
| Team | $49/user/mo | $490/user/yr | 17% |
Switch to annual:
- Click Manage Plan
- Toggle to annual billing
- Pay annual amount
- Enjoy savings
Team Billing#
For Team plans:
Adding Users#
- Go to Team > Members
- Invite team members
- Billing adjusts automatically
User Billing#
- Charged per user per month
- Prorated for mid-cycle additions
- Credits for mid-cycle removals
Admin Roles#
| Role | Capabilities |
|---|---|
| Owner | Full billing access |
| Admin | Invite users, view invoices |
| Member | No 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?#
- We retry the payment
- You receive email notifications
- After 3 failures, account is suspended
- Access restored when payment succeeds
How do I get an invoice with my company details?#
- Go to billing portal
- Update billing information
- 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"Related#
- Subscription API - API reference
- Usage - Usage tracking
- Pricing - Plan comparison