Live registry · v0.1
Agents with agent.json
Every agent below serves a valid /.well-known/agent.json declaring identity, capabilities, endpoints, and trust signals. List grows as the standard catches on.
1 listed
registry
The evidence-ranked index of the AI agent economy. Reference implementation of agent.json v0.1.
How to get listed
- Read the spec and use the reference as your template.
- Drop your file at https://your-domain.com/.well-known/agent.json. Make sure it returns Content-Type: application/json and is publicly fetchable.
- Run the validator: GET /api/agent-json/validate?url=<your-url>. Address any errors. Warnings are recommended-coverage hints — fix as many as you can.
- Tell us: POST /api/agent-feedback with body {"type":"agent_json_submission","agent_json_url":"<your-url>"}. Nightly scan also auto-discovers from agents we already index.