WORKFLOW BUILDER
Design the process the way it actually runs.
Add steps, configure them, and test the whole workflow on a visual canvas before anything goes live.
- New Customer
- Verify
- AI Classify
- CRM Record
- Notify Team
Problem
Process knowledge lives in people’s heads.
The steps of a process are often undocumented, and changing them means asking engineers or editing scripts nobody else can read.
- Hard to review or change a process safely
- Business teams depend on engineers for small changes
- No way to test a change before it runs for real
FLOWTYPE solution
A visual definition everyone can read.
The builder makes the workflow itself the documentation. Business teams configure steps; developers extend them through APIs.
- Add, reorder and configure steps
- Test runs show every step’s status
- One definition for business and technical teams
Product visualization
Try the builder
Add steps from the palette, rename or reorder them, then select Run test. Changes are not saved.
New customer onboarding
draftAdd a step
- Trigger
- Logic
- AI
- Actions
- Actions
- Result
Capabilities
What you get
Step palette
Conditions, AI steps, actions, integrations and approvals.
Step configuration
Configure each step in a focused side panel.
Test runs
Run the workflow and see status per step.
Templates
Start from example workflows for common processes.
Versioning (planned)
Keep a history of published versions.
Validation
Catch missing configuration before publishing.
Workflow example
Example: Invoice Approval
A finance workflow built from five steps: read the invoice, validate it, approve it, post it and notify.
01
Trigger
An invoice arrives in a monitored inbox.
02
AI
An extraction step reads vendor, total and PO.
03
Logic
An amount rule decides whether approval is required.
04
Actions
The bill is posted and finance is notified.
05
Result
The approval and posting are recorded together.
- Invoice received
- Extract & validate
- Finance approval
- Post to accounting
- Notify finance
- Completed
Technical explanation
Built on the same definition as the API
What you build visually is the same definition that the API would read and write, so workflows can be created by hand or by code.
- Definitions are portable JSON
- Validation rules are shared between builder and API
- Custom connectors extend the palette (roadmap)
Continue exploring
BUILD YOUR FIRST WORKFLOW.
Turn repetitive business processes into reliable, observable workflows.