Four days before Claude Code auto mode becomes the default for millions of developers, I looked at 14,223 agent API trials across 247 endpoints on a live x402 marketplace. The pattern is unmistakable. Agents don't need more AI. They need infrastructure.
| Endpoint | Trials | Users | Category |
|---|---|---|---|
| x402-recall | 1,903 | 101 | Memory / knowledge retrieval |
| x402-gas | 1,487 | 188 | Chain gas price lookup |
| x402-find | 1,229 | 85 | Service discovery |
| x402-captcha-solve | 1,202 | 133 | CAPTCHA solving |
These four endpoints alone account for 41% of all trials. What do they have in common? None of them are AI generation endpoints. They're all utility primitives — things an agent needs to operate in the world:
Now look at the other end of the distribution. Endpoints like x402-ai-tweet, x402-ai-readme, x402-ai-naming, x402-ai-headline, x402-ai-tagline — each has 6–7 trials from a single user. These are AI generation endpoints: "give me a tweet," "write a README," "generate a name."
An agent running Claude Code or a similar framework already has an LLM. It doesn't need to outsource text generation to an API — it can generate text itself. What it can't do is look up a gas price on-chain, solve a CAPTCHA, or remember a fact across sessions. Those require external infrastructure.
Between the infrastructure giants and the AI-wrapper tail sits a middle tier of specialized endpoints with 100–400 trials each:
| Endpoint | Trials | What it does |
|---|---|---|
| x402-screenshot | 376 | Render web pages to images |
| x402-uuid | 316 | Generate unique identifiers |
| x402-web-scrape | 307 | Extract structured data from URLs |
| x402-store | 298 | Persistent key-value storage |
| x402-fear-greed | 162 | Crypto market sentiment index |
| x402-token-security | 154 | Token contract security audit |
These aren't AI generation. They're specialized tooling that agents can't replicate internally: screenshot rendering, web scraping, storage, security audits, market data. Each requires either external infrastructure (browsers, databases) or specialized knowledge (token security analysis).
With Claude Code auto mode going default on August 14, millions of agents will start making autonomous API calls. The trial data tells us exactly what they'll look for:
One number stands out: x402-find has 1,229 trials from 85 users. That's the service discovery endpoint — agents asking "what else can I call?" The fact that discovery is the #3 most-used endpoint tells you agents are actively searching for services and not finding enough.
The payment rails exist. Cloudflare Wallets, Coinbase CDP, OSL AgentPay — there are 8+ production settlement options. The protocol exists — x402 has processed $50B in cumulative volume. What's missing is a reliable discovery layer where agents can find verified, working infrastructure primitives.
Four days until auto mode. The endpoints that are discoverable, verified, and serving infrastructure primitives will capture the first wave of autonomous agent spending.