Pricing
Start free. Pay when the SDK saves you meaningful debugging time.
Free
Full access to the web tuner. No credit card required.
Open the tuner- Unlimited web tuner usage
- All four platforms (Anthropic, OpenAI, open source, generic)
- Predicted regime + reasoning
- Oscillation / overload / freeze warnings
- 5 Python SDK calls per day
- Community support (GitHub)
Indie
Full SDK access for solo developers and small projects.
Get Indie- Everything in Free
- Unlimited Python SDK calls
- License key delivered by email
- Advanced exports: JSON config, full system prompts, YAML
- Multi-platform comparison in one call
- Email support (2-day response)
Team
Up to 10 developers. Custom integrations. Slack support.
Get Team- Everything in Indie
- Up to 10 developer seats
- Multi-agent team composer (Phase 2)
- Custom platform integrations (your internal API)
- Slack support channel
- Priority response (same business day)
Need an enterprise contract or custom integration?
Contact for Enterprise →Frequently asked questions
What is a license key?
After payment, you receive a JWT license key by email. Pass it as Authorization: Bearer <key> or x-license-key in API requests. No account login needed.
Can I cancel anytime?
Yes. Cancel in Stripe's customer portal. Your key remains valid until the end of the billing period.
What is the free tier rate limit?
5 Python SDK calls per day on the free tier. Web tuner is unlimited on all tiers.
Does the SDK send data to your servers?
License key validation is a local JWT check — no network call. The recommend() function is pure computation. Nothing is sent to rpcs1.dev at call time.