When to use it
Use Runbooks when:- A support agent needs to reproduce a customer issue without knowing how the API works under the hood.
- A QA analyst needs to run a specific scenario and submit evidence that it passed or failed.
- An operations team needs a documented, repeatable procedure for a routine task.
- You need to prove to stakeholders that a workflow was executed correctly, with receipts.
Key concepts
Runbook mode presents a guided view. Instead of the build canvas, the user sees a structured sequence of steps with clear instructions. They progress through the journey one step at a time. Manual checkpoints (planned) allow a step in the journey to require the user to explicitly mark success or failure before proceeding. This is useful when part of the process involves observation or judgment that can’t be automated. See Manual checkpoints.Manual checkpoints are planned and not yet available.
How it works
- A journey author builds and validates the journey in Build mode.
- An operational user opens the journey in Runbook mode.
- They select a case and environment, then start the run.
- Runbook mode guides them through each step, showing what’s happening and collecting results.
- At manual checkpoints (when available), the user confirms what they observed.
- At the end, a structured evidence log and summary are available to share or export.
Examples
A support agent investigating a failed payment might use a runbook that:- Authenticates as the customer.
- Fetches the customer’s payment methods.
- Attempts to create an order with the same payment method used in the incident.
- Captures the response and asserts the expected behavior.
- (Planned) Presents a manual checkpoint: “Did the error message match the reported issue? Mark yes/no.”

