What is Nango?
Nango is an open-source platform for building product integrations with AI. It supports 700+ APIs and works with any backend language, AI coding tool, and agent SDK. Nango handles auth, execution, scaling, and observability so you ship integrations in minutes.Quickstart
Authorize an API and make your first request in under 5 minutes.
Try the AI Builder
Describe what you need and get production-ready integration code.
How it works
Nango gives you 3 primitives that cover every integration pattern:Auth
Embed a white label, managed auth flow in your app. Nango handles OAuth, API keys, token refresh, and credential storage for 700+ APIs. Never deal with auth plumbing again.
Proxy
Make authenticated API requests on behalf of your users. Send requests through Nangoβs proxy gateway and it resolves the provider, injects credentials, handles retries and rate limits, and returns the response. No credential management in your codebase.
Functions
Write integration logic as TypeScript functions and deploy them to Nango. Functions execute on a production runtime with built-in API access, retries, storage, and observability. Use the AI builder to generate them from a description of your use case.The runtime handles per-tenant isolation, elastic scaling, and predictable execution. Deploy like you deploy your app, with CI/CD, git, and a CLI.
What you can build
Nango supports every common integration pattern:AI tool calling & MCP
Give AI agents the ability to act on external APIs.
Data syncing
One or two-way sync for RAG pipelines, indexing and triggers.
Webhook processing
Receive and process webhooks from external APIs reliably.
API unification
Normalize APIs to your own universal schema.
Actions
Write data and execute operations on behalf of your users.
Per-customer config
Customize integration behavior for each of your customers.