HomeProduct › Workflows
Execution Layer

A visual workflow builder that runs locally.

Drag nodes onto a canvas, wire them together, and run. The difference from cloud automation tools is where it executes — on your machine, against your filesystem, with no per-task meter running.

Download free Browse ready-made workflows
Determinism Where It Counts

Not everything should be decided by a model

An agent deciding how to phrase a customer email is useful. An agent deciding whether to issue a refund, force-push to main, or wipe a production table is not. Workflows let you fix the steps that must never vary, and call an agent only where judgment genuinely adds value.

01 / PREDICTABLE

Fixed paths

The same input produces the same sequence of operations every time. No temperature, no drift, no surprise on the hundredth run.

02 / HYBRID

Agents as nodes

Drop an agent into the middle of a deterministic graph. Structure around it, intelligence inside it — the split most real automation actually needs.

03 / OBSERVABLE

Per-node execution logs

Every node records its input, output, and duration. When something breaks you know exactly which step, not just that the run failed.

119+ Built-In Nodes

The node library

A representative slice. Every native integration also contributes its own nodes, and custom tools you build appear here alongside them.

Triggers

Timer
Schedule or interval
Webhook
Inbound HTTP
Email
On message received
Manual
Run on demand

Data & systems

HTTP Request
Any REST endpoint
Custom API
Auth, headers, body
Database
Query, insert, update
File System
Read, write, list, execute

Logic & code

JavaScript
Inline execution
Python
Inline execution
Branch
Conditional routing
Loop
Iterate collections

Intelligence

Agent
Delegate to an agent
Goal
Launch autonomous work
Custom Tool
Your own prompt tools
MCP Tool
Any MCP server
Safe to Change

Version history and one-step rollback

Every edit is a version

Workflows are versioned automatically as you build. Experimenting does not put a working automation at risk.

  • Full version history with diffs
  • Named checkpoints before risky changes
  • Revert by steps back or to a specific version
  • Compare what changed between any two versions

Share and reuse

A workflow is a portable artifact — export it, publish it, or install someone else's.

  • Publish to the marketplace, free or paid
  • Install community workflows in one click
  • Fork and adapt instead of rebuilding
  • Plugins are signed and show trust badges