Sintra AI
Home
Live Feed
Automation Hub
Prompt Library256
AI News554
Weekly Digest
Topic Hubs
AI History
AI Labs
Research
Learning Paths
Guides
Resources
Concepts
Videos
AI Tools74
Models
Claude
Google AI
Cost Calc
Skip to content
Sintra AIConcepts
Home/Concepts/Agent-to-Agent Protocol
πŸ”„
ProtocolsTechnical

Agent-to-Agent ProtocolA2A

A standard for AI agents from different systems to communicate and delegate tasks to each other.

Agent-to-Agent (A2A) is an open protocol (Google, April 2025) that standardises how AI agents discover, communicate with, and delegate tasks to each other β€” across different providers, frameworks, and companies.

The problem it solves: Without a standard, a Claude agent can't easily sub-contract a task to a Gemini agent or a custom enterprise agent. Every integration requires bespoke code. A2A provides the universal handshake.

How it works:

  • Agents publish an Agent Card (JSON) at a known URL declaring their capabilities, input/output schemas, and authentication requirements
  • The requesting agent calls the target agent via a standard HTTP API, passing a task with context
  • The target agent processes and returns a result β€” synchronously or asynchronously
  • Agents can chain: A β†’ B β†’ C β†’ back to A

Relationship to MCP: MCP (Model Context Protocol) connects an agent to tools and data sources. A2A connects agents to other agents. They're complementary β€” an orchestrator agent uses MCP to access tools and A2A to delegate to specialised sub-agents.

Adoption (mid-2026): 50+ technology partners including SAP, ServiceNow, MongoDB. Integrated into Google's Vertex AI Agent Builder.

In plain terms

Like email's SMTP standard β€” it lets any email client talk to any other email server. A2A lets any AI agent talk to any other AI agent without custom integration code.

Learn more

Related concepts

πŸ”—

Model Context Protocol

A universal standard for AI to connect to any tool or data source.

⚑

AI Agents

AI that plans and takes actions without you guiding every step.

πŸ•ΈοΈ

Multi-Agent Systems

Multiple AI agents working together, each handling a specialised role in a larger workflow.

πŸ”Œ

API

A standardised way for software to talk to other software.

Stay current

New prompts & AI news, weekly

No noise. Curated highlights from the library.

Newsletter signup is currently disabled.

Sintra Tesseract

A curated library of AI use cases, mapped across every way to think with a machine.

Open source Β· Free forever

Discover

Use CasesCollectionsAI Tools DirectoryAI NewsLearning PathsResources & Links

Reference

Claude & AnthropicAI ConceptsAI HistoryAI LabsGoogle AI Tools

Elsewhere

AI Keynote β†—GitHub β†—RSS Feed β†—
Β© 2026 Sintra Β· Curated in the open.Built on the void.