Skip to main content

Free vs paid features

Subject to change

Tier limits, pricing and feature gates on this page are being reworked over the coming weeks. Treat the numbers below as indicative — we'll update this page when the new structure lands.

Bee Flow ships in four tiers. The Community tier is fully functional with no licence key — basic chat, agents, knowledge bases and the Nextcloud connector all work out of the box.

At a glance

TierUsersAgentsMessages/moPremium features
community121,000Basic chat, local KB, Nextcloud basic
pro252050,000+ Automations, web pages, meeting notes, skills, ticket assistant, voice
enterpriseunl.unl.unl.+ DLP/guardrails, GDPR compliance hub, SAML SSO, audit log export
fullunl.unl.unl.+ White-label, licence issuance

The full feature × tier matrix lives in Licensing → Tiers. Source of truth: server/license/tiers.js.

Where the limits fire

LimitWhere it's enforcedWhat happens at the cap
UsersUser-create endpoint, NC sync jobNew users are skipped; existing users stay active
AgentsAgent-create endpointUI shows "Tier limit reached — upgrade to add more"
Messages / moChat endpoint, automations runnerOrg-wide chat returns 402 with tier_limit until the next month

A monthly counter resets on the first UTC day of each calendar month. Counter state is in Postgres; nothing is sent off-machine.

Feature flags (premium gates)

The server uses a requireLicenseFeature(name) middleware that returns 403 to any user/org without the feature. Specific gates:

Feature flagTierWhat it unlocks
automationsPro+/api/automation, the Automation Builder UI
webpagesPro+/api/webpages, the Webpages section
meeting_notesPro+/api/transcriptions, /api/meet-bot, voice
skillsPro+/api/skills, the Skills marketplace
ticket_assistantPro+/api/ticket-assistant, /api/email-kb
dlpEnterprise+DLP rule editor, guardrail audit log export
saml_ssoEnterprise+SAML 2.0 identity-provider config
gdpr_hubEnterprise+GDPR archive, data-subject request flows
white_labelFullReplace branding, custom theme assets
license_issuanceFullMint sub-licences for downstream tenants

What's free forever

You can run a single user, two agents, ~1k chats/mo, with the full Nextcloud bridge, all 30+ tool integrations, and the Privacy Shield. Two distinctions:

  • Privacy Shield is in every tier — but DLP (interactive blocking + policy editor + audit-log export) is Enterprise.
  • Knowledge Bases are in every tier — but the Local KB is single-user; vector / hybrid KBs with reranking are Pro+.

Why fair-code?

The frontend and server are released under the Sustainable Use Licence. You can use, modify and self-host them for free for your own organisation. You cannot offer Bee Flow as a paid service to third parties without a commercial agreement.

The Nextcloud connector is AGPL-3.0-or-later to comply with App Store requirements.

More on the licensing model →