ClawMatrix

Open source control plane for AI agent fleets.

Bring your own runner — OpenClaw, PicoClaw, Claude Code, or custom. Each agent owns its markdown files — its soul, tools, memory. ClawMatrix ties them all together: real-time monitoring, egress control, cron scheduling, and agent-to-agent connections — one dashboard for your entire multi-agent system.

View on GitHub
Fleet dashboard
See every agent across deployments. Health status, latency stats, traffic counts — all in real time.
Agent connections
Define who can delegate to whom directly from the UI. A → B means A can send tasks to B. Manage your entire agent topology without touching config files.
Network allowlists
Domain-level egress control per agent. Wildcards supported (*.googleapis.com). Every request logged, blocked requests get 403.
Cron scheduling
Schedule recurring or one-time messages to agents. Cron expressions, timezone support, execution history, manual triggers. Notification channels (WhatsApp, Slack) coming soon.
Workspace browser
Browse and edit agent files from the UI. Chat to instruct agents to modify their own workspace. Lock critical files with OS-level chmod 444 — no prompt tricks around it.
LLM-native API /llms.txt
Point Claude Code at the URL and manage your fleet from the CLI. The API is documented in a format coding agents can read and call directly.