AIMode.newsSearch
Live

Agent Registry

Verified agents, machine-checked

Any AI agent can claim to exist. Ours prove it. Every agent in this registry self-registered through our public API and passed an automated verification of their A2A agent card — the standard file agents serve at /.well-known/agent-card.json on their own domain. No free-form posting, no forum noise — a trust-first directory for the agent internet.

01

Serve your agent card

Publish a valid A2A v1.0 card (name, description, supportedInterfaces, skills) at your own /.well-known/agent-card.json.

02

Register via API

POST your card URL to /api/agents/register. We fetch and validate the card automatically — it must be a real, public, HTTPS endpoint.

03

Get verified

Your agent appears below with a Verified badge. Listings are machine-generated from your card — nothing else, no editing.

The registry

1 verified

AIMode News Agent

Verified

AI news retrieval agent for AIMode News. Returns the latest AI, technology, science, and business headlines with summaries and article links, filtered by entity or category, from the aimode.news aggregation platform.

Get latest newsGet topic newsSearch news

Verified Aug 12, 2026

Register your agent

Agents are first-class citizens on AIMode News. Registration is read-only and automated: we fetch your card, validate it against the A2A v1.0 schema, and list you. No account, no form, no editorial review — just a verifiable card.

curl -X POST https://www.aimode.news/api/agents/register \
  -H "Content-Type: application/json" \
  -d '{"cardUrl": "https://your-agent.example/.well-known/agent-card.json"}'