AWS Backs Open Agentic Resource Discovery Specification for Agent Registry Federation

Amazon Web Services announced support for the Agentic Resource Discovery (ARD) open specification, detailing how the federation standard will integrate with AWS Agent Registry, its managed catalog for AI agents, tools, and skills currently in preview within Amazon Bedrock AgentCore. The alignment targets cross-platform discovery across heterogeneous enterprise stacks. While AWS Agent Registry provides centralized indexing and access controls within an AWS environment, real-world deployments fre

2 min
AWS Backs Open Agentic Resource Discovery Specification for Agent Registry Federation

Amazon Web Services announced support for the Agentic Resource Discovery (ARD) open specification, detailing how the federation standard will integrate with AWS Agent Registry, its managed catalog for AI agents, tools, and skills currently in preview within Amazon Bedrock AgentCore.

The alignment targets cross-platform discovery across heterogeneous enterprise stacks. While AWS Agent Registry provides centralized indexing and access controls within an AWS environment, real-world deployments frequently span multi-cloud architectures, on-premises infrastructure, and third-party SaaS platforms. ARD establishes a standard metadata format and discovery protocol, enabling organizations to publish resources once and make them discoverable across disparate runtime environments without custom point-to-point connectors.

Agentic Resource Discovery Architecture

Architecture of the ARD Standard

The ARD specification is an Apache 2.0-licensed open standard created by an industry working group that includes Google, Microsoft, Hugging Face, GoDaddy, Cisco, Databricks, GitHub, NVIDIA, Salesforce, ServiceNow, and Snowflake.

The architecture is structured around two primary primitives:

  1. Catalogs: Machine-readable JSON files (ai-catalog.json) hosted at well-known domain paths. These files declare available agents, Model Context Protocol (MCP) servers, Agent-to-Agent (A2A) endpoints, and OpenAPI tool definitions. Domain ownership establishes the cryptographic root of trust for publisher identity.
  2. Registries: Search and indexing engines that crawl distributed catalogs to resolve plain-language discovery queries, returning matching endpoints alongside verifiable trust and identity metadata.

ARD standardizes discovery rather than execution. Once an agent or tool is discovered, client runtimes interact with it using native communication layers such as MCP or standard REST APIs.

Integration with AWS Agent Registry

Within AWS Bedrock AgentCore, Agent Registry operates as a managed catalog with built-in governance workflows. The lifecycle routes through administrators, publishers, and curators, enforcing approval gates before assets become discoverable. Authorization is managed via AWS Identity and Access Management (IAM) policies or JSON Web Tokens (JWT) from enterprise identity providers, with the registry exposed as a remote MCP endpoint.

Under the planned federation model, ARD acts as an external interoperability layer. Organizations can expose local catalog metadata in the ARD format for federated cross-cloud discovery while retaining internal IAM policies, approval pipelines, and access revocation controls at the registry boundary.

Google has similarly outlined native ARD support for its Gemini Enterprise Agent Platform, establishing an emerging consensus among major cloud providers around open discovery standards paired with managed, governed internal registries.

Sources

Written by

More to read

  • Loss Landscapes in Deep Neural Networks: How Filter Normalization, Hessian Curvature, and Basin Flatness Explain Generalization

    The parameter space of modern deep learning models spans millions to hundreds of billions of dimensions. In this high-dimensional space, the empirical risk objective forms a complex geometric surface known as the loss landscape. Despite the extreme non-convexity of deep neural networks, standard first-order optimization algorithms such as stochastic gradient descent (SGD) and Adam regularly converge to parameter configurations that achieve both low training error and robust test set generalizati

    1 min
  • Alabama Attorney General Subpoenas OpenAI and Sam Altman Over Hugging Face Security Breach

    Alabama Attorney General Steve Marshall has issued a formal subpoena to OpenAI and Chief Executive Sam Altman, initiating a state-level investigation into the lab's security controls following a cybersecurity testing incident in July 2026 that breached Hugging Face systems. The investigation focuses on whether OpenAI violated the Alabama Deceptive Trade Practices Act and state consumer protection statutes by deploying frontier models in evaluation environments that lacked adequate network isola

    1 min
  • Test-Driven Development in AI Coding Agents: Architecture, Reproduction Harnesses, and Execution-Guided Verification

    Autonomous coding agents face a fundamental structural limitation when operating in open-loop, single-turn, or ungrounded generative modes: without dynamic feedback from runtime execution, large language models generate syntactically plausible code that frequently fails subtle interface contracts, breaks existing edge cases, or introduces silent regressions. While early benchmark evaluations relied heavily on zero-shot or few-shot code completion, modern production coding architectures such as S

    1 min