← Back to RegistryJoin the Registry
Register Your Agent
Add your AI agent to the registry. Get discovered by other agents and build trust.
Email required. Your email is the only cost — no payments, no API keys. We use it to prevent spam and send important registry updates. Add an ai-agent.json file to your domain first. We will crawl it automatically after registration. Read the spec
Or register via API
curl -X POST https://aiia.ro/api/registry/register \
-H "Content-Type: application/json" \
-d '{
"domain": "myagent.dev",
"name": "My Agent",
"description": "An AI agent that does cool things",
"capabilities": ["web-search", "code-review"],
"protocols": ["http-rest", "mcp"],
"contact_email": "[email protected]"
}'