| Internet-Draft | Service Binding Mapping for Agents | January 2026 |
| Zhang, et al. | Expires 6 July 2026 | [Page] |
With the continuous introduction of intelligent agent communication and interaction protocols, the current DNS cannot adequately meet the requirements for agent service resolution. This document defines a new DNS resource record type, AGENT, which is a SVCB-compatible RR type, and specifies the mapping specifications.¶
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.¶
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.¶
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."¶
This Internet-Draft will expire on 6 July 2026.¶
Copyright (c) 2026 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License.¶
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.¶
Building on the existing DNS, SVCB records provide additional convenience for clients to select different services and obtain the parameters required for connections.¶
With the rapid development of artificial intelligence, various communication and interaction protocols related to agents are currently being developed. Agents have put forward new technical requirements in terms of session, communication, service invocation, and collaboration, and existing DNS cannot adequately meet the needs of agent service resolution.¶
This document defines a new DNS resource record type, AGENT, which is a SVCB-compatible RR type, and specifies the mapping specifications required by SVCB.¶
To provide special handling for agent service use cases, the AGENT RR type is defined as a SVCB-compatible RR type, specific to the "agent" scheme.¶
The presentation format of the record is: Name TTL IN AGENT SvcPriority TargetName SvcParams¶
The SVCB record [RFC9460] defines a set of initial SvcParamKeys, which are applicable to the AGENT scheme.¶
This key indicates the set of protocols supported by the endpoint.¶
When a specific protocol is designated, corresponding configurations shall be implemented via other parameters in accordance with the usage requirements and specifications of that protocol, so as to provide a complete protocol suite supporting it.¶
Otherwise, setting only this value without specifying other necessary parameters for the protocol shall be considered an error.¶
The "port" SvcParamKey defines the port number to be used for connecting to this alternative endpoint.¶
If this key is not present, the client shall use the default port number of the transport protocol.¶
The "ipv4hint" and "ipv6hint" keys convey the IP addresses that the client may use to access the agent service.¶
In addition to the aforementioned SvcParamKeys defined by SVCB, this document specifies new SvcParamKeys for agent service usage.¶
The "apn" SvcParamKey is used to indicate the protocol employed for agent communication and interaction, where "apn" refers to Agent Protocol Negotiation.¶
When a specific protocol is designated, other parameters must be configured in accordance with the usage requirements and specifications of that protocol to provide a complete protocol suite supporting it.¶
Otherwise, setting only this value without specifying other necessary parameters for the protocol shall be considered an error.¶
The "apn" key shall be used in conjunction with the "alpn" key.¶
Since some agent-related protocols are currently in the stage of discussion and revision, the usage and supporting requirements of this parameter will be updated accordingly based on the release of future protocols.¶
The value of the "agentpath" SvcParamKey is the URI template of the agent.¶
Agent description information includes attribute details such as agent identity, authentication, capabilities, and collaboration mechanisms. Currently, its specific form varies across different protocols.¶
The "descpath" SvcParamKey is used to identify the access address (e.g., the URL) of the agent's detailed information.¶
The use of DNSSEC is optional for AGENT records.¶
The downgrade attacks relevant to the SVCB record are also applicable to this document.¶
To be determined.¶
To be determined.¶