← Back to research
·5 min read·company

Lobu

Multi-tenant, sandboxed agent orchestration — run Claude Code or OpenClaw behind a hardened gateway with MCP proxy and per-context isolation.

Key takeaways

  • Enterprise-ready OpenClaw: multi-tenant isolation, scale-to-zero workers
  • Dual runtime: Claude Code SDK or OpenClaw Pi Agent SDK per-agent
  • MCP proxy with OAuth — workers never see secrets
  • Network sandboxing: domain-filtered egress, gVisor/Kata on K8s

FAQ

What is Lobu?

Multi-tenant, sandboxed agent orchestration that runs Claude Code or OpenClaw behind a hardened gateway with MCP proxy and network isolation.

How much does Lobu cost?

Free and open source (BUSL-1.1 license). Self-hosted.

Who competes with Lobu?

Tensol (managed OpenClaw for B2B), NanoClaw (container isolation), LaunchClaw (sandboxed hosting).

Executive Summary

Lobu is multi-tenant, sandboxed agent orchestration for teams. It runs Claude Code or OpenClaw behind a hardened gateway with MCP proxy, multi-provider auth, and per-context isolation. Originally launched as peerbot.ai in July 2025, it evolved to support both Claude SDK and OpenClaw runtimes while providing enterprise-grade security that OpenClaw lacks out of the box.

AttributeValue
Repositorygithub.com/lobu-ai/lobu
LanguageTypeScript
Stars36 ★
LicenseBUSL-1.1
CreatedJuly 2025
Creator@bu7emba

Product Overview

Lobu's core value: run powerful AI agents (Claude Code or OpenClaw) without exposing your infrastructure. All worker traffic routes through a gateway proxy — workers have no direct network access. Secrets stay isolated, MCP tools are proxied with scoped tokens, and network egress is domain-filtered.

Key Capabilities

CapabilityDescription
Dual RuntimeClaude Code SDK (CLI subprocess) or OpenClaw Pi Agent SDK per-agent
Multi-tenantSingle bot serves Slack, Telegram, WhatsApp, REST API with per-channel isolation
MCP ProxyGateway handles OAuth, injects scoped tokens — workers never see client secrets
Scale to ZeroWorkers scale down when idle
Network FilteringWhitelist domains workers can access
OpenClaw CompatibleSupports skills, IDENTITY.md, SOUL.md, USER.md

Interfaces

InterfaceDescription
REST APIProgrammatic agent creation
SlackMulti-channel/DM agents
Telegram@lobuaibot
WhatsAppBaileys-based integration

Technical Architecture

Slack/Telegram/WhatsApp/API → Gateway → Orchestrator → Worker (Claude/OpenClaw)
                                ↑                           ↓
                              Redis                    HTTP/MCP Proxy
                                                           ↓
                                                    Domain-filtered Internet

Key Technical Details

AspectDetail
DeploymentKubernetes, Docker Compose, Local
RuntimesClaude Code SDK, OpenClaw Pi Agent SDK
IsolationgVisor/Kata on K8s, NetworkPolicies, RBAC
MCPProxied with OAuth, env var substitution
EnvironmentsNix-based reproducible per-session tooling
Open SourceYes (BUSL-1.1)

Lobu vs OpenClaw

AspectLobuOpenClaw
ScaleWorkers scale to zeroAlways-on
Multi-tenantPer-channel/DM isolationOne instance per setup
PlatformsSlack, Telegram, WhatsApp, API15+ chat platforms
RuntimesClaude SDK + OpenClawOpenClaw only
MCP AccessProxied, secrets isolatedDirect from agent
NetworkSandboxed, domain-filteredNo built-in isolation
DeploymentK8s, Docker, LocalSingle node

Strengths

  • True isolation — Workers have no direct network access. All traffic routes through gateway with domain filtering.
  • Secrets never exposed — MCP OAuth, provider credentials, and env vars resolved at gateway level. Workers never see client secrets.
  • Dual runtime flexibility — Choose Claude Code SDK or OpenClaw Pi Agent SDK per-agent based on use case.
  • OpenClaw compatibility — Skills from ClawHub, IDENTITY.md, SOUL.md, USER.md all work. Migration path from vanilla OpenClaw.
  • Enterprise deployment — Kubernetes with NetworkPolicies, RBAC, gVisor/Kata. Production-ready.

Cautions

  • Early stage — 36 stars, recently published. Limited community validation.
  • BUSL-1.1 license — Not truly open source. Commercial use restrictions apply.
  • Fewer platforms — Slack, Telegram, WhatsApp, API only. OpenClaw has 15+ integrations.
  • Complexity — Gateway proxy architecture adds operational overhead vs simple single-node OpenClaw.
  • Solo maintainer — Single developer (@bu7emba). Bus factor concern for enterprise adoption.

Pricing & Licensing

TierPriceIncludes
Self-hostedFreeFull features, BUSL-1.1 license

Licensing model: Business Source License 1.1 (BUSL-1.1)

Hidden costs: Infrastructure (K8s cluster or Docker host), LLM API costs


Competitive Positioning

Direct Competitors

CompetitorDifferentiation
TensolLobu is self-hosted; Tensol is managed
NanoClawLobu has dual runtime (Claude + OpenClaw); NanoClaw is OpenClaw-only
LaunchClawLobu is open source; LaunchClaw is hosted
OpenClawLobu adds isolation, multi-tenant, scale-to-zero

When to Choose Lobu Over Alternatives

  • Choose Lobu when: You need multi-tenant isolation with Claude Code or OpenClaw
  • Choose Tensol when: You want managed hosting without infrastructure
  • Choose OpenClaw when: You need maximum platform integrations (15+)
  • Choose NanoClaw when: You want simpler container isolation

Ideal Customer Profile

Best fit:

  • Teams deploying AI agents to Slack/Telegram with security requirements
  • Organizations needing per-channel/user isolation
  • DevOps teams comfortable with Kubernetes
  • Companies wanting Claude Code + OpenClaw flexibility

Poor fit:

  • Individual users wanting simple setup
  • Those needing 15+ chat platform integrations
  • Organizations uncomfortable with BUSL-1.1 licensing
  • Teams without Kubernetes expertise

Viability Assessment

FactorAssessment
Financial HealthUnknown (open source project)
Market PositionNiche
Innovation PaceRapid (active development)
Community/EcosystemLimited (36 stars)
Long-term OutlookUncertain — depends on adoption

Early-stage project with compelling architecture. The security-first approach differentiates from vanilla OpenClaw. Success depends on community growth and potential commercial backing.


Bottom Line

Lobu is "OpenClaw for teams" — adding the multi-tenant isolation, network sandboxing, and MCP proxy that enterprises need. The dual runtime (Claude Code + OpenClaw) provides flexibility, and the architecture is sound. But at 36 stars with a solo maintainer, it's a bet on early-stage software.

Recommended for: Teams deploying agents to Slack/Telegram who need isolation and are comfortable with Kubernetes

Not recommended for: Individual users, those needing many chat platforms, or organizations requiring enterprise support

Outlook: If the project gains traction and adds more maintainers, Lobu could become the de facto "enterprise OpenClaw" layer. The security architecture is what OpenClaw should have built.


Research by Ry Walker Research • methodology