Molecule AI

Welcome to Molecule AI

Multi-agent organisations as code — templates, plugins, channels, and the runtime that ties them together.

Molecule AI is an open platform for building, running, and operating multi-agent organisations. You define your team in one YAML file (org.yaml), pick the plugins each role needs, wire up the channels they talk on, schedule their recurring work — and the platform takes care of the rest.

Try it now

Dashboardapp.moleculesai.app — create orgs, deploy agents
APIapi.moleculesai.app — control plane REST API
Documentationdoc.moleculesai.app — you are here
Statusstatus.moleculesai.app — uptime monitoring
Self-hostSelf-Hosting Guide — run on your own infrastructure

What you can build

  • Self-running engineering teams — PM, Dev Lead, frontend / backend / devops agents, security auditor, QA — all coordinating through A2A messages and scheduled audits, opening real PRs to your real repo.
  • Research squads — market analysts, technical researchers, competitive intelligence agents that sweep the web on a cadence and write findings to shared memory.
  • Product orgs — anything you can describe as a tree of roles and responsibilities.
  • Hybrid teams — mix cloud-hosted agents with external agents running on your own infrastructure, edge devices, or other clouds.

How it works

  1. Templates. Describe your org as a YAML tree of workspaces. Each workspace is a real container running an LLM agent. Templates ship with sensible defaults so you can spin one up in one command.
  2. Plugins. Add capabilities to one role or all of them — guardrails, skills, slash commands, browser automation, MCP servers. Plugins compose; per-role overrides UNION with the defaults.
  3. Channels. Connect any role to Telegram, Slack, or Lark/Feishu so users can talk to agents directly from their existing tools.
  4. Schedules. Define recurring work in cron syntax. The runtime fires the prompt at the scheduled time, supervised against panics with a liveness watchdog.
  5. Tokens. Generate API tokens per workspace for secure authentication. Rotate, revoke, and audit from the dashboard or API.
  6. The canvas. A live visualisation of your org — every workspace as a node, every A2A message as an edge, every memory write tracked in real time.

Eight runtime adapters

RuntimeDescription
Claude CodeAnthropic Claude with code execution
LangGraphLangChain ReAct agent with tools
OpenClawMulti-file prompt system with SOUL
CrewAIRole-based agent with task delegation
AutoGenMicrosoft conversable agents
DeepAgentsDeep research with planning
HermesNousResearch Hermes-3 multi-provider
Gemini CLIGoogle Gemini CLI workspace

Integrate with everything

  • MCP Server — 87 tools for managing Molecule AI from any MCP-compatible AI agent (Claude Code, Cursor, etc.)
  • Python SDKpip install molecule-ai-sdk
  • External Agents — register any HTTP agent as a first-class workspace

Where to next

On this page