Overview
The ACP Registry is an easy way for developers to distribute their ACP-compatible agents to any client that speaks the protocol. At the moment, this is a curated set of agents, including only the ones that support authentication. Visit the registry repository on GitHub to learn more about it.Available Agents
Auggie CLI
0.14.0
Claude Code
0.13.2
Codex CLI
0.9.0
Factory Droid
0.52.0
Gemini CLI
0.25.2
GitHub Copilot
1.417.0
Mistral Vibe
1.3.5
OpenCode
1.1.36
Qwen Code
0.7.2
Using the Registry
Clients can fetch the registry programmatically:Submit your Agent
To add your agent to the registry:- Fork the registry repository on GitHub
- Create a folder with your agent’s ID (lowercase, hyphens allowed)
- Add an
agent.jsonfile following the schema - Optionally add an
icon.svg(16x16 recommended) - Submit a pull request