Deploy as A2A exposes an Agent Build with an Agent Card — the agent’s public identity. Create a Build before opening the deploy wizard (Deploy stays disabled until one exists).
Prerequisites
Before you expose an Agent Graph:- Save the graph and create at least one Agent Build (Builds overview).
- Hold Developer role or higher for Graph Studio save/build actions.
- Have permission to call registry APIs (
assistants.flows:createvia gatewayPOST /a2a-registry). - Publish any tools referenced by the graph — unpublished tools show Publish in the build step.
Open the expose flow
- Open Graph Studio for the Agent Graph.
- Click Deploy — the Deploy Agent Build modal opens.
- Select a Build (immutable snapshot of graph + tools).
- Choose Deploy as A2A (other tabs: Deploy to Channel, Deploy as Chat API).
- Review the three-step A2A path shown in the modal, then Continue to A2A with Build N.
- Existing LIVE / TEST endpoints for this agent appear at the bottom of the modal when already registered.

Deploy Agent Build — Deploy as A2A
What Deploy as A2A does
You can also open graph-scoped cards from Studio → Agent Cards under Graph assets.

Agent Cards — Active deployments and versions
Wizard steps (after Continue to A2A)
Primary actions: Next (steps 1–2), Attach Agent Card (step 3).
Step 1 — Agent Build Config

Expose wizard — confirm Agent Graph and tool versions
- Agent Graph accordion — select the saved graph version (name, version number, notes, timestamp).
- Tools Associated accordion — select published tool versions. Unpublished tools show Publish inline.
- Validation requires a selected graph version and at least one published tool when tools exist on the graph.
Step 2 — Additional Config
- Toggle Export value for agent version to include predefined tools, MCP tools, or env variables in the registry build.
- When enabled, use tabs Predefined, MCP, and Env — search Search tools and variables…
- For each exported row, provide a description (required).
Step 3 — Configure the Agent Card

Agent Card identity — skills, tags, and visibility
- Edit fields as needed.
- Click Attach Agent Card — calls
POST /a2a-registry?workspaceid={workspaceId}with wizard payload.
After registration
On success:- Note the Agent Registry ID and hosted A2A URL (LIVE builds use the short
{flowId}path — Endpoints & lifecycle). - The build is available to Test.
- Open Studio → Agent Cards or the workspace Agent Registry to inspect the entry.
- Promote to
livefrom Agent Cards when ready for production routing.
Related pages
Endpoints & lifecycle
TEST vs LIVE URL patterns and promotion.
Browse the catalog
Find and inspect registered agents.
Agent Cards
Compare builds and Push To Prod.
Build export
Export tools, MCP, and env into the build.

