Welcome to OpenSpawn
OpenSpawn is a coordination layer for AI agents. It’s not an agent framework — you keep using whatever you’re using (OpenClaw, LangGraph, Claude Code, raw API calls). OpenSpawn adds the layer most multi-agent systems are missing: structure.
Get Started
Section titled “Get Started”- Getting Started - Install and scaffold your first org in 10 minutes
- Agent Quickstart - Build your first agent
- Templates Guide - Explore common org structures
- ORG.md Spec - Learn the spec that defines your org
Key Concepts
Section titled “Key Concepts”- ORG.md — A single markdown file that defines your entire agent organization
- Hierarchy — Agents have managers, teams, and roles
- Communication — Standardized protocols for agent-to-agent messaging
- Dashboard — Real-time visualization of your org and task flow
- MCP Integration — Connect to tools and resources via Model Context Protocol
Architecture
Section titled “Architecture”OpenSpawn is designed for:
- Developers building multi-agent systems
- AI Agents coordinating work with each other
- Organizations scaling AI operations