a2a cloud
a first-class A2A home

Deploy an A2A agent with its card and endpoint ready.

Google's A2A protocol lets agents discover and delegate to each other — but implementing the agent card, JSON-RPC endpoint, and safe delegation is real work. a2a cloud makes it a deploy. Your card is generated, the A2A endpoint is live with TLS, formal task history remains protocol state, and worker runs receive separate signed evidence with the grants that authorized it.

agent card served · scoped signed grants · separate execution evidence

0
agent card authored
0
protocols per tool
0
formal A2A task receipts
the problem

The A2A protocol is the easy part. Running it isn't.

Adopting Agent2Agent means more than importing a library. Something has to generate and serve the agent card at the right well-known path, implement the JSON-RPC task and message surface, stand up TLS and a stable hostname, and — the part everyone underestimates — make agent-to-agent delegation safe. Do that with shared keys and you've built a mesh where any agent holding the key inherits full authority, with no record of who delegated what to whom.

Hand-authored agent cards drift out of sync with the code they're supposed to describe.
Implementing the A2A JSON-RPC surface — tasks, messages, streaming — is undifferentiated plumbing.
Shared keys for delegation mean any agent in the chain inherits full, unbounded authority.
A multi-agent call chain scatters logs, so reconstructing the delegation path is manual and lossy.
the a2a way

Governed agent execution, across the agent graph.

a2a cloud treats the A2A surface as a platform output. The card and endpoint ship on deploy; scoped grants can scope delegation, and worker runs are signed separately.

Agent card, servedA2A endpoint out of the boxSigned grants for delegationReceipts across the agent graphSkills speak MCP and OpenAPI tooAny framework, any language

Agent card, served

Your A2A agent card is generated and served at the well-known path on deploy. Other agents discover your skills, endpoints, and capabilities the moment the deploy is live — no manifest hand-authoring.

A2A endpoint out of the box

The A2A JSON-RPC endpoint is stood up automatically, with TLS and a stable hostname. Tasks, messages, and streaming updates work against a real, addressable agent, not a localhost demo.

Signed grants for delegation

When one agent calls another, the call carries a scoped grant — an Ed25519 token binding audience and TTL. Agent-to-agent authority is explicit and short-lived, not a shared key passed hand to hand.

Receipts across the agent graph

Formal A2A tasks remain protocol state and do not automatically create execution receipts. When a worker skill runs through Agent API, public `/invoke`, or standard MCP `tools/call`, that covered execution is signed separately with the grants that authorized it.

Skills speak MCP and OpenAPI too

The same skills your agent card advertises are also published as MCP tools and REST/OpenAPI operations. One agent, reachable by A2A peers, MCP clients, and plain HTTP callers alike.

Any framework, any language

Bring a LangGraph, CrewAI, OpenAI Agents SDK, or custom Python/TypeScript agent. a2a cloud wraps it in the A2A protocol surface — you don't rewrite it to speak Agent2Agent.

side-by-side

Rolling your own A2A vs. deploying on a2a cloud.

discovery

DIY A2A

You hand-write and host an agent card at the right well-known path, then keep it in sync with your code.

a2a cloud

The agent card is generated from your tools and served automatically on every deploy.

endpoint

DIY A2A

You implement the A2A JSON-RPC surface — tasks, messages, streaming — and stand up TLS and a hostname.

a2a cloud

A production A2A endpoint with TLS and a stable hostname ships with the deploy.

delegation

DIY A2A

Agent-to-agent calls reuse a shared key. Any agent that holds it inherits full authority.

a2a cloud

Each delegated call carries a scoped Ed25519 grant with a bound audience and TTL.

audit

DIY A2A

A multi-agent chain leaves scattered logs. Reconstructing who asked whom to do what is manual.

a2a cloud

A2A task history is tracked separately from the signed receipts for worker runs.

reach

DIY A2A

Speaking A2A, MCP, and HTTP means three separate integrations of the same logic.

a2a cloud

One tool definition is served as A2A, MCP, and OpenAPI simultaneously.

questions

Frequently asked.

What does it take to deploy an A2A agent?

Point a2a cloud at your agent and run `a2a deploy`. It generates and serves your A2A agent card, stands up the A2A JSON-RPC endpoint with TLS and a stable hostname, and provisions a managed Postgres database. Your agent is discoverable and callable by other A2A agents immediately.

What is the A2A protocol and does a2a cloud implement it?

A2A (Agent2Agent) is Google's open protocol for agents to discover each other via an agent card and exchange tasks and messages over JSON-RPC. a2a cloud implements it as a first-class surface: the agent card, the endpoint, and streaming task updates are generated for you, not something you hand-build.

How does one agent delegate to another safely?

Delegation can carry an Ed25519-signed grant binding audience and TTL instead of passing a shared key. The grant constrains supported grant-backed operations; secrets you configure yourself, local process access, and formal A2A protocol state sit outside it.

Can I audit a multi-agent chain?

Formal A2A message and task routes are protocol state, not skill executions, so they do not automatically return execution receipts. When a skill runs through the authenticated Agent API, public `/invoke`, or standard MCP `tools/call`, that execution receives a signed receipt with caller, skill, input evidence, verified grants, outcome, and timing.

Do I have to rewrite my agent to speak A2A?

No. Bring a LangGraph, CrewAI, OpenAI Agents SDK, or custom Python/TypeScript agent as-is. a2a cloud wraps it in the A2A protocol surface and simultaneously publishes its tools as MCP tools and OpenAPI operations, so the same agent is reachable by A2A peers, MCP clients, and HTTP callers.

keep reading

Related guides.

All guides live in the guides index.

an addressable, provable agent

Deploy your A2A agent with proof.

a2a cloud deploys any agent as a first-class A2A peer with a generated agent card, live JSON-RPC endpoint, managed Postgres, MCP and OpenAPI surfaces, and scoped grants for delegation. Formal A2A message/task routes are protocol state, not skill executions; the Agent API, public `/invoke`, and standard MCP `tools/call` paths receive signed receipts.