Workflow Studio
Workflow Studio configures the 15-phase Temporal pipeline that runs per brand. It is where you decide what the agent looks at, what it is allowed to do on its own, and when a human gets involved.The pipeline
Templates
New brands start from a template that pre-fills 14+ phases, rather than configuring the pipeline from scratch:
The workflow-narrow templates are useful when you want an agent that does exactly one job well,
rather than a general assistant.
Context sources
The Context phase gathers from whichever sources you enable:Gather strategy
context_gather_strategy controls what happens when a source is slow or unavailable:
Review gate
The Review phase is the safety boundary between what the agent generated and what the customer actually receives. Configured actions include:review_timeout_secs bounds how long a decision can pend, and escalation_always_review
forces review on escalation paths regardless of other rules.
High-Value Actions
By default any action valued at $100 or more requires human approval before the engine executes it. This is configured per brand in the Review Gate phase.This threshold is the main lever between autonomy and control. Lower it while you build trust
in a new brand’s configuration, then raise it once the escalation and dispute rates look right.
Editing
The Studio editor supports:- List ↔ Graph view toggle (
?view=graphfor the visual editor) ⌘Kphase jumper⌘Ssave- Per-phase
?explainers - A pending-changes diff against the last saved config
Rollout
Workflow Studio is designed to be adopted in stages rather than switched on wholesale:- Operator-led private beta — operators drive, the pipeline shadows.
- Assisted onboarding — configuration with support.
- Self-serve production — the customer configures their own brands.
operator_shadow phase supports running the pipeline alongside a human without dispatching,
so you can compare what the agent would have done against what the operator did.