Registry agent nodes let a Master Agent call other exposed A2A agents. Browse picks one registration; Discovery matches agents at runtime using saved filters.

Browse / Discovery panel — attach registry agents on the canvas
The browse panel title in the product may read Agent Block; documentation uses Agent Node for consistency with Graph Studio.
When to use Browse vs Discovery
Both modes require agents to be exposed with appropriate visibility, skills, and tags. See Expose your Agent Graph.
Open the registry panel
- Open Graph Studio for your Agent Graph.
- Add or select an agent node on the canvas under a Master Agent node.
- When the node is unconfigured — or when you open registry tooling — the Browse / Discovery panel appears on the right.
GET /a2a-registry?workspaceid=...&orgid=....
Browse mode
- Search and filter agents (visibility, deployed status, MIME modes, tags) — same dimensions as Agent Registry catalog.
- Select an agent card from the list.
- Review the Agent Card preview (hosted URL, skills, build status).
- Click to add the agent to the canvas (or replace the current registry agent node).
- Configure tools and environment variables exported with that registry build in the Configuration sub-view.
- Save the graph — node stores
agent_node_type: "browse",a2aregistryid, andconfig_id.
config_id) and satisfied tool/env requirements before publish.
Discovery mode
In Discovery mode the Master Agent does not point at one fixed registration. You define Discovery filters; at runtime the platform finds registry agents that match.Set Discovery filters
- Configure filters parallel to the catalog sidebar.
- Click Save Filters — creates a Discovery Agent node with
agent_node_type: "discovery"anddiscovery_filters. - Open Configuration to select the API key (
apikeyid) for runtime calls. - Save the graph.
In Discovery Mode, the Master Agent will find and attach the agents automatically based on your filter criteria.Discovery nodes skip per-tool configuration validation used in Browse mode — the filter set defines what may attach at runtime.
Persisted node fields
Permissions
- Configure registry nodes:
flow_gen.studio.save_flowand related Graph Studio permissions - Load registry list:
assistants.flows:read
Related pages
Browse the catalog
Full workspace search and filters.
Endpoints & lifecycle
Hosted URLs and visibility at invoke time.
Agent node anatomy
Prompts, RAG, tools, and variables on standard agent nodes.

