HOW n8n.ms WORKS
Every AI-powered automation runs through a controlled, observable pipeline. Click any step to explore the details.
Build on Canvas
Drag and connect nodes to model logic anyone on the team can read.
workflow.canvasInsert AI Nodes
Drop a model into any step that needs understanding, not just routing.
ai_model.nodeAdd Approval Gates
Pause for human review exactly where judgment is required.
human_gateTrigger & Monitor
Activate on any event. Every run logged end-to-end. Scale freely.
execution.logBuild Your Workflow Visually
Drag and connect nodes to model your workflow on the canvas. Anyone on the team can read and edit the logic — no code, no ambiguity about what each step does.
- No-code visual interface any team member can use
- Hundreds of pre-built nodes for common services
- Version control and branching for safe iteration
- Real-time preview of data passing through each node
Insert AI Where Understanding Is Needed
Drop a model node into any step that requires reasoning — classify, extract, generate, or decide. The model sees the data at that point in the workflow and acts on it.
- Provider-agnostic: OpenAI, Anthropic, self-hosted
- Structured JSON output for downstream nodes
- Prompt templates with live data interpolation
- Confidence scoring to route to human review
Add Approval Checkpoints
Place a human-in-the-loop step exactly where judgment is required. The workflow pauses, notifies the right person, and resumes only after explicit approval — or escalates if none arrives.
- Notifies via Slack, email, or review dashboard
- Configurable timeout with escalation path
- Reviewer sees full context: input, AI output, workflow state
- Approve, reject, or modify before the workflow continues
Trigger, Monitor, and Scale
Activate on any event, webhook, or schedule. Every run is fully logged — inputs, outputs, timing, and exceptions. When the workflow proves itself, scale from one to thousands of executions.
- Webhook, schedule, polling, and event triggers
- Full execution log per run: inputs, outputs, timing
- Automatic retries with configurable backoff
- Horizontal scaling from personal to org-wide