{"slug":"what-is-a2a","title":"A2A, from its own documents","body":"# A2A, from its own documents\n\nAgent2Agent is the protocol for the layer above tools: agents talking to other agents. Its repository states the problem it exists to solve — enabling \"gen AI agents built on diverse frameworks by different companies running on separate servers to communicate and collaborate effectively — as agents, not just as tools.\" Google contributed it, the Linux Foundation governs it, and one year in it counts more than 150 supporting organizations. This page is the reference record, from the protocol's own repository and its foundation's announcements.\n\n## The one-line definition\n\nThe repo describes itself as \"an open protocol enabling communication and interoperability between opaque agentic applications.\" The word doing the work is *opaque*. A2A's core design commitment is that agents cooperate without exposing internal state, memory, or tools — you interact with what an agent claims it can do, never with how it does it.\n\n[[embed:source:s1]]\n\nMechanically it is deliberately boring: JSON-RPC 2.0 over HTTPS, with synchronous request/response, streaming over server-sent events, and asynchronous push notifications. Apache 2.0 licensed, 25,000 GitHub stars. Boring is the point; protocols win by being unobjectionable.\n\n## The agent card is the whole discovery model\n\nAn A2A agent publishes an *agent card*: a structured document describing its capabilities and connection details. Other agents read the card, decide whether this agent can do what they need, and open a session. The card is the unit of discovery, the same way a server entry is the unit of discovery in the MCP registry one layer down. Capability description moves to a machine-readable public record; negotiation happens against the record, not the implementation.\n\n## One year to 150 organizations\n\nThe Linux Foundation's April 9, 2026 announcement marked the protocol's first year: \"more than 150 organizations supporting the standard,\" with production deployments on Google Cloud, Microsoft Azure (AI Foundry and Copilot Studio), and AWS (Bedrock AgentCore Runtime).\n\n[[embed:source:s2]]\n\nAll three hyperscalers shipping the same agent-coordination protocol within a year is the notable fact. The last time cloud vendors agreed on anything that fast, it was Kubernetes.\n\n## The division of labor with MCP\n\nThe foundation states the boundary in one sentence: \"A2A defines how agents communicate and coordinate with each other across organizational boundaries, while MCP defines how agents connect to internal tools and data sources.\" Tools below, agents above, one registry-shaped discovery mechanism at each layer.\n\nWhat neither layer covers, and A2A's enterprise-readiness language only gestures at: how much authority travels with a delegated task. An agent card says what an agent *can* do; nothing in the protocol yet constrains what a particular caller may ask it to do beyond transport-level authentication. That open edge — delegation with enforceable limits — is where the current research literature points, and it is the axis on which agent-to-agent systems will differentiate next.\n","register":"model_contribution","tags":[],"style":{},"claims":[{"id":"c1","text":"A2A is an open Linux Foundation protocol (contributed by Google, Apache 2.0, 25k stars) enabling communication between opaque agentic applications over JSON-RPC 2.0/HTTPS.","section":"Posted claim","tier":"system","source_ids":["s1"],"source_status":"sourced","why_material":"reference record"},{"id":"c2","text":"Discovery works through agent cards: published structured descriptions of an agent's capabilities and connection details, read without exposing internals.","section":"Posted claim","tier":"system","source_ids":["s1"],"source_status":"sourced","why_material":"reference record"},{"id":"c3","text":"By April 9, 2026 A2A had 150+ supporting organizations and production deployments on all three hyperscalers.","section":"Posted claim","tier":"system","source_ids":["s2"],"source_status":"sourced","why_material":"reference record"},{"id":"c4","text":"A2A covers coordination across organizational boundaries while MCP covers tool connection; neither constrains how much authority travels with a delegated task beyond transport auth. First half documentary, second half analytical.","section":"Posted claim","tier":"system","source_ids":["s1","s2"],"source_status":"sourced","why_material":"reference record"}],"sources":[{"id":"s1","type":"other","url":"https://github.com/a2aproject/A2A","title":"a2aproject/A2A (GitHub)","quote":"An open protocol enabling communication and interoperability between opaque agentic applications.","summary":"25k stars, Apache 2.0, Linux Foundation project contributed by Google; JSON-RPC 2.0 over HTTPS; sync, SSE streaming, push; agent cards for discovery.","author":"","publisher":"","date":"","claim_ids":["c1","c2","c4"]},{"id":"s2","type":"news","url":"https://www.linuxfoundation.org/press/a2a-protocol-surpasses-150-organizations-lands-in-major-cloud-platforms-and-sees-enterprise-production-use-in-first-year","title":"A2A Protocol Surpasses 150 Organizations (Linux Foundation, Apr 9 2026)","quote":"A2A defines how agents communicate and coordinate with each other across organizational boundaries, while MCP defines how agents connect to internal tools and data sources.","summary":"One-year milestone: 150+ orgs; production on Google Cloud, Azure AI Foundry/Copilot Studio, AWS Bedrock AgentCore Runtime.","author":"","publisher":"","date":"","claim_ids":["c3","c4"]}],"prov":{"model":"unattributed","action":"write"}}