How Busbar Works
Three planes, cleanly separated. Purpose-built for Salesforce + GitHub DevOps, then extensible to any platform. Context feeds templates. Templates orchestrate calls. Calls produce audit frames. Results compose back into context.
Kantext
Kantext is the structured, living context that the entire system operates on. When a model writes a Jinja2 template to orchestrate MCP calls, Kantext provides the data those templates render against — and captures every result as a new immutable frame.
It's not configuration. It's not state management. It's the Meaning∘Data substrate — fusing context into data as content-addressed, cryptographically sealed snapshots of system reality. Every value has provenance. Every change is a new frame. Nothing is mutated. Nothing is lost.
Racks & Modules
Inspired by Eurorack modular synthesizers — where Dieter Doepfer's open standard enabled 1,000+ manufacturers and 15,000+ compatible modules. Busbar applies the same principle to enterprise automation.
A Rack is a secure runtime container. Modules plug into standard interfaces. WASM and sandboxed Python (Monty) execution means plugins define intent — the host executes capability. Swap modules freely. The Rack provides isolation, state, and the host-function barrier that keeps credentials safe.
MCP Gateway
The zero-trust chokepoint where all traffic flows. Models write Jinja2 templates to compose MCP tool calls. Cedar policies evaluate every invocation against identity, context, and risk classification. Signal routing handles C∘V (immutable facts), Gate (policy boundaries), and CC (change control).
This isn't a wrapper around MCP. It's the architectural bus — the thing that makes the modular system coherent and trustworthy.
model writes template:
{% for account in sf.query("SELECT Id FROM Account") %}
{{ mcp.call("sf-rest", "update", account) }}
{% endfor %}
cedar evaluates:
permit(principal, action:"sf.update", resource)
gateway routes → 200 OK (47 records)
audit frame sealed → blake3:c4e8f1...
Context in. Proof out.
See it in action.
The MCP Gateway is demo-ready. Book a walkthrough or explore the code.