Skip to content

Community vs Enterprise

Bella Baxter is open-core, source-available under the ELv2 License. The self-hosted Community edition is free forever. Enterprise features require a license key.

The Guiding Principle

Cap organizational features (SSO, audit streaming, multi-team governance) — not operational features (resources you need to do your job).

A solo developer or a 3-person startup should never hit a wall while doing legitimate work.

Always Free (Community)

FeatureWhy it's always free
Unlimited projectsThe exact cap that made Infisical frustrating to use
Unlimited environmentsDev/staging/prod is table stakes
Unlimited secretsCore functionality
Unlimited API keysPrimary auth for CI/CD — gating breaks automation
All custom providers (Vault, AWS, Azure, GCP)The entire value proposition — connecting your own infra
CLI accessFundamental developer workflow
All SDKs (10 languages)Developer tooling
SSH Certificate AuthorityOperational security, not organizational governance
Trust Domains / Workload Identity (OIDC)CI/CD auth — same category as API keys
TOTP (2FA key management)Security feature for every developer
WebhooksOperational event notifications
Secure SharesDeveloper utility
Drift detectionOperational hygiene
MCP / AI integrationDeveloper tooling
Notifications (Slack, Discord, Teams, Telegram)Operational alerting
Security Intelligence scansDetecting password123 is a basic right, not a paid upgrade
.NET Aspire integrationDeveloper workflow

Enterprise Features

These are gated because they're only relevant at organisational scale — small teams never need them.

FeatureWhy it's paid
SSO (SAML / OIDC login)Only matters when IT centrally manages logins. Individuals use username+password or social login.
Audit log streaming / SIEM exportCompliance at company scale (SOC2, ISO27001). The audit log UI stays free — only streaming to Splunk/Datadog/Azure Monitor is gated.
Advanced RBACFine-grained permissions beyond Owner/Manager/Member/Consumer. Relevant when security teams need granular control across dozens of teams.
Multi-tenant (multiple organisations on one instance)Relevant when running Bella as an internal platform for multiple business units.

Cloud Pricing (PAYG)

The Bella Baxter managed cloud runs on a pay-as-you-go model:

  • Free: 2,000 API requests per month, no credit card required
  • Overage: $0.005 per request beyond 2,000 (~$5 per 1,000 requests)
  • Enterprise: Contact us — flat monthly, custom volume, SLA, dedicated support

A "request" = one HTTP call to the secrets API made by a machine identity (API key). This includes:

  • bella pull / bella run — counts as one request regardless of how many secrets are returned
  • CI/CD pipeline fetches (each deploy = one request)
  • AI agent / MCP tool calls (each get_secret or list_secret_keys = one request)

The CLI MCP server uses ETag-based caching — when secrets haven't changed, subsequent AI tool calls return cached results without hitting the API, so a long AI session typically burns only 1–2 metered requests.

Human workflows (WebApp, project management, user management) are never metered.

What typical usage costs

TeamActivityMonthly requestsCost
Solo developerActive development~200$0
3-person startupDev + CI/CD (20 deploys/day)~600$0
3-person startup + AICI/CD + daily MCP sessions~1,800$0
10-person teamHeavy CI/CD (100 deploys/day)~3,000$0.005
10-person team500 deploys/day~15,000$0.065
50-person company2,000 deploys/day~60,000$0.29

You pay more when you ship more (or your AI agents are very busy). The bill growing is a signal that the team is growing.

Self-Hosted vs Cloud

Self-Hosted (Community)Cloud (PAYG)
CostFree forever$0 to start, $0.005/req overage
InfrastructureYou manage (Docker/Aspire/K8s)Managed by Cosmic Chimps
Data residencyYour infrastructureCosmic Chimps (EU / US)
SSOEnterprise license keyEnterprise plan
Audit streamingEnterprise license keyEnterprise plan
UpdatesManualAutomatic

License

Bella Baxter is released under the Elastic License v2 (ELv2):

  • ✅ Self-host freely for any internal use
  • ✅ Modify the source code
  • ✅ Contribute back upstream
  • ❌ Cannot offer Bella Baxter as a managed service to third parties without a commercial agreement

This prevents cloud providers from wrapping Bella Baxter as a competing service while keeping self-hosting completely free.

→ Read the full license text

Released under the ELv2 License.