Resend Is the Only Gold
We scanned 500 businesses across every vertical. The average Agent Readiness Score is 43 out of 100. Zero scored Platinum. Exactly one scored Gold: Resend, at 75. Here is what an email API company does that 499 other businesses do not — and why the gap between Gold and the average is a 32-point canyon.
The Numbers Tell the Story
When we started scanning businesses for agent readiness, we expected a distribution curve. We expected a handful of Platinum-tier leaders, a healthy cluster of Gold, and a long tail of Bronze. What we found instead was a cliff: the overwhelming majority of businesses — even well-known SaaS companies with excellent developer reputations — cluster in the Bronze tier (40-59) or below.
The average Agent Readiness Score across 500 businesses is 43 out of 100. That is barely above the Bronze threshold of 40. It means the typical business is visible to agents but not usable by them. Agents can find these businesses through search, maybe parse some documentation, and then hit a wall of human-only onboarding flows, opaque pricing, and APIs that return HTML error pages instead of structured JSON.
Against this backdrop, Resend's score of 75is not just impressive — it is an anomaly. The next closest business, Agora, scores 72. After that, Vercel and Statuspage tie at 70. Then TikTok and Supabase at 69, and Stripe at 68. The drop from 75 to the average of 43 is a 32-point gap. That gap represents the distance between “an agent can use this” and “an agent can find this but cannot do anything with it.”
Top 6 Leaderboard
Full leaderboard available at agenthermes.ai/leaderboard. Scores updated as new scans complete.
What Makes Resend Different
Resend is an email API company. That sentence alone explains half their score. They are not trying to be a platform, a marketplace, or an ecosystem. They send email through an API. The simplicity of the product is inseparable from the quality of the agent experience.
But product focus alone does not earn a 75. Plenty of focused API products score in the 40s and 50s. What separates Resend is consistency across all 9 dimensions. Their lowest dimension score is 65 (Payment). Their highest is 88 (API Quality). That 23-point spread between worst and best dimension is unusually tight. By comparison, Stripe has a 45-point spread (Pricing Transparency at 45, Agent Experience at 90). Vercel has a similar gap. The businesses that score high in one or two dimensions but collapse in others end up in Silver.
Resend's playbook can be summarized in four principles that any business can adopt:
Small API surface, deep documentation
Resend has a handful of endpoints, each documented with examples in 6+ languages. An agent can hold the entire API in context. Contrast this with Stripe, which has hundreds of endpoints — powerful, but harder for an agent to reason about.
Structured everything
Every API response is predictable JSON. Every error is machine-readable with a typed error code. Every webhook payload follows a consistent schema. An agent never has to guess how to parse a Resend response.
Low-friction onboarding
Signup to first API call in under 2 minutes. A generous free tier (100 emails per day) means an agent can test Resend without any payment flow. The less friction between discovery and usage, the higher the score.
Transparent pricing
Simple, publicly visible pricing tiers with no hidden fees or sales-gated enterprise pricing. An agent comparing email providers can parse Resend pricing from the website without scraping complex pricing calculators.
Resend: 9-Dimension Breakdown
D1: Discoverability
Resend publishes clean documentation with structured API references, clear endpoint descriptions, and a well-organized developer hub. Their site uses proper meta tags and Schema.org markup. The gap to a perfect score is the absence of an agent-card.json and llms.txt — standard agent discovery files that would let AI agents find Resend without relying on search engines.
D2: API Quality
This is where Resend dominates. Their REST API is clean, minimal, and consistent. Every endpoint returns well-structured JSON with proper HTTP status codes. Error responses include machine-readable error types, not HTML error pages. They publish an OpenAPI spec, which means any agent can auto-generate a client. Response times are consistently fast — sub-200ms for most operations. The API does one thing (email) and does it exceptionally well.
D3: Onboarding
Resend offers one of the smoothest onboarding experiences we have scanned. You can sign up, get an API key, and send your first email in under 2 minutes. While the initial signup still requires a human, the friction is minimal compared to competitors that demand credit card details, identity verification, or multi-step approval flows. Once signed up, everything is API-first.
D4: Pricing Transparency
Resend publishes clear pricing tiers on their website: a generous free tier (100 emails/day), a Pro tier, and Enterprise. The pricing structure is simple enough for an agent to parse from the page. It loses points because there is no programmatic pricing API — an agent cannot query current plan details or compare tiers via an endpoint. But the simplicity of the pricing model itself is a strength most SaaS companies lack.
D5: Payment
Standard Stripe-powered billing with self-serve plan management. Agents can upgrade through the dashboard flow, but there is no dedicated billing API for programmatic plan changes. The free tier means an agent can start using Resend without any payment at all — a significant advantage for autonomous agent adoption.
D6: Data Quality
API responses are clean JSON with consistent field naming, proper types, and predictable structure. Email status tracking returns structured delivery events (sent, delivered, bounced, complained) with timestamps. Every object has an ID and metadata. An agent parsing Resend responses never has to guess the schema.
D7: Security
TLS everywhere, API key authentication with per-key scoping, domain verification with DKIM/SPF, and webhook signature verification. Rate limiting is documented and returns proper 429 responses with Retry-After headers. The score is not higher because there is no OAuth2 flow for agent-to-agent delegation, which would enable more sophisticated multi-agent architectures.
D8: Reliability
Resend maintains a public status page and delivers consistently fast API response times. Email delivery is backed by proper queue infrastructure with retry logic. Webhook delivery includes automatic retries on failure. For an agent that needs to reliably send email at scale, this is the kind of infrastructure that builds trust.
D9: Agent Experience
Official SDKs in Node.js, Python, Ruby, PHP, Go, and Elixir. The documentation includes copy-paste examples for every endpoint. Error messages are specific and actionable — an agent that hits an error can self-correct without human intervention. The API surface is small enough that an agent can hold the entire capability set in context. Resend is proof that a focused, well-documented API beats a sprawling one for agent readiness.
Why Silver Falls Short: Stripe, GitHub, and Vercel
The Silver tier (60-74) is crowded with excellent companies. Stripe at 68, GitHub at 67, Vercel at 70 — these are some of the most developer-loved products in the industry. So why can they not break into Gold?
The answer is always the same: dimension inconsistency. Every Silver-tier company has at least one dimension that drags their weighted average below 75. For Stripe, it is pricing transparency. For GitHub, it is onboarding friction. For Vercel, it is the lack of a structured agent discovery layer. These are not fatal flaws — they are gaps that reflect the fact that most businesses were built for human developers, not for AI agents.
Stripe
68Pricing transparency (D4) at 45 drags the score down. No programmatic pricing API.
GitHub
67Onboarding (D3) requires human-driven signup. No agent-card.json or llms.txt.
Vercel
705 points away. Strong API but limited agent discovery layer and no structured pricing endpoint.
The Consistency Principle
Agent readiness is not about having one perfect dimension. It is about having no terrible ones. Resend does not lead any single dimension — Stripe's Agent Experience score of 90 is higher than anything Resend has. But Stripe's Pricing Transparency at 45 pulls the entire weighted average down.
Think of it like a chain: the overall score is limited by the weakest dimension. An agent evaluating a business follows a 6-step journey (find, understand, sign up, connect, use, pay). If any step fails, the entire journey breaks. Resend has no broken step. That is the difference between 75 and 68.
For a deeper analysis of Stripe's dimension-by-dimension breakdown, see Why Stripe Scores 68 Silver.
The Platinum Gap: Why Nobody Scores 90+
Zero businesses in our 500-scan dataset scored Platinum. This is not a calibration error — it reflects the current state of agent economy infrastructure. Platinum requires capabilities that almost no business has built yet:
Published A2A agent card at /.well-known/agent-card.json
Almost nobody
MCP server exposing business capabilities as tools
Supabase and a handful of others
Programmatic pricing API for agent comparison shopping
Zero businesses scanned
OAuth2 scoped tokens for agent-to-agent delegation
Rare, even among API-first companies
Fully autonomous onboarding with no human-required steps
Resend comes closest with its free tier
The Platinum gap is real, and it represents an infrastructure problem, not a quality problem. Even Resend — the best-scoring business in our database — would need to add agent-card.json, build an MCP server, expose a pricing API, and implement OAuth2 scoped tokens to approach 90. These are not incremental improvements. They are architectural decisions that require the industry to collectively invest in agent-native protocols.
We expect the first Platinum scores to emerge when the ARL-6 (Interoperable) standard gains adoption — likely late 2026 or 2027. The businesses that invest now will be first.
Lessons for 499 Other Businesses
Resend did not score Gold by chasing agent readiness as a goal. They scored Gold because they built a product with the right engineering principles — clean APIs, clear documentation, simple pricing, low friction — and those principles happen to be exactly what agents need. The lessons are transferable to any business, in any vertical.
Fix your worst dimension first
Your overall score is dragged down by your weakest dimensions, not lifted by your strongest. Stripe could gain 7+ points by fixing pricing transparency alone. Identify your lowest-scoring dimension and address it before optimizing what is already strong.
Publish agent-card.json and llms.txt today
Two static files. Zero code changes. 5-10 point potential improvement on Discoverability (D1). This is the single highest-ROI action any business can take for agent readiness. Most businesses we scan do not have them.
Return JSON errors, not HTML pages
When an agent hits your API with a bad request, returning a structured JSON error with a typed error code is worth dramatically more than an HTML 500 page. This one pattern can move your API Quality (D2) score by 15-20 points.
Simplify your onboarding flow
Every step that requires human judgment — CAPTCHA, email verification, phone verification, manual approval — is a step where agents fail. Resend gets you from signup to API call in under 2 minutes. If your onboarding takes 10 steps, agents abandon at step 3.
Make pricing machine-readable
This is the industry blind spot. Almost every SaaS hides pricing behind sales teams or complex calculators. An agent comparison-shopping your vertical cannot include you if it cannot parse your pricing. The first business in each vertical to publish a pricing API wins agent traffic.
Offer a free tier or sandbox
Resend offers 100 free emails per day. This means an agent can discover Resend, sign up, and test it without any payment flow. A free tier is not generosity — it is an agent acquisition channel. The agent evaluates, the agent recommends, the human pays.
The Resend formula: Do one thing. Document it completely. Make the API surface small enough for an agent to hold in context. Price it simply. Let people start for free. Return structured data everywhere. That formula produces a Gold-tier Agent Readiness Score. It is not complicated — it is just rare.
Frequently Asked Questions
Why is Resend the only Gold-tier business out of 500?
Gold tier requires a score of 75 or above, which demands strong performance across ALL 9 dimensions. Most businesses excel in 2-3 dimensions but have blind spots in discovery, pricing transparency, or onboarding. Resend has no dimension below 65 — that consistency is what pushes them over the Gold threshold. The next closest (Agora at 72) has weaker onboarding and pricing transparency.
What does Gold tier mean for agents interacting with Resend?
Gold tier means an AI agent can discover Resend, understand its capabilities, sign up with minimal friction, integrate the API, send emails reliably, and manage billing — all with high confidence. A Gold-tier business is one an agent would recommend and use autonomously. Silver-tier businesses (60-74) can be used by agents but usually require human intervention at one or more steps.
How is the Agent Readiness Score calculated?
We scan businesses across 9 weighted dimensions: Discoverability (12%), API Quality (15%), Onboarding (8%), Pricing Transparency (5%), Payment (8%), Data Quality (10%), Security (12%), Reliability (13%), and Agent Experience (10%), plus an Agent-Native Bonus (7%). Each dimension is scored 0-100 and the weighted average produces the final score. Tier thresholds: Platinum 90+, Gold 75+, Silver 60+, Bronze 40+, Not Scored below 40.
Why did zero businesses score Platinum (90+)?
Platinum requires near-perfect agent readiness: an A2A agent card, an MCP server exposing capabilities, programmatic pricing APIs, fully autonomous onboarding, and OAuth2 for agent delegation. No business has built all of these yet because the agent economy infrastructure is still emerging. Even Resend at 75 would need agent-card.json, an MCP server, a pricing API, and OAuth2 scoped tokens to approach Platinum. We expect the first Platinum scores in late 2026 or 2027.
How can my business reach Gold tier?
Start by running a free scan at agenthermes.ai/audit to see your current score and dimension breakdown. The highest-leverage improvements are usually D1 Discoverability (publish agent-card.json and llms.txt), D2 API Quality (return structured JSON with proper error codes), and D4 Pricing Transparency (make pricing machine-readable). The Resend playbook is simple: do one thing, document it clearly, keep the API surface small, and make onboarding frictionless.
See where your business ranks
Get your free Agent Readiness Score and find out how you compare to Resend across all 9 dimensions. The scan takes 10 seconds.