<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 2.6.10) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-mozley-aidiscovery-01" category="info" submissionType="independent" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="AID PS">AI Agent Discovery (AID) Problem Statement</title>

    <author initials="J." surname="Mozley" fullname="Jim Mozley">
      <organization>Infoblox, Inc.</organization>
      <address>
        <email>jmozley@infoblox.com</email>
      </address>
    </author>
    <author initials="N." surname="Williams" fullname="Nic Williams">
      <organization>Infoblox, Inc.</organization>
      <address>
        <email>nic@infoblox.com</email>
      </address>
    </author>
    <author initials="B." surname="Sarikaya" fullname="Behcet Sarikaya">
      <organization>Unaffiliated</organization>
      <address>
        <email>sarikaya@ieee.org</email>
      </address>
    </author>
    <author initials="R." surname="Schott" fullname="Roland Schott">
      <organization>Deutsche Telekom</organization>
      <address>
        <email>roland.schott@telekom.de</email>
      </address>
    </author>

    <date year="2026" month="April" day="16"/>

    <area>AREA</area>
    
    

    <abstract>


<?line 32?>

<t>With the proliferation of AI agents comes a need for mechanisms to support agent-to-agent discovery. This document discusses the scope, requirements and considerations to support discovery processes so that these are not reliant on manually defined configurations and relationships.</t>



    </abstract>



  </front>

  <middle>


<?line 36?>

<section anchor="introduction"><name>Introduction</name>

<t>AI Agents have an increasing role in enabling intelligent automation, decision-making, and adaptive network management. These agents are software-driven entities that leverage artificial intelligence, including machine learning and natural language processing, to interact with other agents, users, applications, and network components. Organizations require robust automatable mechanisms for the secure advertisement and discovery of AI agents on public and private networks.</t>

<t>Two drafts related to the Discovery of Agents, Workloads, and Named Entities (DAWN) discuss the problem statement <xref target="I-D.draft-akhavain-moussa-dawn-problem-statement"/> and requirements <xref target="I-D.draft-king-dawn-requirements"/> in a wider context than just AI agents. These should be read along with this draft as agents may communicate with a wider variety of entities than just other agents.</t>

</section>
<section anchor="conventions-and-definitions"><name>Conventions and Definitions</name>

<t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>

<?line -18?>

</section>
<section anchor="scope-of-discovery-processes"><name>Scope of Discovery Processes</name>

<t>The scope of the agent-to-agent discovery could include:</t>

<t><list style="symbols">
  <t>Dynamic registration, deregistration, and advertisement of agent capability</t>
  <t>Context-aware discovery by other agents (domain, geography, operational constraints like batch versus real-time)</t>
  <t>Standardisation of the discovery process with privacy preservation
  <list style="symbols">
      <t>Having a known entry point such as an index of an organisation's agents</t>
    </list></t>
  <t>Standard schemas to describe agent capabilities
  <list style="symbols">
      <t>Versioning and lifecycle management</t>
    </list></t>
  <t>Resiliency in advertising agents</t>
  <t>Ensuring trust and verification mechanisms built into the discovery process</t>
  <t>Using the same mechanisms on both public and private networks</t>
  <t>Interoperability and integration with existing technologies and datasets (backward compatability)</t>
</list></t>

<t>Considerations and constraints on these processes may include:</t>

<t><list style="symbols">
  <t>Organisations needing control over the process of advertising their agents</t>
  <t>Scalability owing to the large number of agents</t>
  <t>Energy and resource efficiency</t>
  <t>Adversarial use of agents (i.e. using inputs from an index to modify agent reasoning)</t>
  <t>Agent decision variance based on temperature, context, or model state</t>
  <t>Requirements for organisations and agents to operate independently</t>
  <t>Legislation and regulatory frameworks that could include constraints such as sovereignty of data and operational considerations (human in the loop governance)</t>
  <t>Legal issues with ownership of names and brands, or having mechanisms to deal with disputes</t>
  <t>Ethical concerns with respect to agent capabilities, access, and/or advertised metadata</t>
</list></t>

</section>
<section anchor="autonomy-and-governance"><name>Autonomy and Governance</name>

<t>Due to the wide range of services agents could be used for, organisations will need autonomy when advertising agents and may need to work within regulatory frameworks that stipulate such things as operational requirements and sovereignty of data, or such regulations may not be acceptable to some organisations. Discovery mechanisms will need to allow each organisation to publish its own agents' capabilities independently of others. A centralised directory of all possible public agents does not facilitate this. An adversarial centralized directory is also able to stifle competitor advertisement capabilities. The needed autonomy ensures that discovery remains resilient to governance disputes, competitive interference, and jurisdictional constraints.</t>

<t>Given that organisations will need to be autonomous but still facilitate agents discovering other agents and being able to communicate securely with them, a well known entry point is needed. This further allows organizations to delegate authority to others for specific jobs or capabilities.</t>

</section>
<section anchor="agent-registration-advertisement-and-discovery"><name>Agent Registration Advertisement and Discovery</name>

<t>Organisations will need to advertise agents and their capabilities to other entities via a predictable entry point. This will facilitate any entity's agents discovering the organisation's agent capabilities, and subsequently performing any verification, tests prior to initiating service provided by the agent. To achieve this, the entry point <bcp14>MUST</bcp14> be based on a mechanism that is both ubiquitous and interoperable across public and private networks.</t>

<t>It is likely this will mean a directory service at or referenced by the entry point that an organisation uses to describe agent capabilities based on a standard schema.</t>

<t>Once an agent discovers another agent e.g. via a directory service, it will communicate with it using protocols such as (A2A, MCP, ACP, etc.) via properties it has discovered from the index service.</t>

<t>All communication will need to be secured through public key infrastructure mechanisms. While in‑process agent communication avoids network concerns (co-located agents), any external, cross‑host agent interaction still routes through existing network infrastructure requiring the entry point.</t>

</section>
<section anchor="regulation-and-compliance-features"><name>Regulation and Compliance Features</name>

<t>Services provided by agents may be subject to legislation and regulation because they are time critical, relate to health care, financial in nature, etc. The agent discovery process, protocols and communication will need to take this into account as otherwise organizations will not be able to deploy them.</t>

<t>Compliance considerations include, but are not limited to, availability, auditability, and security. Discovery protocols <bcp14>MUST</bcp14> provide mechanisms to ensure high availability, as service outages in regulated environments can have severe legal and operational consequences. Similarly, auditability <bcp14>MUST</bcp14> be supported through verifiable logging of discovery and registration events, enabling organizations to demonstrate compliance during regulatory reviews or incident investigations. These should be considered during the choices of using existing protocols or developing new ones for agent discovery to avoid barriers to implementation.</t>

</section>
<section anchor="scalability"><name>Scalability</name>

<t>Given the large number of agents, volume of transactions, legal and regulatory considerations, the discovery mechanisms need to be both highly scalable and devolved to the organizations advertising agent capabilities. Any solution that introduces centralized bottlenecks or single points of failure is inherently unsuitable for this purpose, which should also be weighed for how a solution is developed.</t>

</section>
<section anchor="schema-evolution"><name>Schema Evolution</name>

<t>Agents will advertise machine‑readable capabilities that evolve over time. The discovery system <bcp14>MUST</bcp14> support explicit versioning, content negotiation, and backward compatible evolution of capability schemas. It <bcp14>MUST</bcp14> place constraints on payload size and complexity to ensure efficient transport and caching while allowing extensibility for domain‑specific metadata. Mechanisms for deprecation, sunset notices, and compatibility matrices are needed to prevent negotiation failures at runtime.</t>

</section>
<section anchor="abuse"><name>Abuse</name>

<t>Open discovery surfaces are targets for abuse including amplification attacks, scraping, and denial of service. The system <bcp14>MUST</bcp14> support rate limiting, request authentication when appropriate, abuse detection, and response shaping to minimize amplification potential. Economic considerations, such as preventing cost shifting to responders and preserving fairness across tenants, <bcp14>SHOULD</bcp14> be incorporated into protocol and operational guidance.</t>

</section>
<section anchor="connectivity"><name>Connectivity</name>

<t>Discovery alone is insufficient without practical reachability. The problem statement <bcp14>SHOULD</bcp14> acknowledge challenges introduced by NATs, carrier‑grade NAT, firewalls, split‑horizon networks, and dual‑stack IPv4/IPv6 environments. Agents may exist behind egress‑only boundaries or at the edge with intermittent connectivity. The system <bcp14>MUST</bcp14> not assume stable, symmetric, or publicly routable paths and <bcp14>SHOULD</bcp14> define expectations for relay, proxy, or rendezvous patterns where direct connectivity is infeasible.</t>

</section>
<section anchor="attestation-and-provenance"><name>Attestation and Provenance</name>

<t>Agents may be required to prove properties about their software and runtime environment. The discovery layer <bcp14>SHOULD</bcp14> carry or reference attestations such as software bill of materials, model/version identifiers, supply‑chain provenance, or trusted‑execution environment evidence. Safety classifications, permissible‑use statements, and risk tiers can be part of discovery metadata to enable policy‑aware client behavior.</t>

</section>
<section anchor="challenges-with-existing-proposed-mechanisms"><name>Challenges with Existing Proposed Mechanisms</name>

<t>Several alternative approaches to agent discovery have been proposed, including centralized registries, blockchain-based naming systems, and proprietary service directories. While these models may offer novel features, they introduce significant architectural, operational, and governance challenges. Centralized registries concentrate control and introduce single points of failure, limiting resilience and scalability.</t>

<t>Blockchain-based systems often lack integration with existing internet infrastructure, suffer from latency and cost constraints, and present jurisdictional ambiguity due to decentralized governance. Proprietary directories fragment the discovery ecosystem and inhibit interoperability across agent frameworks and administrative domains. Furthermore, organizations securely delegating authority to AI solution providers requires interfacing between this central authority as opposed to business-to-business which can be used to suppress innovation.</t>

<t>The introduction of a novel discovery protocol would require the establishment of new governance structures, security models, and operational tooling. Early implementations would likely be centralized among a limited set of stakeholders, introducing bottlenecks in protocol evolution and risk mitigation, and could result in centralization.</t>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>All agent discovery mechanisms need to be secured through public key infrastructure.</t>

<t>All agent discovery mechanisms need to have thread detection.</t>

<t>All agent discovery mechanisms and security mechanisms need to work in real-time.</t>

<t>All agent discovery mechanisms need to use standardized interfaces or APIs in case external security instances are used.</t>

<t>Protection needed against:
   * DoS attacks
   * Unauthorized access and control
   * Secure communication framework e.g., TLS 1.3 etc.
   * Continuous monitoring of the agent discovery mechanism</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>This document has no IANA actions.</t>

</section>


  </middle>

  <back>


<references title='References' anchor="sec-combined-references">

    <references title='Normative References' anchor="sec-normative-references">



<reference anchor="RFC2119">
  <front>
    <title>Key words for use in RFCs to Indicate Requirement Levels</title>
    <author fullname="S. Bradner" initials="S." surname="Bradner"/>
    <date month="March" year="1997"/>
    <abstract>
      <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="2119"/>
  <seriesInfo name="DOI" value="10.17487/RFC2119"/>
</reference>
<reference anchor="RFC8174">
  <front>
    <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
    <author fullname="B. Leiba" initials="B." surname="Leiba"/>
    <date month="May" year="2017"/>
    <abstract>
      <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="8174"/>
  <seriesInfo name="DOI" value="10.17487/RFC8174"/>
</reference>



    </references>

    <references title='Informative References' anchor="sec-informative-references">




<reference anchor="I-D.draft-akhavain-moussa-dawn-problem-statement">
   <front>
      <title>Problem Statement for the Discovery of Agents, Workloads, and Named Entities (DAWN)</title>
      <author fullname="Arashmid Akhavain" initials="A." surname="Akhavain">
         <organization>Huawei Technologies Canada</organization>
      </author>
      <author fullname="Hesham Moussa" initials="H." surname="Moussa">
         <organization>Huawei Technologies Canada</organization>
      </author>
      <author fullname="Daniel King" initials="D." surname="King">
         <organization>Old Dog Consulting</organization>
      </author>
      <date day="11" month="April" year="2026"/>
      <abstract>
	 <t>   Interacting entities such as agents, tasks, users, workloads, data,
   compute, etc., in AI ecosystem/network are proliferating, yet there
   is no standardised way to discover what entities exist, what
   attributes such as skills, capabilities, physical characteristics,
   etc., they posses, what services they offer, or how to reach them
   across organisational boundaries.

   Discovery today relies on proprietary directories or manual
   configuration, creating fragmented ecosystems that prevent cross-
   domain collaboration.

   This document describes the problem space that motivates Discovery of
   Agents, Workloads, and Named Entities (DAWN).  It clarifies the scope
   of work within entity ecosystems, identifies why current approaches
   are insufficient, and outlines the challenges a standardised
   discovery mechanism must address.  It does not propose a specific
   solution or protocol.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-akhavain-moussa-dawn-problem-statement-00"/>
   
</reference>

<reference anchor="I-D.draft-king-dawn-requirements">
   <front>
      <title>Requirements for the Discovery of Agents, Workloads, and Named Entities (DAWN)</title>
      <author fullname="Daniel King" initials="D." surname="King">
         <organization>Old Dog Consulting</organization>
      </author>
      <author fullname="Adrian Farrel" initials="A." surname="Farrel">
         <organization>Old Dog Consulting</organization>
      </author>
      <date day="11" month="April" year="2026"/>
      <abstract>
	 <t>   The proliferation of distributed systems, Artificial Intelligence
   (AI) agents, cloud workloads, and network services has created a need
   for interoperable mechanisms to discover entities across
   administrative and network boundaries.  Entities may include AI
   agents, software services, compute workloads, and other named
   resources that need to be found and characterised before interaction
   can begin.

   This document defines the requirements for Discovery of Agents,
   Workloads, and Named Entities (DAWN) and sets out the objectives that
   a discovery mechanism for such entities must satisfy.  It describes
   what information must be discoverable, what properties a discovery
   mechanism needs to support, and what constraints apply to discovery
   in decentralised environments.

   This document does not specify any particular discovery protocol or
   solution.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-king-dawn-requirements-00"/>
   
</reference>



    </references>

</references>


<?line 169?>

<section numbered="false" anchor="acknowledgments"><name>Acknowledgments</name>

<t>TODO acknowledge.</t>

</section>


  </back>

<!-- ##markdown-source:
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
/AypN1c3Y+69nP0/Sj+fYZAtAAA=

-->

</rfc>

