Defining the Agentic Resource Discovery Spec and Why It Matters
The Agentic Resource Discovery (ARD) specification is an open standard that defines how AI agents discover, verify, and connect to tools, APIs, skills, and other agents through structured, machine-readable catalogs and registries. ARD, released as a draft by eleven companies including Google, Microsoft, GitHub, Hugging Face, Cisco, Databricks, NVIDIA, Salesforce, ServiceNow, Snowflake, and GoDaddy, targets a scaling bottleneck: agents today must be wired manually to each tool they use. The AI agent discovery spec moves that wiring into a search step that happens at runtime, so agents query registries that index agent-readable catalogs hosted on each publisher’s domain. Because catalogs live on the publisher’s own domain, domain ownership helps verify provenance, while optional cryptographic metadata adds stronger trust for production. This turns tool discovery from a bespoke integration problem into an infrastructure problem that enterprises and vendors must address systematically.

From Static Integrations to Agent‑Readable Catalogs
ARD’s core shift is from static, preconfigured integrations to agent-readable catalogs that can be searched dynamically. Each participating organization publishes an ai-catalog.json file at a well-known path on its domain, listing tools, APIs, MCP servers, and agents it exposes. Registries then crawl these catalogs, index them, and answer natural-language discovery requests from AI agents. According to Search Engine Journal, the draft spec is licensed under Apache 2.0 and builds on the AI Catalog data model maintained under the Linux Foundation. For enterprise tool integration, this means service catalogs can no longer live only in human-facing portals or scattered documentation. They must become structured, machine-consumable inventories that describe capabilities, connection details, and trust signals. Vendors that already think in “API-first product surfaces” will adapt faster than those whose products are still mediated mainly through dashboards and manual setup flows.
Pressure on API Infrastructure and Service Catalog Design
Once ARD-style discovery becomes common, vendors that cannot expose clear, agent-readable catalogs will face rising friction in developer and enterprise adoption. The spec separates discovery from execution: agents use registries to find capabilities, then connect using each tool’s own protocol. That places new pressure on API infrastructure standards inside organizations. Endpoints must be stable, documented in structured form, and tied to a reliable catalog entry that machines can interpret. The pattern echoes what Stripe Projects highlights on the commerce side: Cloudflare, Vercel, and Netlify could support agent-driven infrastructure buying quickly because they already had API-first product surfaces. In contrast, vendors dependent on UI-driven workflows must retrofit or rebuild layers of their stack to present coherent plans, resources, and operations to agents. Over time, “no catalog, no integration” becomes a practical rule, forcing modernization of legacy APIs and internal service registries.
Controlled Enterprise Access: Identity, Sandboxes, and Agent Commerce
ARD focuses on discovery, but its impact is largest when paired with identity-based control and sandboxing. Enterprises want AI agents that can use internal APIs and cloud services at scale without uncontrolled access. Identity-aware overlays, VPN-based policy layers, and sandbox tools, such as those built around models like Tailscale Aperture, become key infrastructure. They can sit between an agent and the discovered capability, enforcing who the agent acts for and what it may do. Stripe Projects shows the next step on the commerce axis: agents can create vendor accounts, buy plans, configure DNS, deploy Workers, and manage subscriptions over time, all under user authorization. When discovery specs like ARD meet commerce protocols and strong identity controls, enterprises can move from small, hand-wired pilots to large fleets of agents that find, buy, and operate cloud capabilities with auditable, bounded access.
Early Adopters, Competitive Moats, and Laggard Risk
For tool vendors and large enterprises, the new AI agent discovery spec draws a line between early adopters and laggards. Organizations that publish clean ai-catalog.json files, bring internal APIs up to API infrastructure standards, and layer in access controls will be easier for agents to find and use. They gain distribution as registries route more workloads their way and as agent platforms, such as GitHub Copilot’s agent finder, plug them in by default. Laggards face a different path: they will either disappear from agent-driven workflows or be forced into hurried modernization of their service catalogs, authentication flows, and subscription management. Stripe Projects offers a preview for infrastructure buying: vendors with API-first surfaces shipped agent commerce support quickly, while dashboard-only platforms have more work ahead. The same pattern will repeat across enterprise tool integration as ARD moves from draft to expectation.






