openclaw-saas-platform
Installation
SKILL.md
OpenClaw SaaS Platform
Skill by ara.so — Hermes Skills collection.
OpenClaw SaaS transforms the open-source OpenClaw AI Agent into a multi-tenant SaaS platform with account management, credit-based billing, subscription orders, workspace isolation, and real-time agent execution. Built with FastAPI backend, React 19 frontend, and dual-container Docker architecture.
Core Architecture
Dual-Container Design:
- Backend Container: FastAPI app handling auth, billing, orders, API gateway
- OpenClaw Gateway Container: Isolated AI agent execution engine
- Shared Volume:
/opt/workspaces/{agent_id}/for file isolation - Dependencies: MySQL 8.4, Redis 7