Nango
The integrations your SaaS product offers its own users - that is what Nango, an open-source
product-integrations platform, exists to build. It solves the repetitive infrastructure work
behind every third-party API connection: OAuth flows, API key handling, token refresh,
encrypted credential storage, rate-limit backoff, retries, and multi-tenant connection
management. It ships pre-built auth configurations for 800+ APIs. Your users connect their
accounts through an embeddable, white-label Connect UI, and your backend then reads or writes
data through Nango's proxy, SDKs, or REST API without ever touching raw credentials.
Integration logic is written as TypeScript functions covering actions, scheduled data syncs,
and webhook processing - all running on one runtime with retries, checkpointing, and
per-connection logs built in. Syncs pull records incrementally on a schedule, one-way or
two-way, which suits RAG pipelines, search indexing, and keeping local copies of external data
current. Selected actions can also be exposed as tool schemas or through a built-in MCP
server, so AI agents operate on user-connected accounts without ever handling provider
credentials. Auth support spans OAuth 2.0, OAuth 1.0a, API keys, basic auth, and JWT, and
observability - logs, metrics, failure detection, and a reconnect flow for expired credentials
- is scoped per customer connection for easier support debugging. Works with any backend
language. Self-hosting on RepoCloud keeps all customer credentials and synced data on
infrastructure you control, which matters for data residency and compliance requirements.
Deploy