Auth0 in a config. No connector required.

Verify Auth0 tokens against JWKS in front of every route, with the claims available to the actions behind it.

How Air Pipe reaches Auth0

There is no Auth0 connector, because there does not need to be one. Auth0's API is HTTP, so it is one http: action — the method, the URL, the auth helper for its scheme, and the body. The same action reaches every other API you use, including the ones that do not exist yet.

The same config is four things at once

Whatever you build against Auth0 is not locked to one surface. The same config can expose HTTP routes, run on a cron schedule, receive webhooks, and be called by an agent as an MCP tool — with one auth model and one deploy. You do not rebuild the workflow to make it callable, and you do not bolt an MCP node onto the end of a canvas.

Readable config you own, managed or self-hosted

The artifact is a config you can read, diff and review in a pull request — not a canvas stored in a vendor's database. Run it on Air Pipe's managed cloud or self-host the single binary, with the same config either way, and your credentials and data staying on your infrastructure when you choose to self-host.

Frequently asked questions