A2A Joins AAIF: The 2026 Agent Protocol Consolidation
August 25, 2026
The Agent2Agent (A2A) protocol is joining the Agentic AI Foundation as a hosted project, announced on August 17, 2026. The move takes A2A out of the Linux Foundation's broader portfolio and into its agent-specific foundation, alongside MCP, goose, AGENTS.md, and agentgateway.12
TL;DR
A2A defines how independent AI agents discover each other, delegate tasks, and exchange results across framework and vendor boundaries. MCP defines how a single agent reaches tools and data.
Until the August 17 announcement, those two layers lived under different governance structures inside the Linux Foundation. Now they share one.
For teams shipping multi-agent systems, this is a supply-chain change rather than a technical one. No spec version bumped. No API broke. What changed is who decides what happens next.
What You'll Learn
- What the August 17 transfer actually moved, and what it did not
- How AAIF's five stack layers divide agent responsibilities between them
- Where A2A is already running in production, including at mobile-OS scale
- One contributor-concentration number that complicates the neutrality story
- What the consolidation changes for teams already building on A2A or MCP
What actually changed on August 17
A2A moved from being a standalone Linux Foundation project to being a hosted project inside the Agentic AI Foundation (AAIF), which the Linux Foundation announced on December 9, 2025 and continues to host.13
That is a governance move, not a technical one. AAIF's announcement points readers to the same specification site, the same SDKs, the same Discord, and the same A2A Technical Steering Committee calendar as before.1
What changes is the layer above that. A2A's own TSC keeps running the protocol; the foundation-level bodies it now sits beneath are AAIF's governing board and Technical Committee — the same ones above MCP, chaired respectively by AWS's David Nalley and Anthropic's David Soria Parra.4
AAIF framed the reasoning in stack terms rather than political ones. "It also means the full stack, from context to communication to operations to the open agent layer, is governed in the same way and in the same place," the foundation wrote in its announcement.1
Axios reported the move the same day as an exclusive, noting AAIF has grown to more than 250 members since launch.2
Both the growth and the baseline are worth pinning down. The 250+ figure is AAIF's own; Axios puts the starting point at "fewer than 40 members" eight months earlier.2 Counting every company the Linux Foundation actually named across the Platinum, Gold, and Silver tiers in its December 2025 launch release gives 49.3 Either way the foundation has grown five- to six-fold since launch.
AAIF's five layers, and where A2A sits
The foundation's announcement laid out its projects as distinct layers of a single stack.
| Layer | Project | What it standardizes |
|---|---|---|
| Instructions and context | AGENTS.md | How a project communicates its conventions and operating instructions to an agent |
| Agent runtime | goose | The environment where an agent reasons, plans, and executes |
| Agent-to-tool connectivity | MCP | How an agent connects to tools, data sources, and services |
| Traffic mediation and control | agentgateway | Routing, policy, and observability at the infrastructure boundary |
| Agent-to-agent interoperability | A2A | How independent agents discover, delegate, and exchange results |
A2A is the most recent project to land under AAIF. Three arrived at launch — Anthropic's MCP, Block's goose, and OpenAI's AGENTS.md.3 agentgateway, an Apache 2.0 gateway for MCP, A2A, LLM inference, and API traffic, joined on June 4, 2026 as the fourth.5
The layer boundaries matter more than the count. MCP and A2A are frequently described as competitors; the Linux Foundation's framing is that they are complementary, with A2A defining how agents coordinate across organizational boundaries and MCP defining how an agent reaches internal tools and data.6
MCP has kept moving independently through all of this — its stateless 2026-07-28 specification published three weeks before A2A joined it under AAIF, with the Enterprise-Managed Authorization extension having gone stable that June.
How A2A got here
The protocol has changed governance homes twice in the seventeen months since its first commit.
| Date | Event |
|---|---|
| March 25, 2025 | First commit to the A2A repository7 |
| April 2025 | Google launches A2A publicly1 |
| June 23, 2025 | Google donates A2A to the Linux Foundation at Open Source Summit North America, Denver8 |
| August 29, 2025 | IBM's Agent Communication Protocol merges into A2A19 |
| March 2026 | A2A v1.0 ships — the first stable specification1 |
| April 9, 2026 | Linux Foundation reports 150+ supporting organizations at the one-year mark6 |
| August 17, 2026 | A2A announced as an AAIF hosted project1 |
The IBM merger is the underrated entry in that list. The ACP team wound down active development and began contributing its technology and expertise directly to A2A, with a migration guide for existing ACP users.9
IBM Research's Kate Blair, who had overseen ACP's development, joined the A2A Technical Steering Committee alongside representatives from Google, Microsoft, AWS, Cisco, Salesforce, ServiceNow, and SAP.9
A competing protocol folding in rather than persisting alongside was an early signal that the industry would converge on one inter-agent standard instead of several.1
A2A v1.0 in March 2026 added multi-protocol bindings, version negotiation, enterprise multi-tenancy, and signed agent cards for cryptographic identity verification.16 Those are the features that make a protocol deployable rather than demonstrable.
If you have not worked with the spec directly, our A2A protocol Python tutorial covers what changed in v1.0 and walks through defining an Agent Skill and Agent Card, then calling the agent.
Where A2A is already running
The AAIF announcement named production deployments that go well beyond enterprise pilots.
Huawei has standardized A2A as the protocol between Celia, its OS-level assistant, and in-app agents across the HarmonyOS developer platform.1 Supported flows include Celia handing a long-running task to an app agent, controlling app UI through an agent, and requesting contextual recommendations from one.
Tencent's WeChat is among the first major apps integrating with Huawei and other Android OEM assistants over A2A, covering messages, voice calls, and video calls initiated through an assistant, with dual authorization through the protocol.1
That is agent-to-agent communication running at mobile-platform scale, which is a materially different reliability bar than an internal enterprise workflow.
On the cloud side, Google Cloud, Microsoft, and AWS all support A2A natively. Google Cloud supports building and deploying A2A agents through ADK, Agent Engine, Cloud Run, and GKE. Microsoft Foundry lets agents expose A2A endpoints and discover external agents — AAIF's post still calls it by its former name, Azure AI Foundry, which Microsoft renamed at Ignite in November 2025. AWS Bedrock AgentCore can host and operate A2A servers.110
Google Cloud and PayPal are also extending A2A into agentic commerce via the Agent Payments Protocol (AP2), which the Linux Foundation reported had support from more than 60 organizations across payments and financial services as of April 2026.16
The number that complicates the neutrality story
Here is the tension worth naming, and it comes from the Linux Foundation's own dashboard.
AAIF's case for hosting A2A rests on breadth: 150+ supporting organizations, many of them direct competitors, held together by governance no single participant controls.1
But LFX Insights shows that for the 365 days ending August 25, 2026, three organizations account for 51% or more of A2A's recorded contributions, and five individual contributors do too.7 LFX counts a contribution as commits, issues, or pull requests — not code alone. It labels the project's organizational diversity "modest" and the spread across individuals "moderate."
Supporting a protocol and writing it are different activities. Neutral governance changes who sets the charter and who arbitrates roadmap disputes; it does not, on its own, redistribute who writes the code.
The rest of the picture is strong, and LFX rates A2A's overall health score "Excellent." The dashboard reports 89 active contributors in the last quarter, 29% quarter-over-quarter retention, roughly 363 new pull requests per month, and activity on all 365 of the last 365 days.7 Average issue resolution runs 56 days, which LFX flags as slow.
None of that argues against the move. It argues for reading "vendor-neutral" as a statement about governance structure rather than about contributor distribution — a distinction that matters if your production system depends on the protocol's roadmap.
What this changes for teams building agents
For most engineering teams, the honest answer is: not much this quarter, and something real over the next few years.
Nothing breaks. No spec version changed. The A2A specification site still lists 1.0.0 as the latest released version as of August 25, 2026.11 Existing agent cards, SDKs, and endpoints keep working.
Roadmap risk drops slightly. A protocol governed by a foundation charter is less exposed to a single vendor's product decisions than one governed by a single vendor. That is the concrete benefit AAIF is selling, and it is real if modest.
Cross-layer coordination gets easier. MCP and A2A overlap at the edges — identity, authorization, observability. Two projects under one technical committee should be able to resolve those seams faster than two projects under separate ones — though that is an expectation, not something the move guarantees.
Procurement gets a cleaner story. For teams that had to justify a protocol dependency to a risk or architecture review, "Linux Foundation project under a multi-vendor foundation" is an easier sentence than "Google-created standard."
What it does not do is settle the standards question. A foundation charter is not an IETF RFC, and the agentproto BoF at IETF 126 put both MCP and A2A under a different kind of scrutiny entirely. Foundation governance and standards-body ratification are parallel tracks, not the same one.
The bottom line
The agent protocol layer has consolidated fast. Seventeen months after A2A's first commit, the two protocols that define how agents talk to tools and to each other are governed by the same foundation — one whose Platinum members include AWS, Google, Microsoft, Anthropic, and OpenAI.4
The caveat is the one the dashboard supplies. Governance neutrality and contribution neutrality are separate properties, and A2A currently has more of the first than the second. Three organizations still account for most of the recorded contribution activity.
If you are building on A2A, the practical move is unchanged: pin your SDK versions, treat agent card discovery as an untrusted input, and follow the TSC calendar rather than the press releases. The foundation move makes the roadmap more predictable. It does not make it someone else's problem.
References
Footnotes
-
A2A joins AAIF's open agentic stack — Agentic AI Foundation, August 17, 2026. Source for the hosted-project transfer, the five-layer stack description, A2A's April 2025 launch and v1.0 timeline, the Huawei/Celia and Tencent WeChat deployments, cloud platform support, AP2, the "governed in the same way and in the same place" quote, and the project resource links it publishes (spec and SDKs, Discord, TSC calendar). ↩ ↩2 ↩3 ↩4 ↩5 ↩6 ↩7 ↩8 ↩9 ↩10 ↩11 ↩12 ↩13 ↩14 ↩15 ↩16 ↩17 ↩18 ↩19
-
Exclusive: Google-backed agentic A2A protocol gets a new home — Axios, Ina Fried, August 17, 2026. Source for AAIF's 250+ member count and executive director Mazin Gilbert. ↩ ↩2 ↩3 ↩4
-
Linux Foundation Announces the Formation of the Agentic AI Foundation (AAIF) — The Linux Foundation, December 9, 2025. Source for AAIF's founding date, the MCP/goose/AGENTS.md contributions, and the member tiers (49 companies named across Platinum, Gold, and Silver). ↩ ↩2 ↩3 ↩4
-
About — Agentic AI Foundation — aaif.io, accessed August 25, 2026. Source for the current Platinum member list (AWS, Anthropic, Block, Bloomberg, Cloudflare, Google, Microsoft, OpenAI), Governing Board chair David Nalley (AWS), and Technical Committee chair David Soria Parra (Anthropic). ↩ ↩2 ↩3
-
agentgateway Joins AAIF as an Open Gateway for Agentic AI Infrastructure — Agentic AI Foundation, June 4, 2026: agentgateway joins "as the fourth hosted project under the Linux Foundation," licensed under Apache 2.0, covering MCP, A2A, LLM inference, HTTP and gRPC traffic. Also the source for AAIF providing "an open and neutral home… with governance hosted by the Linux Foundation." ↩ ↩2
-
A2A Protocol Surpasses 150 Organizations, Lands in Major Cloud Platforms, and Sees Enterprise Production Use in First Year — The Linux Foundation, April 9, 2026. Source for the 150+ organization count, v1.0 feature set, AP2's 60+ supporting organizations, and the MCP-complementary framing. ↩ ↩2 ↩3 ↩4 ↩5
-
Agent2Agent — LFX Insights — The Linux Foundation, accessed August 25, 2026. Metrics scoped to the 365-day window: 5 contributors and 3 organizations each accounting for 51%+ of contributions; 363 new pull requests per month; activity on 365 of 365 days; 56-day average issue resolution; overall health score "Excellent." Separately scoped: 89 active contributors in the last quarter, and 29% quarter-over-quarter retention. LFX defines a contribution as commits, issues, or pull requests. The March 25, 2025 first-commit date is displayed on AAIF's Agent2Agent project page, which renders the same LFX data. ↩ ↩2 ↩3
-
Linux Foundation Launches the Agent2Agent Protocol Project — The Linux Foundation, June 23, 2025, Open Source Summit North America, Denver. ↩ ↩2
-
ACP Joins Forces with A2A — LF AI & Data community blog by Kate Blair (Director of Incubation, IBM Research) and Todd Segal (Principal Software Engineer, Google), August 29, 2025: the ACP team "will be winding down active development and will begin contributing its technology and expertise directly to A2A," with migration paths provided, and Blair joining the A2A Technical Steering Committee. ↩ ↩2 ↩3
-
What's new in Microsoft Foundry | October and November 2025 — Microsoft Foundry Blog: "Azure AI Foundry is now Microsoft Foundry," announced at Microsoft Ignite in November 2025. ↩
-
Agent2Agent (A2A) Protocol Specification — a2a-protocol.org, accessed August 25, 2026: "Latest Released Version
1.0.0". ↩ ↩2 -
Staff — Agentic AI Foundation — aaif.io, accessed August 25, 2026, listing Mazin Gilbert as Executive Director and Manik Surtani as CTO and Co-founder. ↩



