Create an Organization & Project
1. Create an organization
Set Up a Worker
A Worker is what actually runs your agents — a small process you run yourself, next to your own infrastructure or CI. AgentMesh ships a ready-to-use Docker image, so there's no build step on your side.
Connect a Git Repository (and Other Connections)
1. Register the connection at the org level
Create a Registry Resource
Go to Registry → Add Resource. Every resource is created in two steps: fill in its identity, then publish its content — this page walks through one example per type.
Create an Agent Profile
Go to Agent Profiles → New Profile.
Create and Deploy a Workflow
A workflow is a BPMN diagram — drawn in any BPMN 2.0 editor (e.g. Camunda Modeler, free and open source) — that the console turns into a running, governed process.
Run a Workflow
Open the workflow (BPMN Workflows → pick it) and fill in the Execution request panel:
Connect Your Editor via MCP
Beyond running agents, AgentMesh also exposes its own tools (managing organizations, projects, workflows, artifacts) over MCP, so you can drive the platform directly from your coding CLI or editor — Claude Code, Codex CLI, VS Code, Cursor, Antigravity — without leaving it.