One config. Build HTTP routes, cron jobs, webhooks, and MCP tools an agent can call, all from the same interface and all behind the same auth.
There's no framework to scaffold, no ORM to wire, and no second service to run when an agent shows up. Every endpoint ships OpenAPI docs, Prometheus metrics, and OpenTelemetry traces from that same config, so it drops into the stack you already run and reviews like the code you already write.
Run it on our managed cloud with instant deploy and rollback, or self-host the same single binary and do it your way.
What one config gives you:
Many surfaces: HTTP APIs over Postgres, MySQL, SQL Server, SQLite, or MongoDB. No model layer to maintain.
Workflows that are real backends: cron, webhooks, branching, retries, and durable state that survives restarts.
MCP tools with your API's auth: any interface becomes a tool Claude or Cursor can call, reusing your JWT and API-key checks.
Realtime that runs your logic: WebSockets and MQTT with pub/sub, presence, and history. Not a relay.
Wired into your stack: traces to Jaeger, Grafana Tempo, or Datadog; /metrics for the Prometheus you already run.
Your data, your infrastructure: self-hosted runs the same config as managed, so databases and embeddings stay on your network.
Three ways to build: plain English, hand-written YAML, or fork a marketplace pack. All three produce the same config.
Built for backend and platform engineers, teams shipping multi-tenant B2B APIs, and anyone tired of re-scaffolding FastAPI + cron + MCP for every service.
Free to start: 3,000 managed request units a month, no card. Priced per request rather than per task or AI credit.
Air Pipe is a developer platform for APIs, workflows, MCP tools, and AI agents.
Built with