Internet Engineering Task Force X. Li Internet-Draft L. Sun Intended status: Standards Track Y. Qiu Expires: 30 September 2026 Z. Xu Nankai University 29 March 2026 Agent Transfer Protocol (ATP) draft-li-atp-01 Abstract The Agent Transfer Protocol (ATP) is a communication protocol designed for autonomous agents to exchange messages, requests, and events in a secure, structured manner. ATP supports the emerging Internet of Agents (IoA) paradigm, where autonomous agents operate across four deployment scenarios: household (small scale), service (medium scale), enterprise (large scale), cloud provider (huge scale), and etc. ATP employs a two-tier architecture where agents connect to the global Internet through ATP servers, enabling server-mediated communication for proper routing, security enforcement, and resource management. The protocol provides DNS-based service discovery using SVCB records, mandatory authentication via Agent Transfer Sender (ATS) policies and Agent Transfer Keys (ATK), and support for multiple interaction patterns including asynchronous messaging, synchronous request/response, and event-driven streaming. This specification defines the discovery mechanism, identity model, authentication framework, transport layer, and message semantics for ATP. Status of This Memo 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." Li, et al. Expires 30 September 2026 [Page 1] Internet-Draft ATP March 2026 This Internet-Draft will expire on 30 September 2026. Copyright Notice 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. Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 5 1.1. Motivation . . . . . . . . . . . . . . . . . . . . . . . 5 1.1.1. The Vision of Internet of Agents . . . . . . . . . . 6 1.1.2. Four Deployment Scenarios . . . . . . . . . . . . . . 6 1.1.3. Why ATP is Needed . . . . . . . . . . . . . . . . . . 7 1.1.4. Internet of Agents Architecture . . . . . . . . . . . 10 1.2. Design Goals . . . . . . . . . . . . . . . . . . . . . . 12 1.3. Terminology . . . . . . . . . . . . . . . . . . . . . . . 12 1.4. Protocol Stack Overview . . . . . . . . . . . . . . . . . 13 2. Discovery Mechanism . . . . . . . . . . . . . . . . . . . . . 14 2.1. DNS SVCB Record Format . . . . . . . . . . . . . . . . . 14 2.1.1. Record Name . . . . . . . . . . . . . . . . . . . . . 15 2.1.2. Record Format . . . . . . . . . . . . . . . . . . . . 15 2.1.3. Example . . . . . . . . . . . . . . . . . . . . . . . 15 2.1.4. Parameters . . . . . . . . . . . . . . . . . . . . . 15 2.2. Discovery Process . . . . . . . . . . . . . . . . . . . . 16 2.3. Capability Discovery . . . . . . . . . . . . . . . . . . 16 2.3.1. DNS-Based Capability Advertisement . . . . . . . . . 16 2.3.2. HTTP-Based Capability Query . . . . . . . . . . . . . 17 3. Identity Model . . . . . . . . . . . . . . . . . . . . . . . 17 3.1. Agent Identifier Format . . . . . . . . . . . . . . . . . 17 3.1.1. Examples . . . . . . . . . . . . . . . . . . . . . . 18 3.1.2. Local-part Semantics . . . . . . . . . . . . . . . . 18 3.1.3. Domain Requirements . . . . . . . . . . . . . . . . . 19 3.2. Delegation . . . . . . . . . . . . . . . . . . . . . . . 19 3.2.1. CNAME Delegation . . . . . . . . . . . . . . . . . . 19 3.2.2. SVCB Alias Mode . . . . . . . . . . . . . . . . . . . 19 4. Security Framework . . . . . . . . . . . . . . . . . . . . . 19 4.1. Transport Layer Security . . . . . . . . . . . . . . . . 19 4.1.1. TLS Requirements . . . . . . . . . . . . . . . . . . 19 Li, et al. Expires 30 September 2026 [Page 2] Internet-Draft ATP March 2026 4.1.2. Mutual TLS . . . . . . . . . . . . . . . . . . . . . 20 4.2. Agent Transfer Sender Policy (ATS) . . . . . . . . . . . 20 4.2.1. ATS Record Format . . . . . . . . . . . . . . . . . . 20 4.2.2. Example ATS Records . . . . . . . . . . . . . . . . . 20 4.2.3. Policy Directives . . . . . . . . . . . . . . . . . . 20 4.2.4. ATS Query Process . . . . . . . . . . . . . . . . . . 21 4.2.5. ATS Processing Algorithm . . . . . . . . . . . . . . 22 4.2.6. ATS Error Codes . . . . . . . . . . . . . . . . . . . 22 4.2.7. Cloud Deployment Considerations . . . . . . . . . . . 22 4.2.8. ATS Best Practices . . . . . . . . . . . . . . . . . 23 4.3. Agent Transfer Key (ATK) . . . . . . . . . . . . . . . . 23 4.3.1. ATK Record Format . . . . . . . . . . . . . . . . . . 23 4.3.2. Example ATK Records . . . . . . . . . . . . . . . . . 23 4.3.3. Key Parameters . . . . . . . . . . . . . . . . . . . 24 4.3.4. ATK Query Process . . . . . . . . . . . . . . . . . . 24 4.3.5. ATK Key Management . . . . . . . . . . . . . . . . . 25 4.3.6. ATK Best Practices . . . . . . . . . . . . . . . . . 25 4.4. Message Signature . . . . . . . . . . . . . . . . . . . . 26 4.4.1. Signature Envelope . . . . . . . . . . . . . . . . . 26 4.4.2. Signature Algorithm . . . . . . . . . . . . . . . . . 26 4.4.3. Signature Coverage . . . . . . . . . . . . . . . . . 27 4.4.4. Canonicalization . . . . . . . . . . . . . . . . . . 27 4.4.5. Signature Verification . . . . . . . . . . . . . . . 28 4.4.6. Signature Error Handling . . . . . . . . . . . . . . 28 5. Transport Protocol . . . . . . . . . . . . . . . . . . . . . 28 5.1. HTTPS Transport . . . . . . . . . . . . . . . . . . . . . 28 5.1.1. Default Port . . . . . . . . . . . . . . . . . . . . 28 5.1.2. Endpoints . . . . . . . . . . . . . . . . . . . . . . 28 5.1.3. Connection Management . . . . . . . . . . . . . . . . 29 5.2. IPv6 Considerations . . . . . . . . . . . . . . . . . . . 30 5.3. QUIC Transport (Future Work) . . . . . . . . . . . . . . 30 5.3.1. Expected Benefits . . . . . . . . . . . . . . . . . . 30 5.3.2. Security Note . . . . . . . . . . . . . . . . . . . . 31 6. Message Format . . . . . . . . . . . . . . . . . . . . . . . 31 6.1. Common Fields . . . . . . . . . . . . . . . . . . . . . . 31 6.1.1. Field Definitions . . . . . . . . . . . . . . . . . . 31 6.2. Message Types . . . . . . . . . . . . . . . . . . . . . . 32 6.2.1. Message (Asynchronous) . . . . . . . . . . . . . . . 32 6.2.2. Request/Response . . . . . . . . . . . . . . . . . . 33 6.2.3. Event/Subscription . . . . . . . . . . . . . . . . . 34 6.3. Payload Encoding . . . . . . . . . . . . . . . . . . . . 35 6.3.1. JSON Encoding . . . . . . . . . . . . . . . . . . . . 35 6.3.2. CBOR Encoding . . . . . . . . . . . . . . . . . . . . 35 6.4. Message Size Limits . . . . . . . . . . . . . . . . . . . 35 7. Protocol Semantics . . . . . . . . . . . . . . . . . . . . . 36 7.1. Message (Asynchronous) . . . . . . . . . . . . . . . . . 36 7.1.1. Delivery Model . . . . . . . . . . . . . . . . . . . 36 7.1.2. Delivery Guarantees . . . . . . . . . . . . . . . . . 36 Li, et al. Expires 30 September 2026 [Page 3] Internet-Draft ATP March 2026 7.1.3. Retry Policy . . . . . . . . . . . . . . . . . . . . 37 7.2. Request/Response (Synchronous) . . . . . . . . . . . . . 37 7.2.1. Interaction Model . . . . . . . . . . . . . . . . . . 37 7.2.2. Deadline Propagation . . . . . . . . . . . . . . . . 38 7.2.3. State Management . . . . . . . . . . . . . . . . . . 38 7.3. Event/Subscription (Streaming) . . . . . . . . . . . . . 38 7.3.1. Pub/Sub Model . . . . . . . . . . . . . . . . . . . . 39 7.3.2. Subscription Lifecycle . . . . . . . . . . . . . . . 40 7.3.3. Server-to-Server Event Delivery . . . . . . . . . . . 40 8. Security Considerations . . . . . . . . . . . . . . . . . . . 40 8.1. Threat Model . . . . . . . . . . . . . . . . . . . . . . 40 8.2. Authentication . . . . . . . . . . . . . . . . . . . . . 41 8.2.1. TLS Security . . . . . . . . . . . . . . . . . . . . 41 8.2.2. ATS (Agent Transfer Sender Policy) . . . . . . . . . 42 8.2.3. ATK (Agent Transfer Key) . . . . . . . . . . . . . . 42 8.2.4. Message Signature . . . . . . . . . . . . . . . . . . 43 8.3. Privacy . . . . . . . . . . . . . . . . . . . . . . . . . 43 8.3.1. Metadata Exposure . . . . . . . . . . . . . . . . . . 43 8.3.2. Payload Confidentiality . . . . . . . . . . . . . . . 44 8.4. Denial of Service . . . . . . . . . . . . . . . . . . . . 44 8.4.1. Resource Exhaustion Attacks . . . . . . . . . . . . . 44 8.4.2. Amplification Attacks . . . . . . . . . . . . . . . . 45 8.5. DNS Security . . . . . . . . . . . . . . . . . . . . . . 45 8.5.1. DNS Spoofing and Cache Poisoning . . . . . . . . . . 45 8.5.2. DNS Query Privacy . . . . . . . . . . . . . . . . . . 45 8.6. ATP Server Security . . . . . . . . . . . . . . . . . . . 45 8.6.1. Server Compromise . . . . . . . . . . . . . . . . . . 46 8.6.2. Multi-tenant Isolation . . . . . . . . . . . . . . . 46 8.7. Security Best Practices . . . . . . . . . . . . . . . . . 46 8.8. Known Limitations . . . . . . . . . . . . . . . . . . . . 47 9. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 47 9.1. Application-Layer Protocol Negotiation (ALPN) Protocol Identifier . . . . . . . . . . . . . . . . . . . . . . . 47 9.2. Well-Known URI . . . . . . . . . . . . . . . . . . . . . 47 9.3. Media Types . . . . . . . . . . . . . . . . . . . . . . . 47 9.4. Service Name and Transport Protocol Port Number Registry . . . . . . . . . . . . . . . . . . . . . . . . 48 9.5. SVCB SvcParamKey Registrations . . . . . . . . . . . . . 48 9.5.1. ATP Capabilities Values . . . . . . . . . . . . . . . 48 9.5.2. ATP Auth Values . . . . . . . . . . . . . . . . . . . 49 9.6. ATP Message Type Registry . . . . . . . . . . . . . . . . 49 10. References . . . . . . . . . . . . . . . . . . . . . . . . . 50 10.1. Normative References . . . . . . . . . . . . . . . . . . 50 10.2. Informative References . . . . . . . . . . . . . . . . . 51 Appendix A. Example Message Flows . . . . . . . . . . . . . . . 52 A.1. Sending an ATP Message . . . . . . . . . . . . . . . . . 52 A.2. Request/Response Flow . . . . . . . . . . . . . . . . . . 53 A.3. Event Subscription Flow . . . . . . . . . . . . . . . . . 54 Li, et al. Expires 30 September 2026 [Page 4] Internet-Draft ATP March 2026 Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . . . 56 Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 56 1. Introduction The evolution of the Internet has always centered around the theme of "connection": * *Person-to-Person*: Email and instant messaging connect people with people * *Person-to-Service*: Web pages and mobile apps connect people with services * *Thing-to-Thing*: IoT devices connect the physical world *The next trend is emerging: agents will become part of Internet infrastructure.* With the advancement of artificial intelligence technology, autonomous agents are moving from concept to large-scale application: * Households deploy intelligent assistants to act on behalf of users for daily tasks * Enterprises deploy customer service bots and operations agents to automate business processes * Cloud providers offer agent-based capabilities including AI services and IoT coordination When agents are ubiquitous, they need to communicate with each other - this requires a communication protocol designed specifically for agents. *The Agent Transfer Protocol (ATP) is proposed as a communication protocol design reference for the era of Internet of Agents.* 1.1. Motivation The emergence of autonomous agents represents a fundamental shift in how digital services are delivered and consumed. We are entering the era of the *Internet of Agents (IoA)*, where autonomous agents will become ubiquitous in both personal and commercial environments. Li, et al. Expires 30 September 2026 [Page 5] Internet-Draft ATP March 2026 The Agent Transfer Protocol (ATP) is a communication protocol designed for autonomous agents to exchange messages, requests, and events across the Internet. ATP enables secure, structured agent-to- agent communication through a server-mediated architecture that provides routing, security enforcement, and resource management. This document describes the motivation, architecture, and technical specifications of ATP. We first present the vision of the Internet of Agents (IoA) and the four deployment scenarios that ATP supports. We then describe the design goals, terminology, and core components of the protocol, including discovery, identity, authentication, transport, and message semantics. 1.1.1. The Vision of Internet of Agents In the near future, autonomous agents will be deployed across four primary deployment scenarios, each serving distinct needs and scales: *Household (Small Scale)*: Every household will deploy personal agent systems—either as physical robots or dedicated home servers—that manage daily tasks, coordinate schedules, and interact with external services on behalf of family members. Each household member will have their own agent account, enabling personalized interactions while maintaining shared context. *Service (Medium Scale)*: Commercial organizations will deploy agent services to automate customer interactions, process transactions, and provide intelligent assistance. These service agents handle high- volume interactions with customers worldwide. *Enterprise (Large Scale)*: Large corporations and organizations will deploy internal agent systems to streamline business operations, from HR and IT support to development and operations automation. *Cloud Provider (Huge Scale)*: Major technology providers will operate multi-tenant agent platforms serving millions of global users, providing AI services, data management, IoT coordination, and machine learning capabilities across continents. 1.1.2. Four Deployment Scenarios The agent ecosystem spans four distinct deployment scenarios, each with different scale requirements: * *Household Agents (Small)*: A household domain (e.g., family.example.com) hosts a few personal agent identities: - parent1@family.example.com - Agent for first parent Li, et al. Expires 30 September 2026 [Page 6] Internet-Draft ATP March 2026 - parent2@family.example.com - Agent for second parent - home@family.example.com - Home automation coordination agent * *Service Agents (Medium)*: Service providers operate multiple specialized agents: - service-bot@company.com - General customer service agent - shop-bot@retailer.com - Shopping assistant agent - support@tech-company.com - Technical support agent * *Enterprise Agents (Large)*: Organizations deploy agents for various business functions: - hr@enterprise.com - Human resources assistant - dev@enterprise.com - Development workflow agent - ops@enterprise.com - IT operations agent * *Cloud Provider Agents (Huge)*: Global platforms serve diverse user bases: - user-us@cloud-provider.com - North American user services - user-eu@cloud-provider.com - European user services - user-cn@cloud-provider.com - Asian user services - ai-service@cloud-provider.com - AI/ML service endpoints - iot@cloud-provider.com - IoT device coordination 1.1.3. Why ATP is Needed Existing protocols cannot adequately meet the requirements of the Internet of Agents era: Li, et al. Expires 30 September 2026 [Page 7] Internet-Draft ATP March 2026 +===============+=========================+========================+ | Requirement | Description | Limitations of | | | | Existing Protocols | +===============+=========================+========================+ | *Multi-tenant | Each domain hosts | Email supports multi- | | Identity* | multiple agent | user but lacks | | | identities (from 2-5 in | identity management | | | households to millions | for automated | | | on cloud platforms) | scenarios | +---------------+-------------------------+------------------------+ | *Structured | JSON/CBOR payloads for | HTTP can transport | | Data | automated processing | JSON but lacks native | | Exchange* | | agent semantics | +---------------+-------------------------+------------------------+ | *Strong | Mandatory | TLS only protects | | Security | authentication and | transport; | | Guarantees* | integrity verification | application-layer | | | for automated | authentication depends | | | operations | on implementation | +---------------+-------------------------+------------------------+ | *Multiple | Asynchronous messaging, | Typically requires | | Interaction | synchronous request/ | combining multiple | | Patterns* | response, event-driven | protocols (e.g., HTTP | | | streaming | + WebSocket) | +---------------+-------------------------+------------------------+ | *Scalable | Cross-internet agent | Relies on centralized | | Discovery* | location and | directory services or | | | authentication | additional | | | | infrastructure | +---------------+-------------------------+------------------------+ | *Context | Stateful multi-turn | No native support; | | Awareness* | dialogues and complex | must be implemented at | | | workflow coordination | application layer | +---------------+-------------------------+------------------------+ | *Variable | Efficient handling from | Typically optimized | | Scale | household to cloud | for specific scales, | | Support* | platform scenarios | difficult to | | | | accommodate all | +---------------+-------------------------+------------------------+ Table 1: Requirements for Internet of Agents and Limitations of Existing Protocols *Therefore, agents need their own communication protocol.* This vision requires a communication infrastructure that supports: Li, et al. Expires 30 September 2026 [Page 8] Internet-Draft ATP March 2026 1. *Multi-tenant Identity*: Each domain hosts multiple agent identities, from a few agents in households to thousands in cloud platforms, requiring scalable identity management and routing. 2. *Structured Data Exchange*: Agents communicate using structured payloads (JSON, CBOR) rather than unstructured text, enabling automated processing and decision-making. 3. *Strong Security Guarantees*: Agent communication involves automated actions on behalf of users, demanding mandatory authentication and integrity verification to prevent unauthorized operations. 4. *Multiple Interaction Patterns*: Beyond simple messaging, agents need: * Synchronous request/response for RPC-style interactions * Event-driven streaming for real-time updates * Asynchronous messaging for notifications and broadcasts 5. *Scalable Discovery*: Agents must locate and authenticate each other across the global internet using existing, proven infrastructure. 6. *Context Awareness*: Agents maintain state across interactions, support multi-turn dialogues, and coordinate complex workflows involving multiple parties. 7. *Variable Scale Support*: The protocol must efficiently handle scenarios ranging from small household deployments (2-5 agents) to massive cloud platforms (millions of users), with appropriate resource allocation and routing strategies for each scale. ATP addresses these requirements by providing a modern, secure, and extensible protocol built upon existing internet infrastructure while introducing agent-specific semantics. ATP is designed so that it can interoperate with application-layer agent interaction protocols. While protocols such as A2A and MCP define rich semantics for agent capabilities, task management, and tool invocation, ATP provides the underlying cross-domain transport infrastructure with DNS-native discovery and mandatory security guarantees. ATP's payload is opaque by design, enabling it to carry messages from any application-layer agent protocol. Li, et al. Expires 30 September 2026 [Page 9] Internet-Draft ATP March 2026 1.1.4. Internet of Agents Architecture The Internet of Agents (IoA) follows a two-tier architecture where agents connect to the global internet through ATP servers. This design ensures proper resource allocation, security enforcement, and efficient routing. Internet of Agents (IoA) ╔══════════════════════════════════════════════════════════════╗ ║ INTERNET ║ ╚══════════════════════════════════════════════════════════════╝ │ │ │ │ │ │ │ │ ┌───────┴────────┐ ┌────┴────┐ ┌──────────┴──────────┐ │ │ ATP │ │ ATP │ │ ATP │ │ │ Server │ │ Server │ │ Server │ │ │ Household │ │ Service │ │ Enterprise │ │ │ (Small) │ │(Medium) │ │ (Large) │ │ └─────┬──────────┘ └────┬────┘ └───────────┬─────────┘ │ │ │ │ │ │ │ │ │ ┌─────┼─────┐ ┌─────┼─────┐ ┌──────┼──────┐ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ┌─┴─┐ ┌─┴─┐ ┌─┴─┐ ┌─┴─┐ ┌─┴─┐ ┌─┴─┐ ┌─┴─┐ ┌─┴─┐ ┌─┴─┐ │ │P1 │ │P2 │ │H1 │ │S1 │ │S2 │ │S3 │ │E1 │ │E2 │ │E3 │ │ └───┘ └───┘ └───┘ └───┘ └───┘ └───┘ └───┘ └───┘ └───┘ │ Parent1 Parent2 Home Bot1 Bot2 Shop HR Dev Ops │ ┌─────────────────────────────┘ ┌──────────────────┴──────────────────┐ │ ATP Server │ │ Cloud Provider │ │ (Huge) │ └──────────────────┬──────────────────┘ ┌─────┬─────┬─────┬───┴───┬─────┬─────┬─────┐ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ┌─┴─┐ ┌─┴─┐ ┌─┴─┐ ┌─┴─┐ ┌─┴─┐ ┌─┴─┐ ┌─┴─┐ ┌─┴─┐ │US │ │EU │ │CN │ │AI │ │DB │ │IoT│ │ML │ │API│ └───┘ └───┘ └───┘ └───┘ └───┘ └───┘ └───┘ └───┘ User User User AI Data IoT ML API Household (Small): Personal/Family agents (Parent1/2, Home Assistant) Service (Medium): Commercial service agents (Service Bot1/2, Shopping) Enterprise (Large): Corporate agents (HR Bot, Dev Bot, Ops Bot) Cloud Provider (Huge): Multi-tenant cloud serving global users (US, EU, CN, AI, Data, IoT, ML, API) Li, et al. Expires 30 September 2026 [Page 10] Internet-Draft ATP March 2026 Figure 1: Internet of Agents (IoA) Architecture: Four deployment scenarios showing Household (Small), Service (Medium), Enterprise (Large), and Cloud Provider (Huge) ATP server categories In this architecture: * *ATP Servers* act as gateways for agents, handling: - Resource allocation and scheduling for local agents - Outbound connection management and routing - Inbound traffic filtering and security enforcement - Policy enforcement (ATS/ATK validation) - Message queuing and delivery guarantees * *Agents* operate within their ATP Server's domain: - All outbound communication goes through their local ATP Server - All inbound communication arrives via their ATP Server - Agents benefit from server-side security and filtering - Multiple agents share server resources efficiently * *Scale Considerations*: - *Household (Small)*: 2-10 agents, minimal resource requirements - *Service (Medium)*: 10-100 agents, moderate traffic handling - *Enterprise (Large)*: 100-1000+ agents, high availability requirements - *Cloud Provider (Huge)*: Millions of users, global distribution, multi-region deployment This architecture reflects the reality that in the Internet of Agents era, every household and organization will deploy an ATP server (or manager) to coordinate local agent activities, manage network connections, and provide security boundaries. Li, et al. Expires 30 September 2026 [Page 11] Internet-Draft ATP March 2026 1.2. Design Goals 1. *Security-first*: Authentication and integrity verification are mandatory, not optional. 2. *Structured semantics*: Native support for multiple interaction patterns (message, request/response, event/subscription). 3. *DNS-based discovery*: Leverage existing DNS infrastructure for agent discovery and service location. 4. *Transport agnostic*: Support multiple transport protocols (HTTPS, QUIC) for flexibility and performance. 5. *Backward compatible*: Coexist with existing internet infrastructure and standards. 6. *Extensible*: Support capability discovery and protocol negotiation for future evolution. 7. *Multi-tenant support*: Efficiently handle multiple agents per domain, similar to multi-user email systems. 8. *Server-mediated communication*: All agent communication MUST flow through ATP servers for proper routing, security enforcement, and resource management. This design reflects the reality that agents operate within managed domains (households, organizations, cloud services) that require centralized coordination. 1.3. Terminology 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. This document uses the following terms: * *Agent*: An autonomous software entity capable of communication, decision-making, and task execution. * *Agent ID*: A unique identifier in the format local@domain that identifies a specific agent. Li, et al. Expires 30 September 2026 [Page 12] Internet-Draft ATP March 2026 * *ATP Server*: A server implementing the ATP protocol and handling agent communication. The ATP Server acts as a gateway for agents within its domain, providing resource allocation, connection management, security enforcement, and message routing. All agent communication MUST flow through their respective ATP servers. * *ATP Client*: An agent or application initiating ATP communication. * *ATP Transfer*: The process of transferring messages between ATP servers across the Internet. * *ATS*: Agent Transfer Sender policy - a DNS record defining authorized senders for a domain. * *ATK*: Agent Transfer Key - a DNS record publishing cryptographic keys for message signature verification. * *SVCB*: Service Binding - DNS record type defined in [RFC9460] for service discovery. * *ALPN*: Application-Layer Protocol Negotiation - TLS extension for protocol negotiation. 1.4. Protocol Stack Overview +-------------------------------------------------+ | Application Semantics | | message / request-response / event-stream | +-------------------------------------------------+ | Message Format (JSON/CBOR) | | envelope + payload + signature | +-------------------------------------------------+ | Transport Layer (HTTPS/QUIC) | | TLS 1.3+ / ALPN negotiation | +-------------------------------------------------+ | Discovery (DNS SVCB) | | _atp. SVCB records | +-------------------------------------------------+ Figure 2: ATP Protocol Stack: Four-layer architecture with Discovery (DNS SVCB), Transport (HTTPS/QUIC), Message Format (JSON/CBOR), and Application Semantics ATP is built upon a layered protocol stack that leverages existing Internet infrastructure while introducing agent-specific semantics. The stack consists of four layers, from bottom to top: Li, et al. Expires 30 September 2026 [Page 13] Internet-Draft ATP March 2026 *Discovery Layer*: Uses DNS SVCB records [RFC9460] to enable agents to locate and discover ATP services for any given domain. The discovery query targets _atp. to retrieve service endpoint information including hostname, port, and supported protocols. *Transport Layer*: Supports multiple transport protocols for flexibility and performance: * *HTTPS*: Primary transport protocol, enabling deployment behind existing CDNs, load balancers, and firewalls. Uses TLS 1.3+ for encryption and ALPN for protocol negotiation. * *QUIC*: Optional transport protocol [RFC9000] for low-latency scenarios, providing 0-RTT handshakes and connection migration capabilities. *Message Format Layer*: Defines the structure of ATP messages using structured data encodings: * *JSON*: Recommended encoding [RFC8259] with Content-Type application/atp+json * *CBOR*: Optional encoding [RFC8949] for bandwidth-constrained environments with Content-Type application/atp+cbor Messages consist of an envelope (containing from, to, timestamp, nonce, type) and a payload, with a cryptographic signature for integrity and authenticity. *Application Semantics Layer*: Provides three interaction patterns for different use cases: * *Message*: Asynchronous, fire-and-forget communication * *Request/Response*: Synchronous RPC-style interactions * *Event/Subscription*: Streaming and publish-subscribe patterns 2. Discovery Mechanism 2.1. DNS SVCB Record Format ATP uses DNS SVCB (Service Binding) records [RFC9460] for agent discovery. The SVCB record provides the hostname, port, protocol version, and optional connection hints for the ATP service. The DNS query follows the standard DNS protocol [RFC1034][RFC1035]. Li, et al. Expires 30 September 2026 [Page 14] Internet-Draft ATP March 2026 2.1.1. Record Name The standard SVCB query name for ATP discovery is: _atp. Where is the domain portion of the recipient Agent ID. 2.1.2. Record Format _atp.. IN SVCB ( port= alpn= [ipv4hint=] [ipv6hint=] [atp-capabilities=] ) 2.1.3. Example _atp.example.com. IN SVCB 1 agent.example.com. ( port=7443 alpn="atp/1" ipv4hint=192.0.2.1,192.0.2.2 ipv6hint=2001:db8::1,2001:db8::2 atp-capabilities="message,request,event" atp-auth="ats,atk" ) 2.1.4. Parameters * *port*: TCP/UDP port number for the ATP service. If not specified, the default port is 7443. * *alpn*: Application-layer protocol negotiation identifier. Supported values: - atp/1 - ATP version 1 - atp-json - ATP with JSON payload encoding - atp-cbor - ATP with CBOR payload encoding - atp+proto - ATP with Protocol Buffers encoding * *ipv4hint* (optional): Comma-separated list of IPv4 addresses for faster connection establishment. Li, et al. Expires 30 September 2026 [Page 15] Internet-Draft ATP March 2026 * *ipv6hint* (optional): Comma-separated list of IPv6 addresses for faster connection establishment. * *atp-capabilities* (optional): Comma-separated list of supported protocol capabilities. * *atp-auth* (optional): Comma-separated list of supported authentication mechanisms. Supported values include ats (ATS policy validation), atk (ATK signature verification), mtls (mutual TLS). This parameter enables clients to determine the server's authentication requirements before connection establishment. 2.2. Discovery Process The ATP client performs the following steps to discover the recipient's ATP service: 1. *Extract Domain*: Parse the recipient Agent ID to extract the domain portion. The domain portion is derived from the local@domain Agent ID format — the same domain that hosts the agent's identity also hosts the ATP service discovery records. 2. *DNS SVCB Query*: Query the SVCB record for _atp.. 3. *Address Resolution*: Resolve the target hostname to IP addresses using A/AAAA records. Implementations MUST query both A and AAAA records and SHOULD prefer IPv6 addresses when available. 4. *Connection Establishment*: Establish a secure connection to the resolved endpoint using the specified port. 2.3. Capability Discovery Agents can advertise their capabilities to enable protocol negotiation and feature discovery. When both DNS-based and HTTP-based capability information are available, the HTTP-based response MUST take precedence, as it can be updated more frequently than DNS records. DNS-based capabilities serve as an initial hint for connection establishment and protocol negotiation; HTTP-based capabilities provide the authoritative and current capability set. 2.3.1. DNS-Based Capability Advertisement Capabilities can be included in the SVCB record using the atp- capabilities parameter: Li, et al. Expires 30 September 2026 [Page 16] Internet-Draft ATP March 2026 _atp.example.com. IN SVCB 1 agent.example.com. ( port=7443 alpn="atp/1" atp-capabilities="message,request,event,payment,search" ) 2.3.2. HTTP-Based Capability Query Agents can query capabilities via an HTTP endpoint: GET /.well-known/atp/v1/capabilities Host: agent.example.com Accept: application/json *Response*: { "version": "1.0", "capabilities": ["message", "request", "event", "payment", "search"], "protocols": ["atp/1", "atp-json"], "max_payload_size": 1048576, "rate_limits": { "messages_per_second": 100, "requests_per_minute": 1000 }, "metadata_url": "https://agent.example.com/.well-known/agent.json" } The metadata_url field (OPTIONAL) points to an external agent description document that provides additional metadata about agents at this server. The format of the referenced document is out of scope for this specification. This field enables zero-cost cross- ecosystem discovery without binding ATP to any specific agent description standard. 3. Identity Model 3.1. Agent Identifier Format Agent identifiers follow the standard email address format but with extended semantics for agent communication. agent-id = local-part "@" domain local-part = 1*63( ALPHA / DIGIT / "." / "-" / "_" / "+" ) domain = sub-domain *("." sub-domain) sub-domain = ; as defined in RFC 5321 Li, et al. Expires 30 September 2026 [Page 17] Internet-Draft ATP March 2026 The local-part identifies a specific agent within the domain, and the domain identifies the ATP server responsible for routing messages to that agent. ATP uses a restricted character set compared to RFC 5321 to ensure safe handling across diverse agent implementations. A key design feature of ATP is that each domain hosts multiple agent identities using the local@domain format, similar to how email domains host multiple user mailboxes. This multi-tenant identity model is fundamental to ATP's architecture: * *Households*: parent1@family.example.com, parent2@family.example.com, home@family.example.com * *Services*: support@company.com, billing@company.com, shop- bot@company.com * *Enterprises*: hr@enterprise.com, dev@enterprise.com, ops@enterprise.com * *Cloud Providers*: user-us@cloud.com, user-eu@cloud.com, ai- service@cloud.com Unlike centralized agent discovery systems that assign globally unique identifiers, ATP's local@domain model allows each domain administrator to independently manage their agent namespace. This mirrors the email ecosystem's proven scalability: no central registry is needed, and identity management is delegated to domain owners. 3.1.1. Examples * a1@example.com - Individual agent * chatbot@service.org - Service agent * billing.taskbot@example.com - Task-specific agent with hierarchical naming * weather-agent-v2@provider.net - Versioned agent identifier 3.1.2. Local-part Semantics The local-part uses alphanumeric characters, period (.), hyphen (-), underscore (_), and plus (+). The maximum length of the local-part is 63 characters. Domains MUST support case-insensitive matching of local-parts, similar to email systems. Li, et al. Expires 30 September 2026 [Page 18] Internet-Draft ATP March 2026 3.1.3. Domain Requirements The domain portion MUST be a valid Internationalized Domain Name (IDN) as defined in [RFC5890]. ATP servers MUST support both ASCII and UTF-8 encoded domain names. 3.2. Delegation Domains can delegate agent handling to external ATP servers using DNS CNAME records or SVCB alias mode. 3.2.1. CNAME Delegation _atp.user.example.com. IN CNAME _atp.provider.net. This allows users to maintain their identity (@user.example.com) while using third-party ATP services. 3.2.2. SVCB Alias Mode _atp.delegated.example.com. IN SVCB 0 _atp.target.org. SVCB alias mode provides a more modern delegation mechanism with additional metadata capabilities. 4. Security Framework 4.1. Transport Layer Security All ATP connections MUST use TLS 1.3 [RFC8446] or higher. TLS 1.2 MAY be used for backward compatibility, but its use is NOT RECOMMENDED. 4.1.1. TLS Requirements * *Mandatory Encryption*: All ATP traffic MUST be encrypted using TLS. * *Certificate Validation*: Clients MUST validate server certificates against trusted Certificate Authorities (CAs). * *Cipher Suites*: Servers SHOULD support modern cipher suites (e.g., TLS_AES_128_GCM_SHA256). * *Forward Secrecy*: Ephemeral key exchange (ECDHE) MUST be used. Li, et al. Expires 30 September 2026 [Page 19] Internet-Draft ATP March 2026 4.1.2. Mutual TLS For server-to-server communication, ATP servers SHOULD support mutual TLS (mTLS) authentication. For environments where ATS IP-based validation is the primary sender verification mechanism, mTLS provides an additional layer of transport-level authentication. ATP servers MAY require mTLS for all connections in high-security deployments. 4.2. Agent Transfer Sender Policy (ATS) The Agent Transfer Sender policy (ATS) defines which entities are authorized to send ATP messages on behalf of a domain. ATS is designed specifically for agent communication with strict enforcement. 4.2.1. ATS Record Format ATS policies are published as DNS TXT records at the following location: ats._atp.. IN TXT "v=atp1 " 4.2.2. Example ATS Records *Simple IP-based policy*: ats._atp.example.com. IN TXT "v=atp1 allow=ip:192.0.2.0/24" *Multi-source policy*: ats._atp.example.com. IN TXT "v=atp1 allow=ip:192.0.2.0/24 allow=domain:agent-provider.com include:ats._atp.trusted-partner.net" *Permissive policy*: ats._atp.example.com. IN TXT "v=atp1 allow=all" *Restrictive policy*: ats._atp.example.com. IN TXT "v=atp1 deny=all allow=ip:192.0.2.10" 4.2.3. Policy Directives ATS policy directives are evaluated in order, with later directives overriding earlier ones when conflicts occur. * *v=atp1*: Version identifier (REQUIRED). Indicates ATP version 1 policy format. Li, et al. Expires 30 September 2026 [Page 20] Internet-Draft ATP March 2026 * *allow=ip:*: Authorize messages from specific IP address ranges. * *allow=domain:*: Authorize messages from agents at the specified domain. * *allow=all*: Authorize messages from any source (NOT RECOMMENDED). * *deny=ip:*: Explicitly deny messages from specific IP ranges. * *deny=domain:*: Explicitly deny messages from agents at the specified domain. * *deny=all*: Deny all sources (must be followed by specific allow directives). * *include:*: Include policy from another ATS record. * *redirect=*: Redirect policy evaluation to another domain. * *exp=*: Specify a domain for explanation text (human- readable). 4.2.4. ATS Query Process When an ATP server receives a message claiming to be from sender@domain.com, it performs the following ATS verification: 1. *Query ATS Record*: Query the DNS TXT record for ats._atp.domain.com. 2. *Extract IP*: Determine the source IP address of the incoming connection. 3. *Policy Evaluation*: Evaluate the ATS policy against the source IP and sender domain. 4. *Authorization Decision*: * If policy evaluation results in PASS, accept the message. * If policy evaluation results in FAIL, reject the message with HTTP 403 and error body {"error": "ATS_VALIDATION_FAILED"}. * If no ATS record exists, treat as NEUTRAL (accept but flag for monitoring). Li, et al. Expires 30 September 2026 [Page 21] Internet-Draft ATP March 2026 4.2.5. ATS Processing Algorithm The ATS verification algorithm processes policy directives as follows: result = NEUTRAL FOR EACH directive in policy: IF directive is 'allow=ip:' AND source_ip matches : result = PASS ELSE IF directive is 'deny=ip:' AND source_ip matches : result = FAIL ELSE IF directive is 'allow=domain:' AND sender_domain matches : result = PASS ELSE IF directive is 'deny=domain:' AND sender_domain matches : result = FAIL ELSE IF directive is 'allow=all': result = PASS ELSE IF directive is 'deny=all': result = FAIL ELSE IF directive is 'include:': include_result = query_ats() IF include_result is PASS or FAIL: result = include_result RETURN result 4.2.6. ATS Error Codes ATS validation errors are returned as HTTP responses with structured JSON error bodies: * *403 Forbidden* with body: {"error": "ATS_VALIDATION_FAILED", "detail": "Sender not authorized by ATS policy"} * *502 Bad Gateway* with body: {"error": "ATS_TEMPORARY_FAILURE", "detail": "DNS lookup timeout for ATS record"} * *403 Forbidden* with body: {"error": "ATS_RECORD_INVALID", "detail": "ATS record syntax error"} 4.2.7. Cloud Deployment Considerations In cloud environments where agents share IP addresses (e.g., CDN, serverless platforms, container orchestration), IP-based ATS policies may be insufficient. Deployments in such environments SHOULD: Li, et al. Expires 30 September 2026 [Page 22] Internet-Draft ATP March 2026 1. Use allow=domain: directives instead of IP-based directives where possible. 2. Combine ATS with mutual TLS for stronger sender verification. 3. Rely on ATK signature verification as the primary authentication mechanism, with ATS as an additional signal. Note: ATS is designed as a first-pass filter, not a sole authentication mechanism. ATK signature verification provides cryptographic proof of sender identity regardless of network topology. 4.2.8. ATS Best Practices * *Start Restrictive*: Begin with a restrictive policy and gradually add authorized sources. * *Use Includes*: Use include: directives to inherit policies from trusted providers. * *Monitor Logs*: Regularly review ATS validation logs to identify unauthorized attempts. * *Gradual Deployment*: Deploy ATS gradually, starting with monitoring mode before enforcement. 4.3. Agent Transfer Key (ATK) The Agent Transfer Key (ATK) record publishes cryptographic public keys used for message signature verification. ATK is mandatory in ATP and uses modern cryptographic algorithms. 4.3.1. ATK Record Format ATK records are published as DNS TXT records at the following location: .atk._atp.. IN TXT "v=atp1 " Where is an identifier for the specific key (e.g., default, 2026q1, rotated-key). 4.3.2. Example ATK Records *Ed25519 key (RECOMMENDED)*: default.atk._atp.example.com. IN TXT "v=atp1 k=ed25519 p=MCowBQYDK2VwAyEAtLJ5VqH7K+R5VZ8cD9XwY3J2mN8K+R5VZ8cD9XwY3J2m" Li, et al. Expires 30 September 2026 [Page 23] Internet-Draft ATP March 2026 *RSA key (3072-bit)*: legacy.atk._atp.example.com. IN TXT "v=atp1 k=rsa p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA..." *ECDSA key (P-256)*: p256.atk._atp.example.com. IN TXT "v=atp1 k=ecdsa n=prime256v1 p=MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE..." 4.3.3. Key Parameters * *v=atp1*: Version identifier (REQUIRED). Indicates ATP version 1 key format. * *k=*: Key algorithm (REQUIRED). Supported values: - ed25519 - Ed25519 (RECOMMENDED for new deployments) - rsa - RSA (3072-bit minimum for new keys, 2048-bit minimum accepted for verification) - ecdsa - ECDSA (P-256, P-384, or P-521) * *p=*: Base64-encoded public key (REQUIRED). * *n=*: Elliptic curve name (REQUIRED for ECDSA). Supported values: prime256v1, secp384r1, secp521r1. * *h=*: Hash algorithm (OPTIONAL). Defaults to sha256. Supported values: sha256, sha384, sha512. * *s=*: Service type (OPTIONAL). Indicates which ATP services use this key. * *t=*: Flags (OPTIONAL). Comma-separated list of flags: - y - Testing mode (signature validation is informational only) - r - Key is revoked (MUST NOT be used for new signatures) * *x=*: Key expiry timestamp (OPTIONAL). Unix timestamp after which the key should not be used. 4.3.4. ATK Query Process When an ATP server receives a signed message, it performs the following ATK verification: Li, et al. Expires 30 September 2026 [Page 24] Internet-Draft ATP March 2026 1. *Extract Signature Information*: Parse the message signature to extract key selector, domain, signature algorithm, and signature value. 2. *Query ATK Record*: Query the DNS TXT record for .atk._atp.. 3. *Validate Key Parameters*: Verify that the key algorithm and parameters match the signature. 4. *Canonicalization*: Canonicalize the message payload according to the specified algorithm. 5. *Signature Verification*: Verify the signature using the public key from the ATK record. 6. *Validation Decision*: * If signature verification succeeds, accept the message. * If signature verification fails, reject the message with HTTP 403 and error body {"error": "ATK_SIGNATURE_INVALID", "detail": "Signature verification failed"}. * If ATK record is not found, reject the message with HTTP 403 and error body {"error": "ATK_KEY_NOT_FOUND", "detail": "No ATK record found for selector"}. 4.3.5. ATK Key Management 4.3.5.1. Key Rotation Domains SHOULD rotate ATK keys periodically (e.g., every 90 days). 4.3.5.2. Key Revocation If a key is compromised, it SHOULD be revoked immediately by updating the ATK record to include the r flag. 4.3.6. ATK Best Practices * *Use Ed25519*: Prefer Ed25519 keys for new deployments due to their security and performance characteristics. * *Key Size*: For RSA keys, generate new keys with at least 3072 bits (4096-bit RECOMMENDED). Implementations MUST accept RSA keys of 2048 bits or longer for signature verification. For ECDSA, use P-256 or stronger curves. Li, et al. Expires 30 September 2026 [Page 25] Internet-Draft ATP March 2026 * *Multiple Keys*: Maintain multiple keys (current, next, previous) for smooth rotation. * *DNSSEC*: Sign ATK records with DNSSEC to prevent DNS spoofing attacks. * *Monitoring*: Monitor signature validation failures to detect potential attacks or misconfigurations. 4.4. Message Signature All ATP messages MUST be cryptographically signed to ensure integrity and authenticity. 4.4.1. Signature Envelope The signature is included in the message envelope as a signature field: { "from": "sender@example.com", "to": "recipient@example.com", "timestamp": 1710000000, "nonce": "msg-12345-abcde", "type": "message", "payload": {}, "signature": { "key_id": "default.atk._atp.example.com", "algorithm": "ed25519", "signature": "MEUCIQDR...", "headers": ["from", "to", "timestamp", "nonce", "type"], "timestamp": 1710000000 } } 4.4.2. Signature Algorithm The signature algorithm depends on the key type: * *Ed25519*: Sign the canonicalized message bytes directly. * *RSA*: Use RSASSA-PSS with SHA-256 (or stronger). * *ECDSA*: Use ECDSA with the specified curve and hash algorithm. Li, et al. Expires 30 September 2026 [Page 26] Internet-Draft ATP March 2026 4.4.3. Signature Coverage The signature MUST cover all fields of the message envelope except the signature field itself. The headers field within the signature object is informational and lists the fields that were present at signing time; it MUST NOT be used to selectively exclude fields from signature verification. Verifiers MUST reject messages where the set of fields in the message envelope does not match the headers list in the signature object. 4.4.4. Canonicalization Messages MUST be canonicalized before signing to ensure consistent signature verification. *JSON Canonicalization Process*: ATP uses JSON Canonicalization Scheme (JCS) [RFC8785] for JSON payloads: 1. Remove the signature field from the message object. 2. Apply JCS canonicalization to the remaining JSON object. 3. Convert the canonicalized JSON to UTF-8 bytes. 4. Sign the UTF-8 bytes using the specified algorithm. *CBOR Canonicalization Process*: For CBOR payloads, ATP uses deterministic CBOR encoding as defined in RFC 8949 Section 4.2 (Core Deterministic Encoding Requirements): 1. Remove the signature field from the CBOR map. 2. Re-encode the remaining map using deterministic CBOR encoding: * Map keys MUST be sorted in bytewise lexicographic order of their deterministic encodings. * Indefinite-length items MUST NOT be used. * Preferred serialization rules from Section 4.1 of [RFC8949] MUST be applied. 3. Sign the resulting byte string using the specified algorithm. Li, et al. Expires 30 September 2026 [Page 27] Internet-Draft ATP March 2026 4.4.5. Signature Verification The recipient verifies the signature as follows: 1. Extract the signature field from the message. 2. Verify that the headers list in the signature object matches the set of fields present in the message envelope (excluding signature). Reject the message if they do not match. 3. Reconstruct the message object without the signature field. 4. Apply the appropriate canonicalization process (JCS for JSON, deterministic encoding for CBOR). 5. Verify the signature using the public key from the ATK record. 4.4.6. Signature Error Handling If signature verification fails, the recipient MUST reject the message and MAY log the failure for monitoring. 5. Transport Protocol 5.1. HTTPS Transport The primary transport for ATP is HTTPS, enabling easy deployment behind existing infrastructure such as CDNs, load balancers, and firewalls. 5.1.1. Default Port The default port for ATP over HTTPS is *7443*. IANA registration for this port is requested in the IANA Considerations section of this document. Deployments MUST support custom port configuration via SVCB records. ATP servers MAY listen on alternative ports (including 443) as specified in the SVCB record's port parameter. The use of a dedicated port provides operational advantages in enterprise environments: security teams can identify and audit ATP traffic by port number without requiring deep packet inspection, and it avoids path conflicts with existing HTTPS services on port 443. 5.1.2. Endpoints ATP servers MUST implement the following standard endpoints: Li, et al. Expires 30 September 2026 [Page 28] Internet-Draft ATP March 2026 5.1.2.1. Send Message Endpoint POST /.well-known/atp/v1/message Content-Type: application/atp+json *Request Body*: ATP message envelope *Response*: * *202 Accepted*: Message accepted for delivery * *400 Bad Request*: Invalid message format * *401 Unauthorized*: Authentication failed * *429 Too Many Requests*: Rate limit exceeded * *500 Internal Server Error*: Server error 5.1.2.2. Capability Discovery Endpoint GET /.well-known/atp/v1/capabilities *Response*: JSON object describing server capabilities 5.1.2.3. Health Check Endpoint GET /.well-known/atp/v1/health *Response*: { "status": "ok", "version": "1.0.0", "uptime": 86400, "load": 0.45 } 5.1.3. Connection Management * *Keep-Alive*: Clients SHOULD use HTTP keep-alive for multiple requests. * *Timeout*: Servers SHOULD implement idle timeout (RECOMMENDED: 60 seconds). * *Rate Limiting*: Servers MAY implement rate limiting with appropriate HTTP headers. Li, et al. Expires 30 September 2026 [Page 29] Internet-Draft ATP March 2026 5.2. IPv6 Considerations ATP deployments SHOULD support IPv6 connectivity. ATP servers MUST publish both A and AAAA records when IPv6 is available. Clients SHOULD implement Happy Eyeballs [RFC8305] for dual-stack connection establishment. In the SVCB record, the ipv6hint parameter provides IPv6 address hints for faster connection establishment without an additional AAAA query: _atp.example.com. IN SVCB 1 agent.example.com. ( port=7443 alpn="atp/1" ipv4hint=192.0.2.1 ipv6hint=2001:db8::1,2001:db8::2 atp-capabilities="message,request,event" ) For new ATP deployments, IPv6-only operation is a valid configuration. IPv4 support is NOT REQUIRED when the deployment environment is IPv6-capable. 5.3. QUIC Transport (Future Work) ATP is designed to support QUIC transport [RFC9000] for low-latency scenarios. The ALPN identifier for ATP over QUIC is atp/1. The full specification of QUIC transport for ATP, including message- to-stream mapping, QUIC error code registry, and 0-RTT security considerations, is deferred to a companion document. This section provides an overview of the intended design. 5.3.1. Expected Benefits * *0-RTT Handshake*: Establish connections with zero round-trip time for resumed connections. * *Multiplexing*: Multiple ATP messages over a single connection without head-of-line blocking. * *Connection Migration*: Maintain connections across network changes. * *Better Performance*: Reduced latency over lossy networks. Li, et al. Expires 30 September 2026 [Page 30] Internet-Draft ATP March 2026 5.3.2. Security Note QUIC 0-RTT data is subject to replay attacks. ATP messages sent over 0-RTT MUST be idempotent, or servers MUST implement application-level replay protection in addition to the timestamp/nonce mechanism defined in this specification. 6. Message Format 6.1. Common Fields All ATP messages share a common envelope structure with the following fields: { "from": "string", "to": "string", "cc": ["string"], "timestamp": "integer", "nonce": "string", "type": "string", "in_reply_to": "string", "task_id": "string", "context_id": "string", "payload": "object", "signature": "object", "routing": "object" } 6.1.1. Field Definitions * *from*: The Agent ID of the message sender (REQUIRED). MUST be a valid agent identifier. * *to*: The Agent ID of the primary recipient (REQUIRED). MUST be a valid agent identifier. * *cc*: Array of Agent IDs for carbon-copy recipients (OPTIONAL). * *timestamp*: Unix timestamp (seconds since epoch) when the message was created (REQUIRED). Recipients MUST reject messages with timestamps more than 300 seconds (5 minutes) in the past or more than 60 seconds in the future relative to the recipient's clock. Implementations SHOULD use NTP-synchronized clocks. * *nonce*: Cryptographically random unique identifier for the message (REQUIRED). MUST be unique per sender within the timestamp validity window. Recipients MUST maintain a cache of Li, et al. Expires 30 September 2026 [Page 31] Internet-Draft ATP March 2026 recently seen (sender, nonce) pairs for at least the duration of the timestamp validity window (300 seconds) and MUST reject duplicate (sender, nonce) pairs. * *type*: Message type indicator (REQUIRED). Values: message, request, response, event. * *in_reply_to*: The nonce of the original message that this message is responding to (OPTIONAL). REQUIRED for response type messages. Used for request-response correlation. * *task_id*: Identifies the task or workflow this message belongs to (OPTIONAL). All messages related to the same task SHOULD use the same task_id. * *context_id*: Identifies the conversation or session context (OPTIONAL). Used for multi-turn interactions. * *payload*: Message-specific content (REQUIRED). Structure depends on message type. * *signature*: Cryptographic signature envelope (REQUIRED). * *routing*: Routing information for multi-hop scenarios (OPTIONAL). 6.2. Message Types ATP supports three primary message types, each with distinct semantics and use cases. 6.2.1. Message (Asynchronous) The message type is used for asynchronous, fire-and-forget communication. Li, et al. Expires 30 September 2026 [Page 32] Internet-Draft ATP March 2026 { "from": "a1@example.com", "to": "a2@example.com", "timestamp": 1710000000, "nonce": "msg-12345-abcde", "type": "message", "payload": { "subject": "Hello from Agent A1", "body": "This is an asynchronous message", "attachments": [ { "name": "data.json", "content_type": "application/json", "data": "base64-encoded-data" } ], "priority": "normal" }, "signature": {} } 6.2.2. Request/Response The request/response pattern supports synchronous RPC-style interactions. 6.2.2.1. Request Format { "from": "client@example.com", "to": "service@example.org", "timestamp": 1710000000, "nonce": "req-67890-fghij", "type": "request", "payload": { "action": "get_weather", "params": { "location": "New York", "units": "metric" }, "timeout": 30, "correlation_id": "corr-12345" }, "signature": {} } 6.2.2.2. Response Format Li, et al. Expires 30 September 2026 [Page 33] Internet-Draft ATP March 2026 { "from": "service@example.org", "to": "client@example.com", "timestamp": 1710000001, "nonce": "resp-67890-klmno", "type": "response", "in_reply_to": "req-67890-fghij", "payload": { "status": "success", "data": { "temperature": 22, "conditions": "sunny", "humidity": 65 }, "correlation_id": "corr-12345" }, "signature": {} } 6.2.3. Event/Subscription The event type supports streaming and event-driven communication. 6.2.3.1. Subscription Request { "from": "subscriber@example.com", "to": "publisher@example.org", "timestamp": 1710000000, "nonce": "sub-11111-pqrst", "type": "request", "payload": { "action": "subscribe", "event_types": ["price_update", "news", "alert"], "filter": { "symbol": "AAPL", "priority": ">=high" }, "delivery_mode": "push", "subscription_id": "sub-12345" }, "signature": {} } 6.2.3.2. Event Message Li, et al. Expires 30 September 2026 [Page 34] Internet-Draft ATP March 2026 { "from": "publisher@example.org", "to": "subscriber@example.com", "timestamp": 1710000010, "nonce": "evt-22222-uvwxy", "type": "event", "payload": { "event_type": "price_update", "subscription_id": "sub-12345", "data": { "symbol": "AAPL", "price": 150.25, "timestamp": 1710000010, "volume": 1000000 }, "sequence_number": 42 }, "signature": {} } 6.3. Payload Encoding ATP supports multiple payload encoding formats. 6.3.1. JSON Encoding JSON [RFC8259] is the RECOMMENDED encoding format. *Content-Type*: application/atp+json 6.3.2. CBOR Encoding CBOR [RFC8949] is an OPTIONAL encoding format for bandwidth- constrained environments. *Content-Type*: application/atp+cbor 6.4. Message Size Limits ATP servers SHOULD enforce message size limits: * *Default Maximum*: 1 MB (1,048,576 bytes) * *Minimum Supported*: 64 KB (65,536 bytes) Li, et al. Expires 30 September 2026 [Page 35] Internet-Draft ATP March 2026 7. Protocol Semantics 7.1. Message (Asynchronous) Asynchronous messages follow a store-and-forward model. 7.1.1. Delivery Model Sender Agent ATP Server A ATP Server B Recipient Agent | | | | |---[Submit]---->| | | | | | | | |---[Transfer]--->| | | | | | | | |----[Deliver]------>| | | | | Figure 3: Asynchronous Message Delivery Model: Submit → Transfer → Deliver flow through ATP servers In this model: 1. The Sender Agent submits a message to its local ATP Server A 2. ATP Server A performs policy enforcement (ATS/ATK validation) and transfers the message to ATP Server B 3. ATP Server B performs security checks and delivers the message to the Recipient Agent Each hop (Submit/Transfer/Deliver) involves independent ATS/ATK validation for security enforcement. 7.1.2. Delivery Guarantees ATP asynchronous messages provide store-and-forward delivery with the following semantics: * *Default*: Best-effort delivery. Servers attempt delivery but do not guarantee success. * *With acknowledgment*: When delivery acknowledgment is requested (via payload.ack_required: true), servers provide at-least-once delivery semantics. Li, et al. Expires 30 September 2026 [Page 36] Internet-Draft ATP March 2026 7.1.3. Retry Policy Servers SHOULD retry failed deliveries using exponential backoff: * Initial retry interval: 1 second * Maximum retry interval: 1 hour * Maximum retry duration: 48 hours * Maximum retry count: 10 After exhausting retries, servers MUST generate a bounce notification if the sender requested acknowledgment. 7.2. Request/Response (Synchronous) Synchronous request/response follows an RPC pattern. 7.2.1. Interaction Model All agent communication MUST go through their respective ATP servers. This design ensures proper routing, security filtering, and policy enforcement. Client Agent ATP Server A ATP Server B Service Agent | | | | |---[Request]--->| | | | | | | | |---[Transfer]--->| | | | | | | | |---[Request]---->| | | | | | | |<--[Response]----| | | | | | |<--[Transfer]----| | |<--[Response]---| | | | | | | Figure 4: Request/Response Interaction Model: Synchronous RPC- style flow with bidirectional server-mediated communication In this model: 1. The Client Agent submits a request to its local ATP Server A via HTTP POST Li, et al. Expires 30 September 2026 [Page 37] Internet-Draft ATP March 2026 2. ATP Server A performs policy enforcement (ATS/ATK validation) and transfers the request to ATP Server B 3. ATP Server B performs security checks and delivers the request to the Service Agent 4. The Service Agent processes the request and returns a response 5. The response flows back through the same path (Service Agent → ATP Server B → ATP Server A → Client Agent) Each hop (Submit/Transfer/Deliver) involves independent ATS/ATK validation for security enforcement. 7.2.2. Deadline Propagation For multi-hop request/response interactions, the timeout MUST be converted to an absolute deadline for relay forwarding. The absolute deadline is computed as: deadline = sender_timestamp + timeout When a relay forwards a request: 1. Calculate the remaining time: remaining = deadline - now 2. If remaining <= 0, return a TIMEOUT error immediately with HTTP 504 and error body {"error": "DEADLINE_EXCEEDED", "detail": "Request deadline expired in transit"}. 3. Set the forwarded request's timeout to the remaining time. 7.2.3. State Management * *Stateless*: Each request is independent. * *Correlation ID*: Clients MAY include a correlation_id to track workflows. * *Idempotency*: Requests SHOULD be idempotent. 7.3. Event/Subscription (Streaming) Event/subscription follows a publish-subscribe pattern. Li, et al. Expires 30 September 2026 [Page 38] Internet-Draft ATP March 2026 7.3.1. Pub/Sub Model All event publications and subscriptions MUST go through ATP servers for proper routing and access control. Publisher ATP Server A ATP Server B Subscriber | | | | |----[Event]--->| | | | | | | | |--[Transfer]-->| | | | | | | | |-----[Event]---->| | | | | | | |<--[Subscribe]---| | | | | | |<--[Transfer]--| | |<-[Subscribe]--| | | | | | | Figure 5: Event/Subscription Pub/Sub Model: Bidirectional flow for subscription establishment and event notification The event/subscription flow consists of two phases: *Subscription Phase*: The Subscriber initiates a subscription request to its local ATP Server, which transfers the request to the Publisher's ATP Server, which then delivers it to the Publisher. This establishes the subscription relationship across the server chain. *Event Notification Phase*: When an event occurs, the Publisher sends the event to its local ATP Server (Server B), which transfers it across the Internet to the Subscriber's ATP Server (Server A), which then delivers the notification to the Subscriber. This bidirectional flow ensures: * Proper access control at each ATP server boundary * ATS/ATK policy enforcement for both subscription and event messages * Subscription state management at the Publisher's server Li, et al. Expires 30 September 2026 [Page 39] Internet-Draft ATP March 2026 7.3.2. Subscription Lifecycle * *TTL*: Subscriptions SHOULD include a ttl field (in seconds) in the subscribe request payload. If not specified, the default TTL is 3600 seconds (1 hour). * *Renewal*: Subscribers MUST renew subscriptions before TTL expiry by sending a new subscribe request with the same subscription_id. * *Heartbeat*: Publishing servers SHOULD send periodic heartbeat events (type: event, event_type: heartbeat) to subscribing servers. Note that heartbeat is a server-to-server mechanism, not agent-to-agent; it verifies the liveness of the subscription channel between ATP servers. Subscribing servers that do not receive a heartbeat within 2x the expected interval SHOULD re- subscribe. * *Auto-expiry*: Subscriptions that are not renewed within their TTL period are automatically expired. Publishers MUST stop sending events to expired subscriptions. 7.3.3. Server-to-Server Event Delivery For push-mode event delivery, the publishing server sends events to the subscribing server's ATP message endpoint. The subscribing server's endpoint is discovered through the standard DNS SVCB discovery process using the subscriber's domain. Future versions of this specification MAY define additional transport mechanisms for real-time event delivery, including: * Server-Sent Events (SSE) for unidirectional streaming * WebSocket for bidirectional streaming These mechanisms are out of scope for the current version. 8. Security Considerations ATP is designed with security as a first-class requirement. This section analyzes the threat model and security considerations for each component of the protocol. 8.1. Threat Model The threat model for ATP considers the following adversaries and attack vectors: Li, et al. Expires 30 September 2026 [Page 40] Internet-Draft ATP March 2026 *Network Adversaries*: Passive or active attackers on the network path between agents and ATP servers, or between ATP servers. Capabilities may include: * Eavesdropping on unencrypted traffic * Man-in-the-middle (MitM) attacks to intercept or modify communications * Replay attacks using captured messages * Traffic analysis to infer communication patterns *Malicious Agents*: Compromised or malicious agents that attempt to: * Send unauthorized messages on behalf of other agents (spoofing) * Flood servers with excessive requests (DoS) * Exploit protocol vulnerabilities to gain unauthorized access *Rogue ATP Servers*: Compromised or malicious ATP servers that may: * Fail to enforce ATS/ATK policies * Leak sensitive message content * Drop or delay messages selectively *DNS Attackers*: Adversaries that attempt to compromise DNS infrastructure: * DNS cache poisoning to redirect ATP traffic * DNS spoofing to provide fraudulent SVCB records * DNS amplification attacks 8.2. Authentication 8.2.1. TLS Security *Threat*: Network adversaries attempting eavesdropping or MitM attacks. *Mitigation*: * All ATP connections MUST use TLS 1.3 [RFC8446] or higher Li, et al. Expires 30 September 2026 [Page 41] Internet-Draft ATP March 2026 * Certificate validation against trusted Certificate Authorities is mandatory * Cipher suites MUST provide forward secrecy (ECDHE key exchange) * Cipher suites SHOULD use authenticated encryption (AES-GCM, ChaCha20-Poly1305) *Residual Risk*: Certificate authority compromise or mis-issuance. Deployments with high security requirements SHOULD implement certificate pinning or use DANE [RFC6698]. 8.2.2. ATS (Agent Transfer Sender Policy) *Threat*: Malicious agents attempting to send messages on behalf of domains they do not control (spoofing). *Mitigation*: * ATS records define authorized sending sources per domain * Policy directives include IP ranges, domains, and explicit deny rules * Each ATP server performs ATS validation on every incoming message * Failed ATS validation results in immediate rejection *Residual Risk*: ATS record tampering via DNS attacks. Deployments SHOULD sign ATS records with DNSSEC [RFC4033]. 8.2.3. ATK (Agent Transfer Key) *Threat*: Message tampering or forgery by network adversaries or malicious agents. *Mitigation*: * ATK records publish cryptographic public keys for signature verification * All ATP messages MUST be cryptographically signed * Supported algorithms: Ed25519 (RECOMMENDED), RSA (3072+ bit for new keys), ECDSA (P-256+) * Signature covers all critical message fields (from, to, timestamp, nonce, type, payload) Li, et al. Expires 30 September 2026 [Page 42] Internet-Draft ATP March 2026 *Residual Risk*: Key compromise. Domains MUST implement key rotation and maintain revocation procedures via the r flag in ATK records. 8.2.4. Message Signature *Threat*: Message modification in transit, replay attacks. *Mitigation*: * Cryptographic signatures cover canonicalized message content * Nonce prevents replay attacks * Timestamp enables expiration checking * Signature includes headers list to prevent header manipulation *Residual Risk*: Long-term key compromise enables retroactive forgery. Future work may introduce forward-secure signature schemes. 8.3. Privacy 8.3.1. Metadata Exposure *Threat*: Traffic analysis revealing communication patterns, relationships, or sensitive business information. *Exposure*: * from and to fields are visible to ATP servers and network observers * timestamp reveals timing of communications * type indicates interaction pattern (message, request, response, event) *Mitigation*: * Payload content SHOULD be encrypted end-to-end when confidentiality is required * Agents MAY use pseudonymous identifiers for sensitive communications * ATP servers SHOULD minimize metadata logging Li, et al. Expires 30 September 2026 [Page 43] Internet-Draft ATP March 2026 *Residual Risk*: Metadata analysis remains possible. Applications with strong privacy requirements SHOULD implement additional obfuscation at the application layer. 8.3.2. Payload Confidentiality *Threat*: Unauthorized access to message content by ATP servers or network adversaries. *Mitigation*: * TLS encryption protects payload in transit between hops * Agents MAY encrypt payload content end-to-end using recipient's public key * CBOR encoding supports embedded encrypted content *Residual Risk*: ATP servers must inspect messages for policy enforcement. Deployments handling sensitive data SHOULD implement server-side encryption with customer-managed keys. 8.4. Denial of Service 8.4.1. Resource Exhaustion Attacks *Threat*: Adversaries flooding ATP servers with excessive messages or connections. *Attack Vectors*: * Message flooding to exhaust server storage or bandwidth * Connection exhaustion to deplete server connection pools * Computational DoS via expensive cryptographic operations *Mitigation*: * Rate limiting based on sender reputation and domain * Message size limits (default 1 MB maximum) * Connection limits per sender IP and domain * Exponential backoff for retry attempts * Quota enforcement per agent and per domain Li, et al. Expires 30 September 2026 [Page 44] Internet-Draft ATP March 2026 8.4.2. Amplification Attacks *Threat*: Attackers using ATP to amplify traffic toward victims. *Mitigation*: * ATS validation prevents unauthorized relaying * Response messages only sent to request initiators * Subscription confirmation required before event delivery * No broadcast or multicast mechanisms 8.5. DNS Security 8.5.1. DNS Spoofing and Cache Poisoning *Threat*: Attackers providing fraudulent DNS responses to redirect ATP traffic. *Mitigation*: * ATP servers SHOULD validate DNS responses using DNSSEC [RFC4033] * SVCB records SHOULD be cached with appropriate TTL * Multiple independent DNS resolvers SHOULD be consulted *Residual Risk*: DNSSEC adoption is not universal. Applications requiring high assurance SHOULD implement additional verification. 8.5.2. DNS Query Privacy *Threat*: DNS queries revealing which domains agents communicate with. *Mitigation*: * DNS-over-HTTPS (DoH) or DNS-over-TLS (DoT) for query confidentiality * DNS query caching to reduce query frequency * Batch queries when discovering multiple domains 8.6. ATP Server Security Li, et al. Expires 30 September 2026 [Page 45] Internet-Draft ATP March 2026 8.6.1. Server Compromise *Threat*: Compromised ATP server leaking or modifying messages. *Mitigation*: * End-to-end message signatures detect modification * Payload encryption protects content from server inspection * Audit logging for security monitoring * Regular security updates and hardening 8.6.2. Multi-tenant Isolation *Threat*: One tenant's agents accessing or interfering with another tenant's agents. *Mitigation*: * Strict domain-based access control * Per-tenant quota enforcement * Isolated processing contexts * ATS/ATK validation per message 8.7. Security Best Practices Deployments SHOULD implement the following security practices: 1. *DNSSEC*: Sign all DNS zones containing ATS and ATK records 2. *Key Rotation*: Rotate ATK keys every 90 days minimum 3. *Monitoring*: Log and alert on ATS/ATK validation failures 4. *Certificate Management*: Monitor certificate expiration and implement automated renewal 5. *Incident Response*: Maintain procedures for key revocation and emergency policy updates 6. *Defense in Depth*: Implement multiple layers of security controls Li, et al. Expires 30 September 2026 [Page 46] Internet-Draft ATP March 2026 8.8. Known Limitations 1. *Metadata Visibility*: ATP does not hide communication metadata from ATP servers 2. *DNS Trust*: DNS security depends on DNSSEC adoption 3. *Server Trust*: ATP servers can observe unencrypted payload content 4. *Key Management*: Compromised keys enable message forgery until revocation Future revisions of ATP may address these limitations through techniques such as onion routing, encrypted DNS, or decentralized trust models. 9. IANA Considerations 9.1. Application-Layer Protocol Negotiation (ALPN) Protocol Identifier IANA is requested to register the following ALPN protocol identifier: * *Protocol*: atp/1 * *Identification Sequence*: 0x61 0x74 0x70 0x2f 0x31 (atp/1) * *Specification*: This document 9.2. Well-Known URI IANA is requested to register the following well-known URI: * *URI Suffix*: atp * *Change Controller*: IETF * *Specification*: This document 9.3. Media Types IANA is requested to register the following media types: * *application/atp+json*: JSON-encoded ATP messages as defined in Section 6 * *application/atp+cbor*: CBOR-encoded ATP messages as defined in Section 6 Li, et al. Expires 30 September 2026 [Page 47] Internet-Draft ATP March 2026 9.4. Service Name and Transport Protocol Port Number Registry IANA is requested to register the following service: * *Service Name*: atp * *Port Number*: 7443 * *Transport Protocol*: TCP, UDP * *Description*: Agent Transfer Protocol * *Reference*: This document 9.5. SVCB SvcParamKey Registrations IANA is requested to register the following entries in the "Service Binding (SVCB) SvcParamKey" registry defined in [RFC9460]: +==================+======================+===========+============+ | SvcParamKey | Meaning | Format | Change | | | | Reference | Controller | +==================+======================+===========+============+ | atp-capabilities | Comma-separated list | Section | IETF | | | of ATP protocol | 2.3 of | | | | capabilities | this | | | | | document | | +------------------+----------------------+-----------+------------+ | atp-auth | Comma-separated list | Section | IETF | | | of supported | 2.1 of | | | | authentication | this | | | | mechanisms | document | | +------------------+----------------------+-----------+------------+ Table 2 9.5.1. ATP Capabilities Values The initial registered values for the atp-capabilities parameter are: Li, et al. Expires 30 September 2026 [Page 48] Internet-Draft ATP March 2026 +=========+==============================+=============+ | Value | Description | Reference | +=========+==============================+=============+ | message | Asynchronous messaging | Section 7.1 | +---------+------------------------------+-------------+ | request | Synchronous request/response | Section 7.2 | +---------+------------------------------+-------------+ | event | Event/subscription streaming | Section 7.3 | +---------+------------------------------+-------------+ Table 3 Additional values may be registered via Specification Required [RFC8126] policy. 9.5.2. ATP Auth Values The initial registered values for the atp-auth parameter are: +=======+============================+=============+ | Value | Description | Reference | +=======+============================+=============+ | ats | ATS policy validation | Section 4.2 | +-------+----------------------------+-------------+ | atk | ATK signature verification | Section 4.3 | +-------+----------------------------+-------------+ | mtls | Mutual TLS authentication | Section 4.1 | +-------+----------------------------+-------------+ Table 4 9.6. ATP Message Type Registry IANA is requested to create the "ATP Message Types" registry with the following initial values: Li, et al. Expires 30 September 2026 [Page 49] Internet-Draft ATP March 2026 +==========+======================+===============+ | Type | Description | Reference | +==========+======================+===============+ | message | Asynchronous message | Section 6.2.1 | +----------+----------------------+---------------+ | request | Synchronous request | Section 6.2.2 | +----------+----------------------+---------------+ | response | Synchronous response | Section 6.2.2 | +----------+----------------------+---------------+ | event | Event notification | Section 6.2.3 | +----------+----------------------+---------------+ Table 5 New message types are registered via Specification Required [RFC8126] policy. 10. References 10.1. Normative References [RFC2119] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, March 1997, . [RFC5890] Klensin, J., "Internationalized Domain Names for Applications (IDNA): Definitions and Document Framework", RFC 5890, DOI 10.17487/RFC5890, August 2010, . [RFC8174] Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, May 2017, . [RFC8259] Bray, T., Ed., "The JavaScript Object Notation (JSON) Data Interchange Format", STD 90, RFC 8259, DOI 10.17487/RFC8259, December 2017, . [RFC8446] Rescorla, E., "The Transport Layer Security (TLS) Protocol Version 1.3", RFC 8446, DOI 10.17487/RFC8446, August 2018, . [RFC8785] Rundgren, A., Jordan, B., and S. Erdtman, "JSON Canonicalization Scheme (JCS)", RFC 8785, DOI 10.17487/RFC8785, June 2020, . Li, et al. Expires 30 September 2026 [Page 50] Internet-Draft ATP March 2026 [RFC8949] Bormann, C. and P. Hoffman, "Concise Binary Object Representation (CBOR)", STD 94, RFC 8949, DOI 10.17487/RFC8949, December 2020, . [RFC9000] Iyengar, J., Ed. and M. Thomson, Ed., "QUIC: A UDP-Based Multiplexed and Secure Transport", RFC 9000, DOI 10.17487/RFC9000, May 2021, . [RFC9110] Fielding, R., Ed., Nottingham, M., Ed., and J. Reschke, Ed., "HTTP Semantics", STD 97, RFC 9110, DOI 10.17487/RFC9110, June 2022, . [RFC9460] Schwartz, B., Bishop, M., and E. Nygren, "Service Binding and Parameter Specification via the DNS (SVCB and HTTPS Resource Records)", RFC 9460, DOI 10.17487/RFC9460, November 2023, . 10.2. Informative References [RFC1034] Mockapetris, P., "Domain names - concepts and facilities", STD 13, RFC 1034, DOI 10.17487/RFC1034, November 1987, . [RFC1035] Mockapetris, P., "Domain names - implementation and specification", STD 13, RFC 1035, DOI 10.17487/RFC1035, November 1987, . [RFC4033] Arends, R., Austein, R., Larson, M., Massey, D., and S. Rose, "DNS Security Introduction and Requirements", RFC 4033, DOI 10.17487/RFC4033, March 2005, . [RFC6698] Hoffman, P. and J. Schlyter, "The DNS-Based Authentication of Named Entities (DANE) Transport Layer Security (TLS) Protocol: TLSA", RFC 6698, DOI 10.17487/RFC6698, August 2012, . [RFC8126] Cotton, M., Leiba, B., and T. Narten, "Guidelines for Writing an IANA Considerations Section in RFCs", BCP 26, RFC 8126, DOI 10.17487/RFC8126, June 2017, . Li, et al. Expires 30 September 2026 [Page 51] Internet-Draft ATP March 2026 [RFC8305] Schinazi, D. and T. Pauly, "Happy Eyeballs Version 2: Better Connectivity Using Concurrency", RFC 8305, DOI 10.17487/RFC8305, December 2017, . Appendix A. Example Message Flows A.1. Sending an ATP Message Client DNS Server | | | |---- SVCB Query --------->| | | | | |<----- SVCB Response -----| | | _atp.example.com | | | agent.example.com:7443| | | | | |---- A/AAAA Query ------->| | | | | |<------- IP Address ------| | | 192.0.2.1 | | | | | |==========================|======================| | | |<-------------------TLS Handshake--------------->| | | |--- POST /.well-known/atp/v1/message ----------->| | Content-Type: application/atp+json | | { | | "from": "a1@sender.com", | | "to": "a2@example.com", | | "type": "message", | | "payload": {...}, | | "signature": {...} | | } | | | |<---------------------- 202 Accepted ------------| | | Figure 6: Sending an ATP Message: DNS discovery, TLS handshake, and message submission flow Li, et al. Expires 30 September 2026 [Page 52] Internet-Draft ATP March 2026 A.2. Request/Response Flow The request/response flow demonstrates synchronous RPC-style interaction between agents. The Client Agent connects to its local ATP Server (Server A), which enforces policy and transfers the request to the destination ATP Server (Server B), which delivers it to the Service Agent. The response follows the reverse path. Client DNS ATP ATP Service Agent | Server A Server B Agent | | | | | |-- SVCB Query --------| | | | | | | | | |<- SVCB Response -----| | | | | _atp.service.org | | | | | service.org:7443 | | | | | | | | | |-- A/AAAA Query ------> | | | | | | | | |<- IP Address --------- | | | | 198.51.100.1 | | | | | | | | | |======================|====================|=============|=============| | | | | |<-------------TLS Handshake--------------->| | | | | | | |-- POST /.well-known/atp/v1/message ------>| | | | Content-Type: application/atp+json | | | | { | | | | "from": "client@example.com", | | | | "to": "service@service.org", | | | | "timestamp": 1710000000, | | | | "nonce": "req-67890-fghij", | | | | "type": "request", | | | | "payload": { | | | | "action": "get_weather", | | | | "params": {"location": "New York"} | | | | }, | | | | "signature": {...} | | | | } | | | | | | | | |-[Transfer]->| | | | | | | | |-[Request]-->| | | | | | | |<-[Response]-| | |<-[Transfer]-| | | | | | Li, et al. Expires 30 September 2026 [Page 53] Internet-Draft ATP March 2026 |<- 202 Accept/Response --------------------| | | | { | | | | "from": "service@service.org", | | | | "to": "client@example.com", | | | | "timestamp": 1710000002, | | | | "nonce": "resp-67890-klmno", | | | | "type": "response", | | | | "in_reply_to": "req-67890-fghij", | | | | "payload": { | | | | "status": "success", | | | | "data": {"temperature": 22} | | | | }, | | | | "signature": {...} | | | | } | | | | | | | Figure 7: Request/Response Flow: DNS discovery, TLS handshake, request submission, server transfer, and response return A.3. Event Subscription Flow The event subscription flow demonstrates the publish-subscribe pattern with streaming notifications. The flow has two phases: *Phase 1 - Subscribe*: The Subscriber sends a subscription request to its local ATP Server (Server A), which transfers it to the Publisher's ATP Server (Server B), which delivers it to the Publisher. *Phase 2 - Event Notification*: When an event occurs, the Publisher sends the event to Server B, which transfers it to Server A, which delivers the notification to the Subscriber. Subscriber DNS ATP ATP Publisher Agent | Server A Server B Agent | | | | | |-- SVCB Query --------| | | | | | | | | |<- SVCB Response -----| | | | | _atp.publisher.io | | | | | publisher.io:7443 | | | | | | | | | |-- A/AAAA Query ------> | | | | | | | | |<- IP Address --------- | | | | 203.0.113.1 | | | | | | | | | |======================|====================|=============|=============| Li, et al. Expires 30 September 2026 [Page 54] Internet-Draft ATP March 2026 |<-------------TLS Handshake--------------->| | | |============================ Subscribe Phase ==========================| | | | | |-- POST /.well-known/atp/v1/message ------>| | | | Content-Type: application/atp+json | | | | { | | | | "from": "subscriber@example.com", | | | | "to": "publisher@publisher.io", | | | | "timestamp": 1710000000, | | | | "nonce": "sub-11111-pqrst", | | | | "type": "request", | | | | "payload": { | | | | "action": "subscribe", | | | | "event_types": ["price_update"], | | | | "subscription_id": "sub-12345" | | | | }, | | | | "signature": {...} | | | | } | | | | |-[Transfer]->| | | | |-[Subscribe]>| |<-- 202 Accepted --------------------------| | | | | | | |======================== Event Notification Phase =====================| | | | | | | |<---[Event]--| | |<-[Transfer]-| | |<--[Event Delivery]------------------------| | | | { | | | | "from": "publisher@publisher.io", | | | | "to": "subscriber@example.com", | | | | "timestamp": 1710000010, | | | | "nonce": "evt-22222-uvwxy", | | | | "type": "event", | | | | "payload": { | | | | "event_type": "price_update", | | | | "subscription_id": "sub-12345", | | | | "data": {"symbol": "AAPL", | | | | "price": 150} | | | | }, | | | | "signature": {...} | | | | } | | | Figure 8: Event Subscription Flow: Two-phase publish-subscribe with Subscribe Phase and Event Notification Phase Li, et al. Expires 30 September 2026 [Page 55] Internet-Draft ATP March 2026 Acknowledgments This protocol draws inspiration from multiple existing protocols and standards: * DNS SVCB [RFC9460] - for service discovery * HTTP/2 [RFC9110] - for multiplexing * QUIC [RFC9000] - for low-latency transport * TLS [RFC8446] - for secure transport Authors' Addresses Xiang Li Nankai University Tongyan Road Tianjin 300350 China Email: lixiang@nankai.edu.cn Lu Sun Nankai University Tongyan Road Tianjin 300350 China Email: sunlu25@mail.nankai.edu.cn Yuqi Qiu Nankai University Tongyan Road Tianjin 300350 China Email: qiuyuqi@mail.nankai.edu.cn Zuyao Xu Nankai University Tongyan Road Tianjin 300350 China Li, et al. Expires 30 September 2026 [Page 56] Internet-Draft ATP March 2026 Email: xuzuyao@mail.nankai.edu.cn Li, et al. Expires 30 September 2026 [Page 57]