Layout at a glance

Graph Studio — canvas, sidebar Graph assets, and toolbar
Canvas
- React Flow surface — pan, zoom, arrange nodes from the node library.
- Drag handles to create connections.
- Bottom controls: With Prompt / view mode, lock, fit, organize, zoom, undo/redo.
- Status footer shows block count (legacy label), intents count, last saved, and ⌘ + S Save.
Toolbar
See Publishing and Expose as A2A.
Node drawer (inspector)
Double-click a Master or Child agent to open the inspector. Tabs: Details, RAG, Tools, Variables. Full tab walkthrough: Node library — Configure Master / Child.
Node drawer — Details
Graph-level sidebar (Graph assets)
When a graph is open, the left nav shows GRAPH ASSETS — scoped to that graph (?tab= in the Studio URL). These manage assets for the current Agent Graph.
Graph Versions
Saved design snapshots of the canvas (prompts, nodes, edges) — separate from immutable Agent Builds.Agent Builds
Immutable snapshots of graph + published tools (+ RAG). The panel shows:- Environment assignments — which build is on DEV, UAT, PROD
- Build rows — description, tool count, RAG count, timestamp
- Actions — Build, Assign, Test build, View build details

Agent Builds — DEV / UAT / PROD and build history
Agent Cards
Graph-scoped A2A registry view — Active deployments, version list, or empty until Deploy → Deploy as A2A.
Agent Cards — Active deployments
Triggers
Lists triggers attached to this graph. Configure payloads under Triggers.
Triggers — graph-scoped list
Integrations
Integrations Hub connections used by this graph. Manage credentials in Integrations Hub.Tools
Graph-level inventory of tools on the canvas. Author tools in Tools & Dev Studio; attach from the node drawer (Add a new tool).Workspace sidebar (above Graph assets)
Variables
Variables carry state through an Agent Graph at three layers: graph schemas, per-node input/capture, and runtime session values.
Node drawer — Capture Variables
Input and capture
- Double-click a Master or Child agent → Variables tab.
- Under Input Variables, use Pick from Session variables to map values.
- Under Capture Variables, click Create a variable for each field to extract.
- Save the graph.
Session variable types
Environment secrets belong in Env. variables, not graph variable definitions.
RAG
RAG grounds agent answers in your documents and structured data.Create collections
- Open workspace RAG Data.
- Create a data source and add documents or structured items.
- Index collections before attaching to graphs.

Workspace RAG Data — collections
Attach to an agent node
- Select an agent node → RAG tab.
- Use Attach Files or select data source items for this step only.
- Save the graph.

Node drawer — RAG tab
Related
- Node library — palette, types, anatomy, drawer tabs
- Connections
- Publishing

