Skip to main content
The graph agent editor is the visual builder for creating and editing graph agents in the Bolna dashboard. It has three main areas: a canvas in the centre, an inspector panel on the right, and a toolbar at the top.

Opening the editor

Navigate to Agents in the dashboard, then either:
  • Click New agent and choose Graph agent to create a blank agent.
  • Click an existing graph agent to open it for editing.

Editor layout

Graph agent editor showing the canvas with nodes and transitions, the toolbar at the top, and the inspector panel on the right

Canvas

The canvas is the central workspace where your graph lives. Each node appears as a card; each transition appears as a directed arrow between nodes.
The canvas remembers node positions between sessions for each agent.

Inspector panel

The inspector opens on the right side of the canvas. Its contents change based on what is selected: Click the button at the top of the inspector to close it. To reopen the inspector, click the Inspector button (panel-right icon) in the top-right corner of the canvas.

Toolbar

The toolbar runs along the top of the canvas and contains all editor-level actions.
Graph agent editor toolbar showing Add node, Import, Export, Auto-layout, Undo, Redo, Search, Variables, Validate, and Save buttons

Keyboard shortcuts

Undo snapshots are coalesced — rapid successive edits (e.g. typing in a prompt field) are grouped into a single undo step, captured after ~800ms of inactivity.

Next steps

Managing nodes

Create, edit, duplicate, and delete nodes in the canvas.

Managing transitions

Wire nodes together with intent, rule, and always-transition edges.

Agent setup

Configure welcome message, LLM, voice, and conversation settings.

Validation

Find and fix errors before saving.