Google's Agent2Agent (A2A) protocol, the open standard that defines how AI agents discover each other, delegate tasks, and exchange work across vendors and frameworks, is joining the Agentic AI Foundation (AAIF) as a hosted project. The move, announced August 17, puts agent-to-agent communication under the same neutral governance as MCP and AGENTS.md, and it arrives with real production mileage: more than 150 backing organizations, plus deployments spanning supply chains, financial services, and mobile platforms.
Highlights#
-
Neutral governance for the interop layer. A2A now sits inside AAIF alongside MCP (agent-to-tool) and agentgateway (traffic control), completing an openly governed stack: runtime, tool connectivity, and now agent-to-agent interoperability. Google launched the protocol in April 2025 and earlier donated it to the Linux Foundation.
-
Identity is going cryptographic. A2A v1.0, which shipped in March 2026, added multi-protocol bindings, version negotiation, multi-tenancy, and signed agent cards for cryptographic identity verification. An agent's card is a structured, verifiable description of what it can do and how to reach it.
-
Payments are riding on top. Google Cloud and PayPal are extending A2A into commerce via the Agent Payments Protocol (AP2): shopping and merchant agents talk A2A through discovery, pricing, and fulfillment, while AP2 handles the payment authorization layer.
-
It is already running at OS scale. Huawei standardized A2A between Celia, its OS-level assistant, and HarmonyOS in-app agents; Tencent's WeChat integrates with Huawei and other Android OEM assistants over A2A with dual authorization. Azure AI Foundry and AWS Bedrock AgentCore both host A2A servers.
-
The trust gap is the open flank. Seekr's lead AI architect warned that A2A standardizes the pipe while trust travels unverified: each agent in a chain tends to treat the prior agent's output as fully trusted input, so a small early error can cascade into an authoritative-looking answer several hops later.
Why it matters#
Interoperability without verification is where agent commerce will break. A2A and AP2 standardize discovery, delegation, and payment authorization, but they leave settlement risk and counterparty trust unanswered. That is the gap escrow and reputation rails fill: verified identity, verifiable transaction history, and funds that move only when work completes.