Quickstart
Four commands. Python 3.10 or newer, or Docker.
pip install bourdon # 1. install
bourdon setup # 2. pick which agents to federate, wire the hooks
bourdon doctor # 3. every participant reports ok, with a fix line if not
claude mcp add bourdon -- bourdon serve # 4. connect an agent over MCP
Then ask any connected agent what you are working on. The first-turn answer is recognition from the shared library, attributed to the agents that produced it. The full quickstart covers Homebrew, Docker, cross-machine sync, the synthetic demo, and troubleshooting.
Self-host (free)#
The full engine, forever, nothing held back. Self-hosting is the default and the hero. You get the entire runtime: recognition-first retrieval, the tiered memory stack (L0-L6), and, critically, cross-agent federation included. There is no feature that only the paid tier unlocks; the engine is identical whether you self-host or we host it for you.
bourdon serve on your own box or tailnet
- Per-agent token auth, trust tiers, quarantined adapters, append-only audit
- Fly.io / Docker / Compose templates in the repo
- Apache-2.0 interoperability surface; engine source-available under BUSL-1.1 and converts to Apache-2.0 after four years
Federation is never gated. Cross-agent memory is the product, not an upsell. It is here at the free tier and stays here. The Self-host guide has every path.
Hosted (live)#
Prefer not to run a box? Hosted Bourdon gives you a private Bourdon endpoint - your own machine, your own volume - that your coding agents connect to directly. The free-to-paid line is operations, never engine capability. You pay for always-on uptime, backups, and per-tenant isolation, not for features you would otherwise be missing.
| Plan | Price | What it is |
|---|
| Solo | $29 / month | One instance, unlimited agents |
| Team | $99 / month | One instance, five seats, a bigger machine, priority support |
Both start with a 7-day trial; a card is required and you can cancel any time. Same product either way - Team buys room and people, never withheld features. Start at app.bourdon.ai →
The Hosted guide walks the whole path: what happens between checkout and a live endpoint, how to connect each client, and the one-minute check that proves it is working.
Enterprise (coming)#
SSO / SAML, BYOC / BYOK, long audit-retention, HIPAA BAA, dedicated support. Built on the same self-hostable core, so a compliance review can always run against infrastructure you control. Talk to us →
What you pay for#
Bourdon's self-hosted edition is not a lesser version. It is the whole thing, and we are keeping it that way (no deprecated community edition). What managed hosting sells is convenience: uptime, backups, isolation, and support. Some teams want to run it themselves; some would rather pay us to. Both are first-class.
Family#
Bourdon is one half of a fleet OS: it is what the fleet knows. Its sibling, Positif, is what the fleet is allowed to do: cross-agent governed routing with a full audit trail. Memory + governed routing for self-sovereign agent fleets.
Positif → positif.ai · Source on GitLab