Point it at your database. Get an API.

Air Pipe speaks to relational and document databases natively. Write a query, add assertions and auth, and you have a production endpoint — no ORM, no Mongoose, no backend boilerplate.

Relational and document, first-class

PostgreSQL, MySQL/MariaDB, SQL Server and SQLite for relational; MongoDB for documents, including aggregation pipelines and vector search. Your data stays where it is — Air Pipe connects to it.

No ORM, no glue code

There's no model layer to maintain and keep in sync. The query is the source of truth; assertions validate input; transforms shape output. That's the whole backend.

Secured and observable out of the box

Every database-backed endpoint gets auth, validation, tracing, metrics and OpenAPI docs automatically — the same as any other Air Pipe interface.

Frequently asked questions