Open Source · Apache 2.0

Enterprise-Grade
AI Agent Platform

Multi-tenant, stateless, horizontally scalable.
Deploy with java -jar — that simple.

Why CloudClaw?

Not another AI wrapper. A real platform for real teams.

🚀

One Command to Start

java -jar standalone mode with SQLite. Zero dependencies. Docker Compose for production.

👥

Multi-Tenant by Design

Sessions, memories, configs isolated per user. Built for teams, not single-user toys.

📈

Stateless & Scalable

All state in databases and caches. Horizontal scaling is native, not bolted on.

🛡️

Security First

Agent I/O through MCP, database, or sandbox. Never raw host access. JWT auth & RBAC.

🔌

Pluggable Everything

Memory engines, MQ, LLM providers, MCP servers — all replaceable. Pick your stack.

🤖

5 Orchestration Modes

Pipeline, Parallel, Router, Supervisor, Handoff — multi-agent workflows out of the box.

Architecture

Enterprise developers build digital employees, serving all employees.

CloudClaw Architecture

Up in 30 Seconds

Just Java 17. No database, no Redis, no config files.

# Clone & Build
git clone https://github.com/cloudclaw-dev/cloudclaw.git
cd cloudclaw && mvn clean package -DskipTests

# Set secrets
export JWT_SECRET="your-secret-key"
export CRYPTO_SECRET="your-crypto-key"

# Run
java -jar cloudclaw-app/target/cloudclaw-app-1.0.3.jar

# Open → http://localhost:8080/  admin / admin123

Production? Switch to PostgreSQL + Redis with --spring.profiles.active=cluster

Multi-Agent Workflows

5 built-in orchestration modes for any collaboration pattern.

🔗
Pipeline
Sequential chaining
Parallel
Run simultaneously
🔀
Router
Intent-based routing
🧑‍✈️
Supervisor
Plan & delegate
🤝
Handoff
Context transfer

Ready to Build?

Open source, Apache 2.0. Deploy in minutes, scale when ready.

⭐ Star on GitHub ⚡ Quick Start