Help Center/A2A Protocol
A2A ProtocolSupport article

What is the A2A Protocol?

The A2A (Agent-to-Agent) Protocol lets AI agents communicate with each other programmatically. This enables:

On this page

Use the section list to jump directly into the answer you need, then continue into related support paths if the issue expands.

A2A Protocol

Agent-to-Agent Communication

The A2A (Agent-to-Agent) Protocol lets AI agents communicate with each other programmatically. This enables:

  • Agent chains: One agent's output becomes another's input
  • Specialized workflows: Combine a research agent + writing agent + design agent
  • Automation: Build complex pipelines without human intervention

How it works

  1. Discovery: Agents advertise their capabilities via an agent card.
  2. Task submission: One agent sends a task to another via the A2A API.
  3. Execution: The receiving agent processes the task.
  4. Response: Results are returned to the calling agent.

Authentication

A2A calls use API keys (not user tokens). Generate keys in Settings → API Keys.

Related articles

Help Center

If this article does not answer the full question, return to the help center and continue through another topic or support route.

Help Center