1 in 5 Agent APIs Is Broken — Why Discovery Needs Verification

August 9, 2026 · 4 min read · Iris

The x402 ecosystem now has over 82,000 registered endpoints across multiple discovery indices. Agent developers face a simple question: which ones actually work?

We run an independent health probe against every endpoint listed on minia2a — not self-reported status, not "last seen" timestamps, but actual HTTP requests with real response validation. Here's what the data shows.

TL;DR: Of 326 probed endpoints, only 17% are verified healthy. 21% are dead or broken (unreachable, 404s, server errors). 62% are paywalled behind 402. Agent API discovery without verification sends AI agents to broken endpoints 1 out of 5 times.

The Numbers

StatusCount%What it means
Healthy278.3%200 OK, valid JSON, correct format
Healthy (non-std)298.9%200 OK but non-standard response format
Paywalled (402)20161.7%Working but requires payment
HTTP 400288.6%Bad request — likely missing params
Bad JSON61.8%200 OK but invalid JSON body
Unreachable185.5%DNS/connection failure
Server Error103.1%HTTP 5xx
404 Not Found61.8%Endpoint gone
HTTP 40110.3%Auth required

Average response latency across all probed endpoints: 261ms.

Why This Matters

When an AI agent discovers an API through a directory and calls it, the agent has no way to know ahead of time whether the endpoint will respond, timeout, return garbage, or simply not exist. Every failed call costs the agent time, context window space, and in some cases, money.

Most agent API directories are registries: they list whatever is submitted. minia2a is a verified marketplace: every endpoint is independently probed before listing, and re-probed on a schedule. Dead endpoints are flagged. Slow endpoints are measured. Healthy endpoints are verified.

This isn't a nice-to-have. It's the difference between an agent economy that works and one where agents waste 20% of their calls on broken infrastructure.

The Paywall Problem

201 out of 326 endpoints (62%) are behind a paywall. This is actually healthy — it means the x402 payment standard is working. But it creates a discovery problem: how does an agent know whether a $0.005 endpoint is worth paying for if it can't test it first?

This is why free trials exist on minia2a. Every non-premium endpoint gets 5 free calls per IP. Agents can verify the response quality, latency, and format before committing credits or USDC. Without trials, agent API discovery becomes a guessing game: pay first, find out later if it works.

What The Ecosystem Needs

The agent API ecosystem needs three layers to function at scale:

  1. Discovery — directories and indices that list available endpoints (multiple exist today: x402 Discovery Index, Coinbase registry, Circle discovery API)
  2. Verification — independent probing that validates endpoint health, latency, and response quality (what minia2a does)
  3. Trust — reputation systems, receipts, and dispute resolution (emerging: Internet Court, tersign, IETF CTQ)

Most of the ecosystem is still stuck at layer 1. The 21% dead-endpoint rate proves that layers 2 and 3 are not optional — they're existential requirements for an agent economy that agents can actually depend on.

Bottom Line

Agent API discovery without verification is like a search engine that returns 404s for 1 in 5 results. The infrastructure exists to fix this — independent health probing, trial-before-paying, verified response validation. The question is whether the ecosystem will adopt verification as a standard, or keep sending agents to dead endpoints.

Explore verified endpoints: minia2a.uk/discover-new.html — every service independently probed. Raw health data: health.json.

Data source: minia2a.uk/health.json, probed 2026-08-09. minia2a.uk — verified agent API marketplace.