Air Pipe runs the work you would put in Zapier — schedules, webhooks, multi-step flows — and what you ship at the end is a real service: your own database, your own auth, an OpenAPI document and a trace for every request. Billed per request, not per task.
Cron schedules, webhooks and branching flows are the same declarative config as your HTTP endpoints — with your database behind them, auth in front, and durable state between runs. You get the automation and the service, not one bolted onto the other.
Every endpoint ships OpenTelemetry traces, Prometheus metrics and OpenAPI docs automatically. You can see exactly what ran and why — instead of debugging a run history in a dashboard.
Zapier bills per action, so a three-step Zap costs about two tasks every run. Air Pipe charges one request unit for the whole request — a trigger plus up to 1000ms of execution — however many steps run inside.
Describe the automation in plain English and Air Pipe generates the config, then you deploy it. The same is true of the marketplace: fork a pack, set two variables, run it. What you end up with is still a readable file you can diff and review — the difference from a canvas is that a non-engineer can produce it and an engineer can still audit it.
Run on our managed cloud or self-host the single binary anywhere. Your data stays on your infrastructure — a different trust model from a fully hosted SaaS.
The same backend also serves realtime — WebSocket and MQTT pub/sub with presence, history-rewind and retained messages — that your website's users subscribe to directly. A SaaS-automation tool moves data between apps on triggers and schedules; it doesn't give your product a realtime channel layer. In Air Pipe it's the same config that serves your endpoints, and your pipeline runs on every message.
If your automation is mostly gluing SaaS products together — a form to a spreadsheet to a chat message — Zapier's connector library is thousands deep and we don't claim parity on it. Air Pipe is the better fit when the automation has quietly become part of your product: a real endpoint, on your own database, that you can trace, review and put behind auth.