惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
博客园 - 【当耐特】
月光博客
月光博客
Vercel News
Vercel News
D
Docker
I
InfoQ
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 叶小钗
MongoDB | Blog
MongoDB | Blog
GbyAI
GbyAI
有赞技术团队
有赞技术团队
雷峰网
雷峰网
博客园 - 聂微东
小众软件
小众软件
Y
Y Combinator Blog
腾讯CDC
L
LangChain Blog
The GitHub Blog
The GitHub Blog
宝玉的分享
宝玉的分享
Stack Overflow Blog
Stack Overflow Blog
大猫的无限游戏
大猫的无限游戏
T
The Blog of Author Tim Ferriss

Help Net Security

Police arrest 10 suspected members of Black Axe cybercrime gang ShinyHunters claims it stole 1.4 million records from Udemy Sevii unveils Cyber Swarm Defense Mode to stop AI-driven attacks at scale Alleged Chinese hacker extradited to US over cyberattacks targeting COVID-19 research Cequence Agent Personas bring granular control and governance to enterprise AI agents NowSecure MARI gives enterprises evidence-based visibility into third-party mobile app risk The metrics killing your SOC, and what to use instead US state privacy fines reached $3.425 billion in 2025 Canada’s first SMS blaster case leads to three arrests Linux storage management tool Stratis 3.9.0 adds online encryption and cache-less pool startup TLS Connect gives SMBs a right-sized automated tool to manage TLS certificates Aptori expands its platform with autonomous offensive testing to reduce security bottlenecks Your IAM was built for humans, AI agents don’t care The AI criminal mastermind is already hiring on gig platforms 25 open-source cybersecurity tools that don’t care about your budget Product showcase: LuLu reveals unauthorized outbound connections from Mac apps Week in review: Claude Mythos finds 271 Firefox flaws, Vercel breach Users advised to drop passwords and make room for passkeys - Help Net Security Indirect prompt injection is taking hold in the wild - Help Net Security Compromised everyday devices power Chinese cyber espionage operations - Help Net Security New Cisco firewall malware can only be killed by pulling the plug - Help Net Security Meta is overhauling how you sign in, manage settings, and protect your accounts - Help Net Security Ubuntu 26.04 LTS delivers memory-safe system tools and live patching for Arm servers - Help Net Security OpenAI’s GPT-5.5 is out with expanded cybersecurity safeguards - Help Net Security AI is speeding up nation-state cyber programs - Help Net Security A study of 1,000 Android apps finds a privacy policy logging gap - Help Net Security IT spending to hit $6.31 trillion record, thanks to AI - Help Net Security Where AI in CI/CD is working for engineering teams - Help Net Security With AI's help, North Korean hackers stumbled into a near-undetectable attack - Help Net Security Hacker with a special interest in breaching sports institutions ends behind bars - Help Net Security
Google's open standard for AI agents to discover and veri...
Anamarija Pogorelec · 2026-06-18 · via Help Net Security

AI agents depend on tools, skills, and other agents spread across many teams, organizations, and platforms. These capabilities live in separate systems with their own registries, and an agent working in one environment has limited means to locate and connect to a resource hosted somewhere else.

Google addressed this gap with Agentic Resource Discovery, an open specification for publishing, discovering, and verifying AI capabilities across the web. It allows tools and services to be shared and connected across organizations regardless of their underlying framework, protocol, or provider.

Agentic Resource Discovery

The problem ARD targets

An operations agent investigating a production incident illustrates the case for the specification. Resolving the issue could require the agent to query observability systems, search engineering documentation, review deployment history, open support tickets, and consult specialized troubleshooting agents. Many platforms already run custom registries for such capabilities, and those registries stay fragmented and siloed within specific ecosystems. ARD supplies a standard way for agents to discover capabilities across organizational boundaries and establish trust in what they find.

“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?” Google Software Engineers explained.

Catalogs and registries

ARD relies on two building blocks. An organization publishes a catalog that describes its available capabilities, hosted as an ai-catalog.json file at a well-known path under the organization’s own domain. Ownership of that domain serves as the cryptographic foundation for identity and trust. A catalog can list MCP servers, A2A agents, OpenAPI tools, or nested catalogs.

Registries operate as search engines for the agentic web. They crawl published catalogs, index the contents, and make them searchable. When an agent submits a discovery request, a registry returns matching capabilities along with the metadata needed to verify the publisher before any connection occurs.

The ARD workflow moves through four stages. A provider publishes its catalog at a well-known path on its domain. An agent that needs a capability either queries a registry with a plain-language intent or fetches a catalog directly from a known partner’s domain. Publishers can attach verifiable trust metadata for production environments, letting the agent or registry confirm the publisher’s cryptographic identity before connecting. The agent then loads the capability, interacts with it through its native protocol or API, and returns the result to the user.

Support in Gemini Enterprise Agent Platform

Google Cloud backs the specification through Agent Registry in Gemini Enterprise Agent Platform, which forms part of the federated network. Agent Registry provides hosted support for searching, discovering, and hosting agentic resources, including agents, skills, MCP servers, and other tools. Users can onboard capabilities directly onto it, and authenticated publisher onboarding is planned.

Agent Registry also carries enterprise governance functions. It assigns globally unique namespaced URNs, enforces agentic egress policies, and pins tools and specifications. It manages secure resources using Agent Identity to verify the trust manifest, the cryptographic layer that proves agent authenticity and meets compliance standards such as HIPAA. Native ARD support will reach Agent Platform in the coming months.

Availability

The ARD specification is available now under the Apache 2.0 license and builds on the AI Catalog data model from the AI Catalog Working Group under the Linux Foundation. Developers can publish a catalog using the quickstart guide, read the schemas and federation model, or contribute through the project’s GitHub repository.

Download: The IT and security field guide to AI adoption