# Routa ## Docs - [Agent Card Endpoint](https://mintlify.wiki/phodal/routa/api/a2a/card.md): A2A agent card for service discovery - [A2A Protocol Overview](https://mintlify.wiki/phodal/routa/api/a2a/overview.md): Agent-to-Agent communication protocol in Routa - [RPC Execution](https://mintlify.wiki/phodal/routa/api/a2a/rpc.md): Executing JSON-RPC methods via A2A protocol - [Session Management](https://mintlify.wiki/phodal/routa/api/a2a/sessions.md): Managing A2A sessions and exposing ACP agents - [Installing ACP Agents](https://mintlify.wiki/phodal/routa/api/acp/install.md): Installing and managing ACP agents from the registry - [ACP Overview](https://mintlify.wiki/phodal/routa/api/acp/overview.md): Understanding the Agent Client Protocol in Routa - [ACP Registry](https://mintlify.wiki/phodal/routa/api/acp/registry.md): Discovering and using agents from the ACP Registry - [Runtime Management](https://mintlify.wiki/phodal/routa/api/acp/runtime.md): Managing Node.js and Python runtimes for ACP agents - [Agent Management](https://mintlify.wiki/phodal/routa/api/agents.md): Create and manage AI agents that execute tasks in Routa - [Health Check](https://mintlify.wiki/phodal/routa/api/health.md): Service health check endpoint for monitoring and container health checks - [Agent Tools](https://mintlify.wiki/phodal/routa/api/mcp-tools/agent-tools.md): MCP tools for agent coordination, delegation, and inter-agent communication - [Note Tools](https://mintlify.wiki/phodal/routa/api/mcp-tools/note-tools.md): MCP tools for notes, specs, and task block parsing - [MCP Tools Overview](https://mintlify.wiki/phodal/routa/api/mcp-tools/overview.md): Model Context Protocol tools for multi-agent coordination in Routa - [Task Tools](https://mintlify.wiki/phodal/routa/api/mcp-tools/task-tools.md): MCP tools for task creation, status tracking, and lifecycle management - [Workspace Tools](https://mintlify.wiki/phodal/routa/api/mcp-tools/workspace-tools.md): MCP tools for git operations, workspace management, and specialist discovery - [Note Management](https://mintlify.wiki/phodal/routa/api/notes.md): Create and manage collaborative notes and documentation - [REST API Overview](https://mintlify.wiki/phodal/routa/api/overview.md): Introduction to the Routa REST API and getting started guide - [Session Management](https://mintlify.wiki/phodal/routa/api/sessions.md): Manage ACP (Agent Communication Protocol) sessions - [Skills Management](https://mintlify.wiki/phodal/routa/api/skills.md): Discover, load, and manage reusable agent capabilities - [Task Management](https://mintlify.wiki/phodal/routa/api/tasks.md): Create and manage tasks that are executed by agents - [Workspace Management](https://mintlify.wiki/phodal/routa/api/workspaces.md): Create and manage workspaces that contain agents, tasks, and notes - [Agent Commands](https://mintlify.wiki/phodal/routa/cli/agent.md): Manage agents in Routa workspaces via CLI - [Chat Command](https://mintlify.wiki/phodal/routa/cli/chat.md): Interactive chat sessions with Routa agents - [Delegate Command](https://mintlify.wiki/phodal/routa/cli/delegate.md): Delegate tasks to specialist agents with ACP spawning - [CLI Overview](https://mintlify.wiki/phodal/routa/cli/overview.md): Command-line interface for Routa multi-agent coordination - [Server Command](https://mintlify.wiki/phodal/routa/cli/server.md): Run Routa as an HTTP backend server - [Skill Command](https://mintlify.wiki/phodal/routa/cli/skill.md): Discover and manage OpenCode-compatible skills - [Task Commands](https://mintlify.wiki/phodal/routa/cli/task.md): Manage tasks in Routa workspaces via CLI - [Workflow Command](https://mintlify.wiki/phodal/routa/cli/workflow.md): Run YAML-defined agent workflows with the Routa CLI - [Workspace Command](https://mintlify.wiki/phodal/routa/cli/workspace.md): Manage workspaces with the Routa CLI - [System Architecture](https://mintlify.wiki/phodal/routa/concepts/architecture.md): Understanding Routa's dual-backend architecture and core components - [Multi-Agent Coordination](https://mintlify.wiki/phodal/routa/concepts/multi-agent-coordination.md): How Routa enables multiple AI agents to collaborate on complex tasks - [Protocol Overview](https://mintlify.wiki/phodal/routa/concepts/protocols.md): Understanding MCP, ACP, and A2A protocols that power Routa's multi-agent coordination - [Specialist Roles](https://mintlify.wiki/phodal/routa/concepts/specialist-roles.md): Understanding the four built-in specialist roles and how to define custom specialists - [Task Orchestration and Delegation](https://mintlify.wiki/phodal/routa/concepts/task-orchestration.md): How Routa creates, delegates, and tracks tasks across multiple agents - [Contributing Guide](https://mintlify.wiki/phodal/routa/development/contributing.md): Guidelines for contributing to Routa development - [Database Configuration](https://mintlify.wiki/phodal/routa/development/database.md): Setting up Postgres and SQLite for Routa development - [Dual Backend Architecture](https://mintlify.wiki/phodal/routa/development/dual-backend.md): Understanding Routa's Next.js and Rust dual backend design - [Testing Guide](https://mintlify.wiki/phodal/routa/development/testing.md): Running tests, E2E testing with Playwright, and API contract validation - [Integrating Custom MCP Servers](https://mintlify.wiki/phodal/routa/guides/custom-mcp-servers.md): Register and manage user-defined MCP servers alongside the built-in coordination server - [Creating Custom Specialists](https://mintlify.wiki/phodal/routa/guides/custom-specialists.md): Define custom agent roles with specialized system prompts, model tiers, and behaviors - [Desktop App Usage Guide](https://mintlify.wiki/phodal/routa/guides/desktop-app.md): Complete guide to using the Routa Desktop application built with Tauri - [Docker Deployment Guide](https://mintlify.wiki/phodal/routa/guides/docker-deployment.md): Deploy Routa using Docker and Docker Compose with SQLite or PostgreSQL - [Using GitHub Virtual Workspace](https://mintlify.wiki/phodal/routa/guides/github-virtual-workspace.md): Import GitHub repositories as virtual workspaces for browsing and code review without local clones - [Web Deployment Guide](https://mintlify.wiki/phodal/routa/guides/web-deployment.md): Deploy Routa as a web application on Vercel, Railway, or other platforms - [Workflow Configuration and Execution](https://mintlify.wiki/phodal/routa/guides/workflows.md): Automate multi-step agent processes with YAML workflows - [Installation](https://mintlify.wiki/phodal/routa/installation.md): Complete installation guide for Routa. Deploy as a desktop app, web application, or Docker container with PostgreSQL or SQLite. - [Welcome to Routa](https://mintlify.wiki/phodal/routa/introduction.md): Multi-agent coordination platform for AI development that orchestrates specialized agents to collaborate on complex tasks through structured workflows and real-time coordination. - [Agent-to-Agent Protocol (A2A)](https://mintlify.wiki/phodal/routa/protocols/a2a.md): Expose Routa agents as A2A-compatible tasks for external federation - [Agent Client Protocol (ACP)](https://mintlify.wiki/phodal/routa/protocols/acp.md): Spawn and manage agent processes (Claude Code, OpenCode, Codex, Gemini) - [Model Context Protocol (MCP)](https://mintlify.wiki/phodal/routa/protocols/mcp.md): MCP server exposing coordination tools for multi-agent collaboration - [Quickstart](https://mintlify.wiki/phodal/routa/quickstart.md): Get up and running with Routa in 5 minutes. Start the desktop app or web demo, and see multi-agent coordination in action. - [Crafter Implementor](https://mintlify.wiki/phodal/routa/specialists/crafter-implementor.md): The code implementation specialist - [Creating Custom Specialists](https://mintlify.wiki/phodal/routa/specialists/creating-custom.md): Guide to building your own specialist agents - [Developer Specialist](https://mintlify.wiki/phodal/routa/specialists/developer.md): The solo planning and implementation specialist - [Gate Verifier](https://mintlify.wiki/phodal/routa/specialists/gate-verifier.md): The verification and quality assurance specialist - [Specialist System Overview](https://mintlify.wiki/phodal/routa/specialists/overview.md): Understanding Routa's multi-agent specialist system - [Routa Coordinator](https://mintlify.wiki/phodal/routa/specialists/routa-coordinator.md): The planning and delegation specialist