When to use it
Use Build mode any time you need to create a new journey, update an existing one, or audit its configuration — steps, value sources, coverage mapping, or access settings.Key concepts
- Steps — the ordered units of work in the journey. Currently, steps support HTTP request steps only. Each step pulls from a request template and needs values configured for its inputs.
- Acceptance criteria — the intended behaviors the journey is meant to prove. Mapped in the Coverage panel.
- Side panels — each panel focuses on a specific aspect of journey configuration, accessible from the canvas without leaving Build mode.
Additional step types — connectors, sub-journeys, scripts, set variables, notes, and manual checkpoints — are planned. They are not yet available.
How it works
The canvas displays your journey as a sequence of steps. You can add, reorder, and configure each step directly on the canvas. Below the step list, you can review and map acceptance criteria. The side panels are accessible from the panel rail on the right. Each panel handles a distinct concern:| Panel | Purpose |
|---|---|
| Values | Configure run inputs, variables, derived values, and secret references for the journey. |
| Coverage | Map acceptance criteria, tickets, and work items. Find gaps in what the journey proves. |
| Run check | Validate the journey. Errors block runs; warnings indicate risk or incomplete setup. |
| Details | Edit journey name, description, owner, tags, and version info. |
| Access | Manage who can own, edit, or view the journey. |
Examples
A typical build session looks like this:- Open the journey in Build mode.
- Add or edit steps on the canvas, selecting request templates from the library.
- Open the Values panel to configure how each input gets its value.
- Open the Coverage panel to link the journey to the acceptance criteria it addresses.
- Open Run check to confirm there are no blocking errors.
- Switch to Run mode to execute.
Related pages
Visual editor
The default canvas-based editing view.
YAML editor
Edit the journey as structured YAML.
Steps overview
Step types, configuration, and outputs.
Create a journey
Start-to-finish walkthrough for a new journey.

