Tiers and Limits

Bootspring offers different subscription tiers with varying access to agents, skills, workflows, and features. Understanding your tier helps you make the most of available capabilities.

Tier Overview#

┌─────────────────────────────────────────────────────────────────────────┐ │ Bootspring Tiers │ ├─────────────────────────────────────────────────────────────────────────┤ │ │ │ ┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐ │ │ │ Free │───>│ Pro │───>│ Team │───>│Enterprise│ │ │ │ │ │ │ │ │ │ │ │ │ │ $0/mo │ │ $29/mo │ │ $99/mo │ │ Custom │ │ │ │ │ │ │ │ per seat │ │ │ │ │ └──────────┘ └──────────┘ └──────────┘ └──────────┘ │ │ │ │ │ │ │ │ ▼ ▼ ▼ ▼ │ │ 21 Agents 33 Agents 36 Agents All + Custom │ │ 25 Skills 45 Skills 55+ Skills Unlimited │ │ 6 Workflows 20 Workflows 35 Workflows Unlimited │ │ │ └─────────────────────────────────────────────────────────────────────────┘

Free Tier#

Perfect for individual developers and small projects.

Included#

CategoryWhat's Included
Agents21 agents (Technical + Platform)
Skills25 core patterns
Workflows6 development workflows
API Calls1,000/month
Projects3 projects
Devices2 devices

Agent Access#

Technical Agents (12):

  • frontend-expert
  • backend-expert
  • database-expert
  • api-expert
  • testing-expert
  • security-expert
  • performance-expert
  • devops-expert
  • ui-ux-expert
  • architecture-expert
  • code-review-expert
  • vercel-expert

Platform Agents (9):

  • auth-expert
  • payment-expert
  • email-expert
  • ai-integration-expert
  • monitoring-expert
  • data-modeling-expert
  • railway-expert
  • mobile-expert
  • infrastructure-expert

Workflow Access#

WorkflowDescription
feature-developmentEnd-to-end feature building
database-migrationSafe database migrations
security-auditSecurity review
performance-optimizationPerformance improvement
code-refactorStructured refactoring
bug-investigationSystematic debugging

Skill Access#

Core patterns including:

  • All auth patterns (6)
  • Basic payment patterns (4)
  • Database fundamentals (5)
  • Core API patterns (4)
  • Email basics (3)
  • Essential security (3)

Pro Tier ($29/month)#

For professional developers and growing projects.

Included#

CategoryWhat's Included
Agents33 agents (Free + Business)
Skills45 patterns
Workflows20 workflows
API Calls10,000/month
Projects10 projects
Devices5 devices
Priority SupportEmail support

Additional Agents#

Business Agents (12):

  • business-strategy-expert
  • growth-expert
  • financial-expert
  • fundraising-expert
  • legal-expert
  • marketing-expert
  • sales-expert
  • product-expert
  • operations-expert
  • competitive-analysis-expert
  • content-expert
  • research-expert

Additional Workflows#

Launch Pack (5):

  • launch/pre-launch
  • launch/waitlist
  • launch/landing-page
  • launch/launch-day
  • launch/post-launch

Fundraising Pack (5):

  • fundraising/readiness
  • fundraising/materials
  • fundraising/targeting
  • fundraising/pitching
  • fundraising/closing

Growth Pack (4):

  • growth/pmf
  • growth/metrics
  • growth/acquisition
  • growth/retention

Additional Skills#

  • Advanced payment patterns (usage billing, metered)
  • Real-time patterns (WebSockets, SSE)
  • AI integration patterns
  • Advanced caching
  • Full monitoring suite

Team Tier ($99/month per seat)#

For teams building production applications.

Included#

CategoryWhat's Included
Agents36 agents (Pro + Enterprise)
Skills55+ patterns + Custom
Workflows35 workflows + Custom
API Calls50,000/month per seat
ProjectsUnlimited
Devices10 per seat
SupportPriority + Slack
Team FeaturesShared context, collaboration

Additional Agents#

Enterprise Agents (3):

  • investor-relations-expert
  • partnerships-expert
  • private-equity-expert

Additional Workflows#

Enterprise Pack (4):

  • enterprise/readiness
  • enterprise/sales
  • enterprise/security
  • enterprise/implementation

Team Features#

FeatureDescription
Shared ContextTeam-wide CLAUDE.md
Custom AgentsCreate team-specific agents
Custom SkillsDefine proprietary patterns
Custom WorkflowsBuild team processes
Audit LogsTrack all usage
SSOSingle sign-on support

Enterprise Tier (Custom)#

For organizations with advanced requirements.

Included#

CategoryWhat's Included
AgentsAll + Unlimited Custom
SkillsUnlimited
WorkflowsUnlimited
API CallsUnlimited
ProjectsUnlimited
DevicesUnlimited
SupportDedicated + SLA
DeploymentSelf-hosted option

Enterprise Features#

FeatureDescription
Self-HostedRun on your infrastructure
Custom SLAGuaranteed uptime
Dedicated SupportNamed account manager
Custom IntegrationsTailored solutions
Security ComplianceSOC2, HIPAA ready
Volume PricingCustom pricing

Comparison Table#

FeatureFreeProTeamEnterprise
Price$0$29/mo$99/seat/moCustom
Technical Agents12121212
Platform Agents9999
Business Agents-121212
Enterprise Agents--33
Custom Agents--YesUnlimited
Skills254555+Unlimited
Workflows62035Unlimited
API Calls/mo1,00010,00050,000/seatUnlimited
Projects310UnlimitedUnlimited
Devices2510/seatUnlimited
SupportCommunityEmailPriority+SlackDedicated
SSO--YesYes
Audit Logs--YesYes
Self-Hosted---Yes

Rate Limits#

API Call Limits#

TierMonthly CallsRate (per minute)
Free1,00010
Pro10,00060
Team50,000/seat120
EnterpriseUnlimitedCustom

What Counts as an API Call#

Each tool invocation counts as one call:

  • bootspring_assist - 1 call
  • bootspring_agent - 1 call
  • bootspring_skill - 1 call
  • bootspring_orchestrator - 1 call per action

Rate Limit Headers#

API responses include rate limit info:

X-RateLimit-Limit: 10000 X-RateLimit-Remaining: 9547 X-RateLimit-Reset: 1708300800

Handling Rate Limits#

When you hit limits:

1{ 2 "success": false, 3 "error": { 4 "code": "RATE_LIMIT_EXCEEDED", 5 "message": "Monthly API call limit reached", 6 "limit": 1000, 7 "reset": "2024-03-01T00:00:00Z" 8 } 9}

Device Limits#

What is a Device?#

A device is a unique machine authorized to use Bootspring:

  • Your laptop
  • CI/CD server
  • Team member's workstation

Device Management#

View devices:

bootspring devices list

Remove a device:

bootspring devices remove <device-id>

Device Limit Behavior#

When you exceed device limits:

  1. New device connection blocked
  2. Must remove existing device first
  3. Or upgrade to higher tier

Project Limits#

What is a Project?#

A project is a codebase with a bootspring.config.js:

  • Each repository = 1 project
  • Monorepos can have multiple projects

Project Management#

List projects:

bootspring projects list

Archive a project:

bootspring projects archive <project-id>

Upgrading#

Via Dashboard#

  1. Go to bootspring.com/dashboard
  2. Click "Upgrade" in settings
  3. Select new tier
  4. Enter payment details
  5. Immediate access to new features

Via CLI#

bootspring upgrade pro

Pro-ration#

Upgrades are pro-rated:

  • Pay only for remaining billing period
  • Immediate access to new tier
  • No double-charging

Downgrading#

  1. Go to dashboard settings
  2. Click "Change Plan"
  3. Select lower tier
  4. Effective at billing period end

Note: Downgrading may disable features. Archive excess projects/devices first.

Usage Monitoring#

Via Dashboard#

View real-time usage at bootspring.com/dashboard:

  • API calls used/remaining
  • Active devices
  • Project count
  • Tier status

Via CLI#

bootspring usage

Output:

API Calls: 847 / 1,000 (84.7%) Devices: 2 / 2 Projects: 3 / 3 Tier: Free Reset: March 1, 2024

Usage Alerts#

Configure alerts:

1// bootspring.config.js 2module.exports = { 3 alerts: { 4 usage: { 5 threshold: 80, // Alert at 80% usage 6 email: true, 7 slack: '#dev-alerts', 8 }, 9 }, 10};

Founder Tier#

Special tier for early supporters:

FeatureFounder
Price$19/mo (locked)
AgentsAll Pro agents
SkillsAll Pro skills
WorkflowsAll Pro workflows
API Calls15,000/mo
Projects15
Devices7
StatusLifetime pricing

Note: Founder tier is no longer available for new signups.

Frequently Asked Questions#

Can I try Pro before buying?#

Yes, start a 14-day free trial:

bootspring trial start

What happens when I hit limits?#

  • API calls: Blocked until reset or upgrade
  • Devices: Must remove one to add new
  • Projects: Must archive to create new

Do unused calls roll over?#

No, API calls reset monthly and don't roll over.

Can I get more API calls without upgrading?#

Contact sales for volume packages on Team/Enterprise tiers.

Is there a student/OSS discount?#

Yes, apply at bootspring.com/discounts:

  • Students: 50% off Pro
  • OSS maintainers: Free Pro tier