@googledevs: Agents are part of a massive, interconnected ecosystem. But how do they find and trust each other across different plat…
Summary
Google and industry partners announce Agentic Resource Discovery (ARD), an open specification for AI agents to discover, verify, and connect to tools, skills, and other agents across platforms in a decentralized way.
View Cached Full Text
Cached at: 06/17/26, 07:58 PM
Agents are part of a massive, interconnected ecosystem. But how do they find and trust each other across different platforms?
Today, we’re proud to announce the Agentic Resource Discovery (ARD), an open specification alongside industry partners (including Cisco, Databricks, GitHub, GoDaddy, Hugging Face, Microsoft, NVIDIA, Salesforce, ServiceNow, and Snowflake). ARD gives any agent a secure, decentralized way to discover and verify capabilities (like tools, skills, MCP servers, and other agents) anywhere on the web.
Read the full announcement and get started: https://goo.gle/4a2sTWf
Announcing the Agentic Resource Discovery specification
Source: https://developers.googleblog.com/announcing-the-agentic-resource-discovery-specification/
An open specification for finding and verifying tools, skills, and agents across the web.
Agents are becoming participants in a much larger ecosystem. They increasingly rely on tools, skills, and other agents distributed across teams, organizations, and platforms.
For this ecosystem to scale, agents need reliable answers to three questions:Where does the right capability live? Which capability should I actually use? And how do I verify it’s safe to connect to?
Today, there is no standard way to answer those questions across organizations.
That’s why we’re announcingAgentic Resource Discovery (ARD), an open specification for publishing, discovering, and verifying AI capabilities across the web. Developed with partners across the industry, ARD allows tools and services to be securely shared and connected, regardless of their underlying framework, protocol, or provider.
Built with partners across the agent ecosystem

The missing layer of the agentic web
Consider an operations agent investigating a live production incident. To resolve the issue, it might need to query observability systems, search engineering documentation, review deployment history, open support tickets, and maybe even consult specialized troubleshooting agents.
While many platforms already feature custom registries to manage these capabilities, they remain fragmented and siloed within specific ecosystems. This lack of interoperability prevents agents from easily communicating across different tools. What’s missing is a standard way for agents to discover capabilities across organizational boundaries and establish trust in what they find.
ARD provides that layer. It standardizes how capabilities are published under an organization’s own domain name and indexed across federated registries, enabling any agent to dynamically find the right resources for the job. From there, ARD steps out of the way – handing off the verifiable trust metadata so the agent can establish a direct, secure connection using the tool’s native protocol.
How ARD works
This architecture relies on two primitives:catalogsandregistries.
- **Catalogs:**To make resources discoverable, an organization publishes a catalog describing its available capabilities. Because these catalogs are hosted directly under the organization’s own domain, ownership of that domain serves as the cryptographic foundation for identity and trust.
- **Registries:**Registries act as search engines for the agentic web. They crawl published catalogs, index their contents, and make them searchable. When an agent submits a discovery request, a registry returns matching capabilities along with the metadata required to verify the publisher and establish trust before connecting.

The video below demonstrates an ARD client discovering and executing new capabilities entirely at runtime. Watch for these four key phases in the terminal window:
- **Publishing the catalog:**The provider hosts an ai-catalog.json file at a well-known path on its domain. The catalog describes the provider’s available capabilities, which can include things like MCP servers, A2A agents, OpenAPI tools, or even other nested catalogs.
- Discovery and resolution: When a client agent needs a capability, it can either query an ARD registry using a plain-language intent (which can actively crawl and index these catalogs), or it can completely bypass search and directly fetch a catalog from a known partner’s domain.
- **Cryptographic verification:**For production environments, the discovery layer allows publishers to attach verifiable trust metadata. Whether found via search or direct fetch, this enables the client agent or registry to actively confirm the publisher’s true cryptographic identity before connecting to the endpoint.
- **Direct runtime connection:**The client agent dynamically loads the selected capability, interacts with it using its native protocol or API, and returns the result to the user.
Sorry, your browser doesn’t support playback for this video
Bringing ARD to Gemini Enterprise Agent Platform
Just as the open web democratized information, ARD democratizes AI resource discovery. Google Cloud supports this withAgent RegistryinGemini Enterprise Agent Platform– the enterprise-grade product that delivers on this vision and forms part of this global federated network.
Agent Registry ensures enterprises can trust, govern, and operationalize that promise at scale. It provides fully hosted support for searching, discovering, and hosting agentic resources, including agents, skills, MCP servers and other tools. Additionally, it allows users to onboard these capabilities directly onto Agent Registry, and it will soon support authenticated publisher onboarding.
Importantly, Agent Registry plays a central role in enterprise governance. This includes assigning globally unique namespaced URNs, enforcing agentic egress policies, and pinning tools and specifications. It also handles secure resource management usingAgent Identityto verify thetrust manifest– ARD’s cryptographic layer for proving agent authenticity and meeting enterprise compliance standards like HIPAA.
Native support for ARD will be available in Agent Platform in the coming months, allowing organizations to securely connect their internal registries to the broader network.
Get started with ARD
The ARD specification is available now. To get involved:
- **Publish your first catalog:**Follow thequickstart guideto host an
ai\-catalog\.jsonfile on your domain and make your services discoverable in minutes. - **Read the specification:**Check out thespecification, including full schemas, federation model, trust architecture, and reference implementations.
- **Join the community:**Contribute implementations, propose schema updates, and participate in the evolution of ARD by visiting ourGitHub repository.
The agent ecosystem works best when it is decentralized and open. ARD is our contribution to keeping it that way. We’d love your feedback – and your catalog!
Acknowledgements
The Agentic Resource Discovery specification is licensed under Apache 2.0 and is built upon the foundational AI Catalog data model. We are grateful to theAI CatalogWorking Group under the Linux Foundation, as well as the launch partners who helped shape the specification and reference implementations.
Similar Articles
Google, GitHub, and NVIDIA just dropped the ARD spec. Agent silos are officially obsolete.
Google, GitHub, and NVIDIA released the Agentic Resource Discovery (ARD) specification, enabling AI agents to dynamically discover and use tools across the web via domain-hosted catalogs, breaking down walled gardens.
Agentic Resource Discovery: Let agents search
Hugging Face and collaborators launch Agentic Resource Discovery (ARD), an open specification for dynamically discovering tools, skills, and agents at runtime, moving beyond static installation.
@googledevs: Agent development is moving forward. While production scaling traditionally required manual infrastructure setup and pr…
Google announces the official launch of Managed Agents in the Gemini API, enabling agent development with zero infrastructure overhead. The article also highlights AGENTS.md, an open format for providing context to AI coding agents, adopted by over 60k open-source projects.
Agentic Resource Discovery Specification
The Agentic Resource Discovery Specification (ARD) defines a standard for AI clients to dynamically discover external capabilities such as tools, MCP servers, APIs, and other agents, enabling seamless integration beyond static knowledge.
@GoogleResearch: Introducing our new agentic RAG framework. A collab with Google Cloud, our multi-agent workflow goes beyond standard RA…
Google Research introduces an agentic RAG framework hosted on the Gemini Enterprise Agent Platform that uses multi-agent workflows to break down complex enterprise queries and iteratively search for sufficient context, achieving up to 34% increased accuracy over standard RAG.