Pricing that scales with the work
Pick a plan, get a monthly pool of credits, and let your agents do the work. Unlimited agents on every plan — you only scale up as your team grows.
Free during beta — no card required
Avantis AI is in free beta — use everything free right now. The plans below are what pricing will look like when beta ends; we’ll give you notice first.
Starter
For getting your first agents into real work.
- 1,000 credits / month included
- 1 workspace · 2 team seats · unlimited agents
- Web chat widget
- 2 custom connectors
- Community + email support
Pro
For a small team running day-to-day operations.
- 3,000 credits / month included
- 3 workspaces · 10 team seats · unlimited agents
- Web widget + Telegram (WhatsApp coming)
- 10 custom connectors
- Email support
Business
For organizations that need scale and control.
- 15,000 credits / month included
- 10 workspaces · 50 team seats · unlimited agents
- Web widget + Telegram (WhatsApp & voice coming)
- Unlimited custom connectors
- SSO (coming) + audit trail
- Priority support + SLA + onboarding
Enterprise
For regulated and large-scale deployments.
- Custom credits
- Unlimited workspaces / seats / agents
- All channels
- DPA/BAA, SOC 2 (planned), data residency, single-tenant
- Dedicated CSM + full SLA
On every plan: unlimited agents · full org chart, roles & controls (approvals, human-in-the-loop, autonomy) · all Claude models incl. Opus · API + MCP access · BYOK available.
Not sure which plan fits, or need something custom? Explore Enterprise or talk to sales →
| Compare plans | Starter | Pro | Business | Enterprise |
|---|---|---|---|---|
| Credits / month | 1,000 | 3,000 | 15,000 | Custom |
| Workspaces | 1 | 3 | 10 | Unlimited |
| Team seats | 2 | 10 | 50 | Unlimited |
| Agents | Unlimited | Unlimited | Unlimited | Unlimited |
| Channels | Web widget | Web + Telegram | Web + Telegram | All |
| Custom connectors | 2 | 10 | Unlimited | Unlimited |
| Support | Community + email | Priority + SLA | Dedicated CSM + full SLA |
Credits, in plain terms
Every plan includes monthly credits that your agents spend as they work. One credit is roughly a small unit of model usage — a typical agent step costs a few credits.
When your included credits run out, you can top up your balance anytime, or connect your own Anthropic key (BYOK). With BYOK there’s no markup from us — but you don’t use the included credits, so you pay only the subscription and your own model usage. BYOK is available on any paid plan, not during the trial.
Use your own AI
On any paid plan you can run agents on your own Anthropic account, or drive Avantis from the AI tools you already use. Keys are stored encrypted. With BYOK there’s no markup from us — your model usage is billed to your account, and those turns don’t draw from your included credits.
Bring your own Anthropic key
Point a workspace at your own Anthropic account — agent turns run on your key, with no markup and no draw on your included credits. Set it in Billing → BYOK, or via the API:
# Switch the workspace to your own key
curl -X POST https://avantis-ai.com/tenants/$TENANT/billing/byok \
-H "content-type: application/json" \
-d '{ "apiKey": "sk-ant-..." }'
# Clear it (back to platform credits)
# -d '{ "apiKey": null }'Drive Avantis from your AI tools
Connect Avantis over MCP to Cursor, Claude or ChatGPT — your assistant operates your org with a scoped token. Create one in the Connect tab, then add the server:
{
"mcpServers": {
"avantis": {
"url": "https://avantis-ai.com/mcp/<your-connect-token>"
}
}
}Works with ChatGPT GPT-Actions too — same token, REST endpoint.
Questions, answered
- How does billing work?
- You pay a monthly subscription, and every plan includes a pool of credits your agents spend as they work. If you need more, you can top up your balance anytime, or connect your own Anthropic key.
- What is the free trial?
- A one-time grant of 500 credits — no card required. Your agents run on Sonnet and Haiku (no Opus) so you can explore the platform. When the trial credits run out, your agents pause until you add a card.
- Can I use my own model key?
- Yes. BYOK (bring your own Anthropic key) is available on any paid plan. There is no markup from us — you pay only the subscription and your own model usage — but BYOK turns don’t draw from your included credits. BYOK isn’t available during the trial.
- Is there a seat limit?
- Team seats are limited per plan, but agents are always unlimited on every plan — add as many positions and departments as you need.
- Can I cancel anytime?
- Yes — there’s no lock-in. You can stop or switch plans whenever you like.
- Where does my data live?
- Each workspace is strictly isolated and secrets are encrypted. See the privacy policy for details.