Baker Street

Enterprise

Open-source security. Enterprise-grade controls.

Baker Street is a self-hosted, MIT-licensed AI agent platform that replaces trust-based security with platform-enforced guarantees. Every agent runs in its own isolated pod with defense-in-depth controls that map to frameworks your security team already knows.

Single-process bot vs. Baker Street

CategorySingle-Process BotBaker Street
IsolationShared memory space; one agent can access another's dataEach agent runs in its own Kubernetes pod with namespace separation and default-deny networking
AuditApplication-level logging, easily modified or disabledHMAC-chained tamper-evident audit trail forwarded to external SIEM
ExtensionsPlugins run in-process with full access to hostExtensions execute in sandboxed sidecars with scoped permissions and resource limits
MemoryShared database or in-memory store across agentsPer-agent persistent volumes with encrypted-at-rest storage and RBAC-scoped access
ScalingVertical scaling on a single hostHorizontal auto-scaling via Kubernetes HPA with pod-level resource isolation
SecurityTrust-based: relies on agent code behaving correctlyPlatform-enforced: non-root, read-only FS, seccomp, drop ALL capabilities, signed images