Human-in-the-loop
Pause any workflow at an approval gate. Decisions route via Slack or email; execution resumes the moment someone responds.
AI workflows on a visual canvas, executed by Go and Temporal. Every run is durable, crash-proof, and exactly-once — even when your infrastructure isn't.
Free plan · No credit card · Unlimited executions
🇮🇳 A new era of workflow automation — built in India, for the world.
No orchestration code, no YAML, no infrastructure to babysit. Durability, retries, and state are handled by the engine.
Drag nodes onto a visual canvas — or describe the workflow in plain English and let the AI generator wire it for you.
120+ typed, authenticated connectors. Slack, GitHub, Stripe, databases, LLMs — plus webhooks and polling for everything else.
Temporal tracks every step. Crashes, deploys, network blips — your workflow resumes exactly where it left off.
We read what actually frustrates people running n8n, Zapier, and Make in production — then built the fixes in, not as an Enterprise upsell.
No real version control
n8n gates real Git integration behind Enterprise, and even then it can't diff or merge — "pulling overwrites everything." OrcFlows snapshots every save automatically, diffs any two versions inline, and gates dev → staging → prod behind an approval step, built in for everyone.
diff · promote · approve
AI agents are a black box
Most agent platforms give you pass/fail. OrcFlows captures the full decision trace per run — tool calls, timing, reasoning — and groups every turn of a conversation into one session timeline, so "why did the agent do that" has an answer.
session timeline
No safe way to test before shipping
Simulate mode replays real trigger data through real AI reasoning and real branching logic — but every connector, webhook, and approval is stubbed or auto-resolved. Validate a change without a stray Slack message or a real charge.
real logic, zero side effects
Workflows live only in a database
Technical teams shouldn't have to choose between a visual builder and PR review. Push any workflow's definition to your own repo, pull it back, and review automation changes exactly like you review code.
PR-reviewable
Distributed systems break. APIs time out. Servers die at 3am. OrcFlows checkpoints full workflow state at every step, so none of that is your problem anymore.
Skip the drag-and-drop entirely. Tell OrcFlows what you need and it generates the complete workflow — nodes, expressions, data mappings, and connections.
"When a customer signs up, analyze their profile, route enterprise accounts to sales, and send a welcome email."
⏎ generateMost automation tools were built for simple SaaS webhooks. OrcFlows was built for the runs that fail at 3am and matter at 9am.
Workflows survive server crashes, deploys, and network failures. Durable execution guarantees every step runs exactly once — no half-executed automations, no manual recovery, ever.
exactly-onceA compiled Go binary, not a Node.js event loop. 65 MB idle, sub-100ms cold start, 10,000+ concurrent goroutines on a single worker. Your infrastructure bill notices the difference.
go 1.22 · compiledPause any workflow at an approval gate. Decisions route via Slack or email; execution resumes the moment someone responds.
Agents recall prior runs, user preferences, and step history from PostgreSQL-backed memory — smarter with every execution.
Run Python, Node.js, or shell inside isolated Docker containers with network and filesystem controls. Safe for multi-tenant production.
Not a synthetic hello-world. 200 concurrent Locust users for 8 minutes, where every trigger ran a live 5-step Temporal workflow — set → HTTP → transform → condition → set — with each step persisted to PostgreSQL. On a laptop.
| Endpoint | p50 | p99 | req/s | Fail |
|---|---|---|---|---|
| GET /health | 1ms | 32ms | 150.1 | 0% |
| GET /workflows | 2ms | 66ms | 32.5 | 0% |
| POST /trigger5-step workflow | 9ms | 180ms | 10.8 | 0% |
| POST /workflows | 15ms | 360ms | 10.8 | 0% |
| POST /auth/login | 63ms | 200ms | 10.6 | 0% |
| All 20 endpoint types | 3ms | 160ms | 451 | 0% |
Locust 2.31.3 · OrcFlows API + worker + Temporal OSS + PostgreSQL 16 + Redis 7, all in Docker. n8n comparison data from their published documentation.
concurrent users — 40× more than n8n's own published test
across 216K requests; n8n reports 100s+ responses under load
under 200 users, full durable pipeline per trigger
Go heap under full load; Node.js stacks idle at 250 MB+
We didn't build another n8n. We built what Node.js-based tools fundamentally cannot be.
| ● OrcFlows | n8n | Flowise | ActivePieces | Zapier | |
|---|---|---|---|---|---|
| Execution engine | |||||
| Crash-proof durable execution | ✓ | — | — | — | — |
| Exactly-once step semantics | ✓ | — | — | — | — |
| Human-in-the-loop approvals | ✓ | Limited | — | — | — |
| Full event history & replay | ✓ | — | — | — | — |
| AI capabilities | |||||
| Natural-language workflow generation | ✓ | — | — | — | — |
| LLM token & cost tracking | ✓ | — | Partial | — | — |
| Persistent agent memory | ✓ | — | Partial | — | — |
| Deployment | |||||
| Idle memory, single worker | ~65 MB | ~280 MB | ~240 MB | ~260 MB | Cloud only |
| Self-hosted | ✓ | ✓ | ✓ | ✓ | — |
| Per-task pricing | Never | None | None | None | Yes — expensive |
Real, typed, authenticated connectors — not webhooks in disguise.
Every plan includes unlimited executions. Charging per run punishes you for automating more — so we don't.
For individuals trying out durable automation. No credit card required.
Free forever
Start freeFor teams running production automations they can't afford to lose.
Per workspace — flat price, no per-user fees
Get started with ProFor organizations that need control, compliance, and scale.
Custom pricing · annual contract
Contact salesCorrect. Every plan — including Free — has unlimited workflow executions. Per-task pricing means your bill grows every time your automation does its job. We charge a flat monthly price per workspace, so automating more never costs more.
Yes. The Community Edition runs on your own infrastructure with a single Docker Compose command — API, worker, Temporal, PostgreSQL, and Redis included. Free forever, no workflow or execution limits. Enterprise adds managed self-hosted deployments with SSO and SLAs.
Nothing breaks. Your existing workflows keep running with full durability — you just can't activate an eleventh until you upgrade or deactivate one. We never pause or delete your work.
Claude (Anthropic), OpenAI GPT models, NVIDIA NIM, and any OpenAI-compatible endpoint. You bring your own API keys, stored with AES-256-GCM encryption. LLM and agent nodes track token usage and cost per step automatically.
Every workflow runs on Temporal, which persists state at each step. If a server dies mid-run, the workflow resumes from the last completed step on restart — no duplicate emails, charges, or API calls, and no manual recovery. Exactly-once execution, not retry-and-hope.
Yes. Upgrades take effect immediately; downgrades and cancellations apply at the end of the billing period. Your workflow definitions are exportable at any time.
Free plan, no credit card. Build it on the canvas or describe it in English — either way, it won't break at 3am.