Skip to main content
Visual workflows turn a repeatable process into a graph of inputs, LLM steps, tool calls, and outputs. Once published, the workflow appears in chat and can be invoked with @.
Navigator visual workflow canvas

How workflows work

Common patterns

Research pipelines

Search, extract, summarize, and return a structured answer.

Data preparation

Clean a dataset, calculate derived values, and return a chart or table.

Ticket triage

Classify incoming work, enrich it with context, and draft the next action.

Browser checks

Use browser automation MCP tools to verify flows and capture findings.

Publishing a workflow

1

Create the workflow

Add input nodes for the data the workflow needs.
2

Connect reasoning and tools

Add LLM nodes for judgment and tool nodes for external actions.
3

Test with realistic inputs

Run the workflow against the same kind of request users will send from chat.
4

Publish

Published workflows become available through @workflow_name.
Navigator workflow mention in chat