Axis is the coordination layer for teams running AI coding agents in parallel. Every agent that speaks MCP connects to the same job board, claims work atomically, and locks files before editing — so your teammate’s agent finds out your agent is already in that file before it overwrites the work, not after.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/virsanghavi/axis/llms.txt
Use this file to discover all available pages before exploring further.
Quickstart
Connect your first agent in under five minutes using the hosted MCP endpoint.
Core Concepts
Understand the job board, file locking, and shared context model.
Connect an Agent
Step-by-step setup for Claude Code, Cursor, Windsurf, Codex, and more.
MCP Tools Reference
Full reference for all 28 MCP tools available to your agents.
How Axis works
When two agents go for the same file, the second one gets a denial — not a silent overwrite. The denial tells it who holds the file, what they’re doing with it, when the lock expires, and what to do instead.Get started in three steps
Connect to the hosted MCP endpoint
Point your agent at
https://useaxis.dev/api/mcp — no installation required. Authenticate via OAuth (browser login, no key to paste) or a Bearer API key from the dashboard.Claude Code (mcp.json)
Initialize your project
Run
axis-init in your repo root to create the .axis/ directory with context files and IDE rule files for every agent ecosystem.Open-core model
Free forever
The full coordination layer — job board, file locks, shared notepad, sessions, and project soul — is free and open-source (AGPL-3.0). It costs nothing to run.
Pro (hosted)
The intelligence layer — hosted hybrid search, cited
deep_search, incremental indexing, team dashboard, and managed backend — lives at useaxis.dev.For solo developers on a single machine: Agent Teams (built into Claude Code) coordinates agents locally for free. Axis is for when the collisions stop being yours — multiple developers, multiple agent vendors, same repo.