Editing
Agent-to-Agent Protocol
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Infobox protocol | name = Agent-to-Agent Protocol | developer = [[wp:Google|Google]] | status = Stable | first_published = April 2025 | transport = [[wp:HTTPS|HTTPS]] | encoding = [[wp:JSON-RPC|JSON-RPC 2.0]], [[wp:Server-sent events|SSE]] | license = [[wp:Apache License|Apache 2.0]] | website = https://google.github.io/A2A | repository = https://github.com/google/A2A }} The '''Agent-to-Agent Protocol''' ('''A2A''') is an open standard developed by [[wp:Google|Google]] for enabling communication between autonomous [[wp:Intelligent agent|AI agents]]. Launched in April 2025 at Google Cloud Next '25, A2A provides a standardized way for agents to discover each other's capabilities, exchange information, and coordinate actions across platforms. == Overview == A2A addresses the challenge of [[wp:Multi-agent_system|agent interoperability]] in enterprise environments where multiple specialized agents from different vendors need to collaborate. It enables agents to work together regardless of their underlying framework or technology stack, building on concepts from traditional [[wp:Agent_Communications_Language|Agent Communications Languages]]. === Design principles === Google designed A2A around five key principles: # '''Embrace agentic capabilities''' β Enable natural multi-agent collaboration without limiting agents to simple tools # '''Build on existing standards''' β Use HTTP, SSE, and JSON-RPC for easy integration # '''Secure by default''' β Enterprise-grade authentication and authorization # '''Support for long-running tasks''' β Handle tasks that may take hours or days # '''Modality agnostic''' β Support text, audio, and video streaming == Architecture == A2A follows a client-server model: === Client Agent === The client agent initiates interactions by sending task requests to remote agents. It is responsible for discovering suitable agents, managing authentication, and coordinating workflows. === Remote Agent === Remote agents receive and process task requests. They advertise their capabilities via Agent Cards and handle authorization for incoming requests. == Technical specification == === Agent Cards === Agents advertise their capabilities using Agent Cards in JSON format: {{Code example | language = json | caption = Example Agent Card | code = { "name": "Travel Booking Agent", "description": "Books flights and hotels", "capabilities": [ "flight_search", "hotel_booking", "itinerary_management" ], "endpoint": "https://travel.example.com/agent", "authentication": { "type": "oauth2" } } }} === Communication flow === # '''Discovery''' β Client agent identifies suitable remote agents via Agent Cards # '''Authentication''' β Remote agent verifies client credentials # '''Task execution''' β Agents exchange messages to complete the task # '''Result delivery''' β Remote agent returns results to client === Security === A2A supports multiple authentication schemes: * [[wp:OAuth|OAuth 2.0]] * API keys * Mutual [[wp:Transport Layer Security|TLS]] (mTLS) * Scoped tokens for capability-specific access == Adoption == A2A launched with support from over 50 technology partners, including: * Technology companies: Atlassian, Box, Salesforce, SAP, ServiceNow * Consulting firms: Accenture, Deloitte, McKinsey, PwC The protocol is now managed under the [[wp:Linux Foundation|Linux Foundation]]. == Comparison with other protocols == {| class="wikitable" |- ! Protocol !! Focus !! Relationship |- | [[Model Context Protocol|MCP]] || Tool integration || Complementary (vertical vs. horizontal) |- | [[Agent Communication Protocol|ACP]] || Local-first coordination || Alternative for edge/local scenarios |- | [[Agent Network Protocol|ANP]] || Decentralized internet-scale || Alternative with different architecture |} == See also == * [[Model Context Protocol]] * [[Agent Communication Protocol]] * [[Agent Network Protocol]] * [[Multi-Agent Systems]] == References == {{Reflist}} == External links == * [https://google.github.io/A2A Official specification] * [https://github.com/google/A2A GitHub repository] * [https://developers.googleblog.com/en/a2a-a-new-era-of-agent-interoperability/ Launch announcement] [[Category:Communication Protocols]] [[Category:Agent Communication]] [[Category:Google Specifications]] [[Category:Multi-Agent Systems]]
Summary:
Please note that all contributions to secondtruthLabs Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
secondtruthLabs Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Code example
(
edit
)
Template:Infobox protocol
(
edit
)
Template:Reflist
(
edit
)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
Edit source
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information