Pricing.
Simple, transparent, usage-based pricing. You pay for what your agents actually do — no seats, no monthly minimums beyond your chosen plan.
How credits work
100 credits = $1 USD. Credits are consumed by: AI model calls (5-50 credits per response depending on length), tool executions (1-5 credits per tool call), phone calls (10 credits per minute via Twilio), and scheduled task runs (2 credits per execution). Your balance is stored in users.credits and updated after every transaction in credit_transactions.
Free tier
1,000 free credits on signup. No credit card required. Enough for ~200 standard agent conversations or ~50 complex multi-tool tasks. Free tier includes all features — no artificial limitations.
Starter — $10/month
1,000 credits + 200 bonus (1,200 total). Best for individuals exploring the platform or running a single agent for personal productivity. Includes all skills, marketplace access, and BYOK support.
Pro — $25/month
2,500 credits + 750 bonus (3,250 total). Best for founders and power users running 2-5 active agents. Includes priority support, advanced analytics, and custom skill building.
Business — $100/month
10,000 credits + 4,000 bonus (14,000 total). Best for teams running agents at scale. Includes team workspaces (shared workspace_files by companyId), multi-user access, dedicated support, and EU data residency option.
Credit plans API
Credit plans are stored in the credit_plans table with name, credits, price, bonusCredits, isPopular flag, and features array. The /api/credits endpoint handles balance queries, purchase flows, and transaction history.