Botpress Review (2026): Pricing, Features & Honest Verdict

Reviewed by MakerStack · Published · 6 min read

TLDR

Botpress is a developer-friendly AI agent and chatbot builder with a real visual studio, multi-channel deploys, and AI spend bundled into each plan. It is more capable and more complex than simple FAQ-bot tools. Best for: developers building custom AI agents. Price: free pay-as-you-go; Plus $89/mo plus AI Spend. Rating: 7.6/10.

What is Botpress?

Botpress is a platform for building AI agents and chatbots. You design conversational flows in a visual studio, connect a knowledge base, wire in LLM-powered understanding, and deploy the result across channels like a website widget, WhatsApp, Messenger, Slack, and more. It sits between two worlds: it is friendlier than coding an agent from scratch, but more powerful and more technical than the drag-and-drop bot tools aimed purely at non-developers.

Botpress has been around since the pre-LLM chatbot era and rebuilt itself around large language models as the market shifted. It matters now because every company wants an AI agent for support, lead capture, or internal tasks, and the question is whether to use a simple Q&A tool or a real builder that handles multi-step logic. Botpress aims at the second group. We dug into the current plans, the new bundled AI spend model, and how it stacks up against the other agent builders teams are weighing.

What Are Botpress’s Key Features?

Visual Flow Studio

The studio is Botpress’s core. You build conversations as visual flows with branching logic, conditions, variables, and actions, which is what separates it from tools that only do single-turn FAQ answers. For an agent that has to qualify a lead, look something up, then route to a human, that multi-step logic is the point. It has a learning curve, and non-developers will find it heavier than a pure no-code builder, but the ceiling is much higher.

Knowledge Base and LLM Understanding

You feed Botpress your content (docs, URLs, files) into a vector knowledge base, and the agent uses an LLM to understand questions and answer from that material. Vector DB storage scales by plan: 1GB on Plus, 2GB on Team. Because the LLM handles natural-language understanding, you do not have to script every intent by hand, which is a big improvement over older rule-based chatbots.

Multi-Channel Deployment

One Botpress build can deploy to a website chat widget, WhatsApp, Facebook Messenger, Slack, Telegram, and more. Instead of rebuilding a bot per platform, you maintain one agent and publish it everywhere. For support and marketing teams that need to meet customers on whatever channel they use, this is one of Botpress’s most practical strengths.

Human Handoff and Insights

From the Plus plan up, Botpress adds human handoff so a live agent can take over when the bot hits its limits, plus AI conversation insights like sentiment analysis. Team adds role-based access control, real-time collaboration in the studio, and custom analytics dashboards. These are the features that move it from a hobby bot to something a real support operation can run, and they are gated behind the paid tiers accordingly.

Integrations and Custom Actions

Botpress connects to external systems through a library of integrations and custom code actions, so an agent can call your API, look up an order, write to a CRM, or trigger an automation mid-conversation. This is where its developer-oriented nature pays off: instead of being limited to answering from a knowledge base, the agent can take real actions against your stack. You can drop into code when the visual flow is not enough, which gives technical teams an escape hatch that simpler no-code bot builders do not offer. The tradeoff is that getting the most out of it assumes someone on the team is comfortable wiring up APIs.

How Much Does Botpress Cost?

Botpress starts free with a pay-as-you-go plan: 500 incoming messages per month, one collaborator seat, and a $5 monthly AI credit, which is enough to build and test an agent before paying. From there the paid plans are Plus at $89/mo, Team at $495/mo, and Managed at $1,495/mo. There is also an Enterprise tier with custom pricing for the largest deployments.

The critical detail is the phrase “plus AI Spend.” Botpress now bundles LLM inference, embeddings, and web search into a per-conversation quota, billed on top of your base plan. That is actually an improvement: as of a May 2026 pricing update, you no longer do separate token math, and each conversation you buy includes a proportional AI quota. But it also means the sticker price is a floor, not a ceiling. A Team plan listed at $495/mo can cost meaningfully more once AI Spend is added, depending on conversation volume and which models you run.

Against the alternatives, the positioning is clear. Chatbase is the cheapest, starting at $19/mo for a Hobby plan with 2,000 messages, but it is a simpler Q&A tool. Voiceflow runs $50/mo for Pro and $125/mo for Team, with a per-editor model that gets expensive fast for bigger teams. Botpress is pricier at the base but more capable for complex agents, and its bundled AI spend is more predictable than juggling raw token costs yourself. If your needs are basic, Botpress will feel like overkill on price; if they are complex, it earns the spend.

PlanPricePlan FeaturesBest For
Pay-as-you-go$0/mo500 incoming messages/mo; 1 seat; $5 monthly AI creditTrying it out and small projects
Plus$89/mo + AI Spend1GB Vector DB; human handoff; conversation insights; remove brandingSmall teams in production
Team$495/mo + AI Spend3 seats; 2GB Vector DB; RBAC; real-time collaboration; custom dashboardsGrowing teams
Managed$1,495/mo + AI SpendCustom dev by Botpress engineers; strategy calls; priority supportTeams wanting done-for-you delivery

Who is Botpress Best For?

Use Botpress if you are a developer or technical team building a custom AI agent that needs multi-step logic, integrations, and deployment across several channels. It shines when a simple FAQ bot is not enough: lead qualification, support triage with human handoff, internal task agents, and anything where the conversation has real branching. Teams that want control over how the agent behaves, not just what it answers, get the most value.

Skip Botpress if you just need a quick FAQ or docs-answering bot, where a simpler tool like Chatbase is faster to launch and cheaper to run. Skip it too if non-technical staff will own the build, since the studio is heavier than pure no-code tools, and if predictable flat pricing matters more to you than capability, because AI Spend on top of the base plan makes total cost harder to forecast.

Best Botpress Alternatives

Voiceflow

Voiceflow is the closest visual-first competitor, strong on multi-channel and especially voice and IVR workflows. It costs $50/mo for the Pro plan with the full visual canvas and API integrations, and $125/mo for Team. The catch is per-editor pricing: a five-person team on the Business plan can pay $750/mo in seat costs before usage. Voiceflow is the better pick when you need voice or complex multi-channel flows, while Botpress leans more developer-oriented and bundles AI spend differently.

Chatbase

Chatbase is the simpler, cheaper option, built for fast Q&A bots trained on your content. It starts at $19/mo for the Hobby plan with 2,000 messages and gets you live quickly, but it uses a credit model that can be hard to predict, and it lacks native live chat and the visual flow-building for multi-step logic. Chatbase wins when you want the fastest path to a working docs or support bot, while Botpress wins when the conversation needs real branching and integrations.

Stack AI

Stack AI is the alternative for teams thinking beyond a chatbot toward broader AI workflows and agents. It offers a visual builder for chaining LLM calls, data sources, and actions into automations, not just conversations. It is the right pick if your use case is internal AI tooling and document workflows as much as customer-facing chat, whereas Botpress is more squarely focused on conversational agents across channels.

Final Verdict: Is Botpress Worth It?

Botpress earns its 7.6 by being one of the most capable AI agent builders on the market. The visual studio handles real multi-step logic, the knowledge base and LLM understanding remove the old intent-scripting grind, and deploying one agent across web, WhatsApp, Slack, and more is genuinely useful. The move to bundled AI spend also makes costs easier to reason about than the raw-token approach it replaced. For developers and technical teams, it is a strong choice.

It does not score higher because of price clarity and complexity. The base plan is a floor, with AI Spend stacked on top, so total cost takes effort to forecast, and the jump from $89/mo Plus to $495/mo Team is steep. It is also more tool than a non-technical team needs for a simple FAQ bot. Our recommendation: if you are building a real, branching AI agent and have the technical chops, start on the free pay-as-you-go tier, model your AI Spend at expected volume, then commit to Plus or Team. If you just need a quick Q&A bot, look at Chatbase first.

Botpress Pros & Cons

What We Like

  • Genuine visual studio for building multi-step conversational logic, not just FAQ Q&A
  • Free pay-as-you-go tier with 500 messages/mo and a $5 monthly AI credit
  • AI spend is now bundled per conversation, so no separate token math to manage
  • Deploys across web, WhatsApp, Messenger, Slack, and more from one build

What Could Be Better

  • Base plan price is a floor: AI Spend is billed on top and can make real costs unpredictable
  • More complex and developer-oriented than no-code tools aimed at non-technical users
  • Jump from Plus ($89/mo) to Team ($495/mo) is steep for mid-size needs

Botpress FAQ

What is Botpress?

Botpress is a platform for building AI agents and chatbots. It pairs a visual studio for designing conversational flows with LLM-powered understanding, a knowledge base, and deployment across channels like web, WhatsApp, and Slack.

How much does Botpress cost?

Botpress has a free pay-as-you-go plan with 500 incoming messages/mo and a $5 AI credit. Paid plans are Plus at $89/mo, Team at $495/mo, and Managed at $1,495/mo, all plus AI Spend (the cost of the underlying model calls) billed on top.

Is Botpress worth it?

Yes for developers and technical teams who need a flexible agent builder rather than a basic FAQ bot. The visual studio and multi-channel deploys are strong. Just budget for AI Spend on top of the base plan, since the sticker price is the floor, not the ceiling.

What are the best Botpress alternatives?

Voiceflow is the visual-first builder strong on voice and multi-channel, Chatbase is the simpler and cheaper Q&A bot from $19/mo, and Stack AI is the option for building broader AI workflows and agents.

Does Botpress offer a free plan?

Yes. The pay-as-you-go plan is free and includes 500 incoming messages per month, one collaborator seat, and a $5 monthly AI credit, enough to build and test a bot before committing.

Who is Botpress best for?

Botpress is best for developers and technical teams building custom AI agents that need multi-step logic, integrations, and deployment across several channels, rather than non-technical users who just want a quick FAQ bot.

Disclosure: MakerStack is funded by featured placement fees, sponsor slots and a small number of affiliate links. Nobody paid for this review. Where any of those does apply to a review, we say so on the page. The scoring criteria are the same in every case. See our editorial policy.