Frequently asked

Quick answers, organized.

Every question on this page is also emitted as FAQPage JSON-LD, so AI search engines (Perplexity, ChatGPT browsing, Google AI Overviews) extract the answers cleanly.

About the project

About the project

Every question here is also emitted as FAQPage JSON-LD — so Google AI Overviews, Perplexity, and ChatGPT browsing extract the answers cleanly. Crawler-friendly fallback below for screen readers and bots that don't run JS.

OpenClawMU is the multi-tenant fork of OpenClaw — a self-hosted AI gateway across WhatsApp, Telegram, Slack, Discord, and 8+ other messaging channels. The 'MU' stands for multi-user / multi-tenant. It adds tenant token auth, isolated session/memory/sandbox/cron/channel directories per tenant, per-tenant quotas and billing, S3 backup, a browser web terminal, and a control-plane HTTP API.

Architecture

Architecture

Every question here is also emitted as FAQPage JSON-LD — so Google AI Overviews, Perplexity, and ChatGPT browsing extract the answers cleanly. Crawler-friendly fallback below for screen readers and bots that don't run JS.

Each tenant gets its own directory under /tenants/<name>/ containing sessions, memory, plugins, sandbox roots, cron jobs, channel credentials, and a config overlay. The dispatcher routes JSON-RPC calls by tenant token (SHA-256 hashed at rest, constant-time verified). Path-traversal protection on every path-taking API. Admin keys live only in the gateway config and cannot be set in tenant overlays.

Operations

Operations

Every question here is also emitted as FAQPage JSON-LD — so Google AI Overviews, Perplexity, and ChatGPT browsing extract the answers cleanly. Crawler-friendly fallback below for screen readers and bots that don't run JS.

The gateway exposes /healthz (always 200 once up) and /metrics (Prometheus format) endpoints. Audit log is JSONL on disk — ship it to Splunk / Elastic / Datadog with any log forwarder. Per-tenant usage stats are queryable via the control-plane API for custom dashboards.

Security & compliance

Security & compliance

Every question here is also emitted as FAQPage JSON-LD — so Google AI Overviews, Perplexity, and ChatGPT browsing extract the answers cleanly. Crawler-friendly fallback below for screen readers and bots that don't run JS.

Yes. JSONL append-only at ~/.openclaw/audit.log. Every state-changing operation is captured: tenant create/delete, token rotate, config write, backup, restore, channel pair/unpair, cron add/remove. Rotate with logrotate or your favorite log shipper.

Pricing & licensing

Pricing & licensing

Every question here is also emitted as FAQPage JSON-LD — so Google AI Overviews, Perplexity, and ChatGPT browsing extract the answers cleanly. Crawler-friendly fallback below for screen readers and bots that don't run JS.

Yes. Apache-2.0, no per-seat fees, no enterprise upsell. We may offer hosted-ops services later, but the code is and will remain free.

EXFOLIATE!

Run your own gateway today.

Apache-2.0, self-hosted, no SaaS layer between you and your users. Install the CLI, create your first tenant, mint a token — you're routing traffic in 60 seconds.