OpenClaw for your teamcustomersfamily

Ship your OpenClaw product faster with sandboxed, per-customer agents provisioned on demand.

How it works

Setup

Get started in seconds

Add your own AI provider keys through the settings page — no config files, no terminal.

Pick your AI provider and model

L
Models
🤖Models

Anthropic

Connected

claude-sonnet-4-20250514

OpenAI

Connected

Auto model

Bot walks you through setup

L
Lobu
online
Help me write a blog post12:01
I need an AI model first. Set me up below.12:01
Done, let's go12:01
Here's an outline: 1. Hook with a question 2. Key insight + examples 3. Clear takeaway Expand any section?12:01
Message
Packages

Reproducible environments

Agents install system packages via Nix. Environments persist across sessions and are fully reproducible.

Manage installed system packages

L
Packages
📦Packages
ffmpeg
gifsicle
imagemagick

Agent requests tools it needs

L
Lobu
online
Convert this video to a gif under 5MB12:01
I need ffmpeg and gifsicle. Install them?12:01
Go for it12:01
Installed via Nix. These persist across sessions. Converting now...
Done! 4.2 MB (from 28 MB). Adjust frame rate?12:01
Message
MCP

Connect tools via MCP

Add MCP servers for Gmail, GitHub, and more. Agents authenticate via OAuth — you control what they access.

Add and authenticate integrations

L
Integrations
🔗Integrations
mcp

Gmail

Gmail — read & send emails

Enabled
mcp

GitHub

GitHub — repos, PRs, issues

Enabled

Agent discovers and uses tools

L
Lobu
online
Summarize my unread emails12:01
No email access yet. Found a Gmail integration.12:01
Connected12:01
Inbox summary: • 3 from team — sprint planning • 1 from CEO — Q1 deck • 2 newsletters (skipped) Draft a reply?12:01
Message
Schedules

Set reminders and recurring tasks

Agents can schedule one-off reminders or recurring cron jobs. They run autonomously at the specified time.

View and manage scheduled jobs

L
Schedules
Reminders

Check open PRs and summarize review queue

pendingrecurringEvery Mon 9:00 AM

Review Q1 deck

pendingTomorrow 2:00 PM

Schedule tasks in natural language

L
Lobu
online
Every Monday 9am, check my PRs12:01
⏰ Mon 9 AM — check open PRs Approve?12:01
Yes. Also remind me tomorrow 2pm to review Q1 deck12:01
Two schedules active: 1. PR summary — Mon 9 AM (recurring) 2. Q1 deck — Tomorrow 2 PM (one-off) I'll ping you when they trigger.12:01
Message
Network

Fine-grained network access

Agents have zero internet by default. You allowlist specific domains — agents can't reach anything else.

Control which domains agents can reach

L
Permissions
🛡️Permissions
github.comAlways
registry.npmjs.orgAlways
api.openai.com1 hour
pypi.orgSession

Agent asks for network access

L
Lobu
online
Clone my repo and install dependencies12:01
Can't reach github.com — not in allowed domains. Grant access?12:01
Allow it permanently12:01
github.com added to always-allow list. Cloned the repo and ran npm install. Ready to go.12:01
Message

Architecture

Security-first. Zero trust by default.

Platform
Slack, Telegram, API
  • Multi-user with per-agent context
  • Deploy to any messaging platform
Gateway
  • HTTP proxy with domain allowlist
  • MCP proxy with OAuth per user
  • Secret swapping — workers never see keys
  • BYO provider keys (Anthropic, OpenAI, etc.)
OpenClaw Runtime
sandboxed worker
  • No direct internet access
  • Nix reproducible environments
  • Per-thread persistent storage

Installation

Deploy with Docker Compose or Kubernetes. From zero to running in under a minute.

Docker Compose

Single nodeLow opsVertical scale

One-command deployment on a single machine. Best for getting started or small teams.

Choose this if
  • You want the fastest setup on one machine.
  • You prefer minimal operational overhead.
View full deployment guide
Scaffold a new project
$ npx create-lobu my-bot
Start the stack
$ cd my-bot && docker compose up -d

Kubernetes

Multi-nodeHigher opsHorizontal scale

Install via OCI Helm chart — no repo clone needed. Scales horizontally with your team.

Choose this if
  • You need cluster scheduling and autoscaling.
  • You need production-grade isolation controls.
View full deployment guide
Install with Helm
$ helm install lobu oci://ghcr.io/lobu-ai/charts/lobu \
  --namespace lobu \
  --create-namespace

Ready to deploy?

Get running in under a minute — or talk to us about your use case.