Pricing.
Free for the first agent call. Pay when your agent grows up.
Compare tiers
All prices in USD. Limits enforced per team. Numbers come from plans.yaml. Need more than Team's caps — or dedicated infra, multi-region, or compliance? That's Enterprise: custom, contact us.
Enterprise
Outgrowing Team, or you need more than self-serve can offer? Let's talk.
Need more than Team's limits, dedicated or isolated infra, multi-region, or compliance — SOC2, BAA, SSO, an SLA, or a custom DPA? Enterprise is custom-scoped to your team. No price tag, no checkout — a real conversation.
Contact us →Between the headline tiers
Two intermediate plans live behind the dashboard — surfaced as upgrade nudges when your usage crosses a Hobby or Pro limit, not as front-page funnel entries.
- Hobby Plus · $19/mo. Same Postgres + Redis as Hobby, plus a 1 GB MongoDB (vs Hobby's 100 MB), 5,000 webhook receivers, and 2 deployments. The "outgrew Hobby's Mongo" step.
- Growth · $99/mo. 20 GB MongoDB, 100k webhook receivers, 1 GB Redis, 20 GB Postgres, 20 GB queue, 150 GB object storage. Pro-tier supporting services without committing to Pro's deployment ladder. Yearly billing not yet offered on this tier.
FAQ
Stuff people actually ask before paying.
What does anonymous mean?
Your agent calls /db/new without auth. Resources expire in 24 h unless claimed via the link in the response.
Is there a free trial on Hobby, Pro, or Team?
No — you pay from day one. The anonymous tier (24h TTL) is the only free option; once you upgrade to Hobby, Pro, or Team you're billed at the listed rate immediately. Existing anonymous resources you claim before upgrading keep their data; they just get the paid tier's limits going forward.
What are Hobby Plus and Growth — I see them in the API?
Intermediate tiers ($19/mo and $99/mo) summarized above under "Between the headline tiers". They sit between Hobby/Pro and Pro/Team and are surfaced to existing customers as upgrade nudges (e.g. when a Hobby team hits 80% of its quota). They're not in the headline ladder on purpose — three public tiers are a cleaner first-time funnel. If you want them, ask in the dashboard or email [email protected].
How is billing handled?
Razorpay subscriptions. Cancel by emailing [email protected] — we'll process within 24h. Existing resources keep their tier until the end of the current period.
Can I move resources between envs?
Yes — Pro and Team include multi-env workflows: POST /api/v1/stacks/:slug/promote moves a stack from staging to production (config + resource bindings preserved), and POST /api/v1/vault/copy bulk-copies vault secrets across envs with a dry-run preview. Hobby is single-env (production only).
What happens if I downgrade?
Downgrades are handled by support — email [email protected] and we'll process within 24h. Existing resources retain their old tier limits as a courtesy; new provisions follow the new tier.
Try it without signup
One HTTP call. Real Postgres. Connection string in under 2 s.
curl -X POST https://api.instanode.dev/db/new -d '{"name":"prod-db"}'