100/100 on Cloudflare's Agent-Ready Audit — The First Event Platform to Reach Level 5

· By Craig Pollard
100/100 on Cloudflare's Agent-Ready Audit — The First Event Platform to Reach Level 5

On 20 April 2026 Cloudflare's Is Your Site Agent-Ready audit awarded Who's In a perfect 100/100 — the highest tier it offers, "Agent-Native." As far as we can tell, we are the first and only event management platform in the world at that tier.

The Score, In Full

The audit checks four categories. We scored full marks in every one.

The audit is public, reproducible, and re-runnable on demand at isitagentready.com.

What Does "Agent-Ready" Actually Mean?

Every reader of this post has probably asked an AI assistant to do something on their behalf this week. "Find me a yoga class in Dubai on Saturday morning." "Book a ticket to the React conference in London." "What's the best free RSVP tool for a book club?"

Behind that prompt, the agent is doing work on the open web. It's discovering candidate sites, parsing their content, evaluating their trustworthiness, sometimes authenticating against them, and occasionally invoking tools on them. The quality of the answer depends heavily on whether those sites are built for agents — or built only for humans and fighting the agent every step of the way.

Cloudflare's Is Your Site Agent-Ready audit measures exactly that. It ranges from Level 0 ("Not Ready") through Level 5 ("Agent-Native"). Level 5 sites expose machine-readable discovery endpoints, negotiate content types with agents, advertise their tools via MCP, expose their Skills, authenticate crawlers via Web Bot Auth, and advertise their commerce capabilities via ACP.

The Ten Standards We Shipped

Every point on the audit traces to a specific, publicly-inspectable file or header. Here is the full stack — all of it live in production on whos-in.app.

  1. RFC 8288 Link response headers — every homepage response advertises every /.well-known resource via Link headers so an agent discovers the whole agent-facing surface from a single HEAD request.
  2. RFC 9727 /.well-known/api-catalog — application/linkset+json catalogue linking OpenAPI, MCP card, Agent Skills index, and OAuth metadata.
  3. /.well-known/openid-configuration — OIDC discovery backed by Firebase. Agents can start an auth flow without out-of-band configuration.
  4. /.well-known/oauth-authorization-server — OAuth 2.0 authorization server metadata for agent-initiated auth.
  5. /.well-known/oauth-protected-resource (RFC 9728) — protected resource metadata declaring what scopes apply to our API.
  6. /.well-known/mcp/server-card.json (SEP-1649) — Model Context Protocol Server Card advertising WebMCP transport and the three published Skills.
  7. /.well-known/agent-skills/index.json (Agent Skills Discovery v0.2.0) — three first-class Skills (search-events, rsvp-to-event, discover-venues), each with SHA-256 integrity digests.
  8. /.well-known/http-message-signatures-directory — Web Bot Auth JWKS so agents can prove identity via HTTP Message Signatures.
  9. /.well-known/acp.json (Agentic Commerce Protocol) — ACP metadata advertising Stripe-backed checkout with honest capability status.
  10. robots.txt Content-Signal + Accept: text/markdown content negotiation — explicit ai-train/search/ai-input permission signals, plus turndown-converted markdown for agents that prefer it over HTML.

Five Technical Decisions Worth Calling Out

What This Actually Means for You

"Level 5 Agent-Native" is a technical badge. What it delivers is distribution. When AI assistants start being the default interface for event discovery — and they already are for a meaningful slice of Who's In traffic — the platforms that agents understand deepest win.

How We Got Here — The Development Journey

Who's In was founded in January 2026. The perfect score landed in April. Four months, start to finish:

Transparency & Verification

We believe AI-era trust has to be verifiable, not performative. Every claim here is independently checkable:

Standard disclosure: Cloudflare's Is Your Site Agent-Ready tool is an automated, rules-based audit — not a commercial certification from Cloudflare, Inc. We published the score exactly as returned, on the date returned, without editing.

About the Author

Craig Pollard

Craig Pollard is the founder of Who's In? and a former Apple team lead (12 years). He writes about event technology, community building, and the future of AI-powered event discovery. Board advisor, investor, and non-executive director in technology and sports.

LinkedIn

Frequently Asked Questions

What is Cloudflare's Is Your Site Agent-Ready audit?

Cloudflare's Is Your Site Agent-Ready (isitagentready.com) is an industry-standard audit that measures how well a website supports AI agents. It scores sites across four categories — Discoverability, Content, Bot Access Control, and API/Auth/MCP/Skill Discovery — and assigns a level from 0 (Not Ready) up to 5 (Agent-Native).

What does "Agent-Native" (Level 5) mean?

Level 5 'Agent-Native' is the highest tier Cloudflare awards. It means the site is built so AI agents can discover it, authenticate against it, invoke its tools, negotiate machine-friendly content formats, and verify their identity — all without scraping or guesswork. Who's In is the first and only event management platform to reach Level 5 with a perfect 100/100 score.

What does this mean for event organisers and attendees?

When someone asks ChatGPT, Claude, Gemini, Grok, or Perplexity 'find me a yoga class this weekend' or 'book a ticket to the tech conference in London,' AI agents can now discover, evaluate, and recommend Who's In events with high confidence. That's a distribution channel no other event platform offers.

Which standards did Who's In implement to reach 100/100?

RFC 8288 Link headers, RFC 9727 api-catalog, OIDC discovery, OAuth 2.0 metadata, RFC 9728 protected resource metadata, MCP Server Card (SEP-1649), Agent Skills Discovery RFC v0.2.0 with SHA-256 digests, Web Bot Auth JWKS, the Agentic Commerce Protocol, robots.txt Content-Signal directives, and Accept: text/markdown content negotiation.

Can anyone verify the score?

Yes. The audit is public and re-runnable at any time: https://isitagentready.com/?url=https%3A%2F%2Fwhos-in.app. The score and all supporting infrastructure are independently verifiable.