Explore the docs »
Supported APIs
·
Docs
·
Website
·
Contribute an API
·
Report Bug
·
Slack Community
Nango simplifies integrating your product with any external API. It's as flexible as building integrations yourself and as quick as choosing a pre-existing solution. This means you can:
- Build the integrations your customers need
- Clean up your codebase
- And get a good night's sleep!
With Nango, you can construct integrations in hours, not weeks, while retaining complete control over the integration's logic and access to all external APIs.
Nango merges production-ready infrastructure with pre-build integration templates for over 100 APIs:
- 🔐 Authenticate 100+ APIs with just one line of code
- 🔁 Enable bi-directional data synchronization
- ⏩️ Easily access unified APIs for any category
- 🚫 Automate API-specific rate limits, retries & pagination
- 🧠 Apply strong typing with your custom data models
- 🪝 Utilize webhooks & real-time data syncs
- 👀 Take advantage of built-in monitoring
- 📺 Access your admin dashboard
You'll have full control over the integrations without the headache of maintenance and ops.
- A single line to initiate a new OAuth flow & connect an integration:
nango.auth('github', '<user-id>');
- A single line to fetch structured objects from any external API:
nango.listRecords<GithubIssue>({
providerConfigKey: 'github',
connectionId: '<user-id>',
model: 'GithubIssue', // Or any other data you want to sync
});
Nango works with any API and use-case. Adding an API is simple, and we already have many APIs covered.
Over 100 APIs are pre-configured to work right out of the box, including:
- CRM: Front, Hubspot, Salesforce, and more
- Accounting: Xero, Sellsy, Zoho Books, and more
- Fintech: Brex, Stripe, Braintree, Ramp, and more
- Developer tools: GitHub, GitLab, Linear, Jira, and more
- Communication: Gmail, Microsoft Teams, Slack, Discord, Zoom, and more
- Productivity: Asana, Airtable, Google Drive, Google Calendar, Trello, GSheet, ClickUp, and more
- Social: Twitter, LinkedIn, Reddit, Facebook, and more
- and many others...
If your favorite API is not listed, you can open a GitHub issue or contribute it.
You can try Nango in 10 minutes with the Quickstart 🚀.
Or sign up for free:
Consider Nango if:
- You need to build integrations quickly
- Pre-packaged solutions such as embedded iPaaS or unified APIs are too restrictive
- You want to minimize maintenance overhead in production
Nango is primarily for SaaS products where integrations are at the heart of the user experience. If your product deeply integrates with other SaaS products, Nango is likely your best bet.
However, Nango is not designed for automating internal workflows or adding single sign-on login options.
At Nango, we believe all software should integrate seamlessly with the other software its users utilize. Integrations are core features in software products and as such should be built by engineers.
Our mission is to simplify the process for engineers to incorporate these integrations into their products with an open platform.
With our open-source approach, every engineer can contribute improvements to the platform for everyone:
- Contribute new APIs for OAuth flows & data syncs
- Contribute new integration templates or extend existing one for themselves
- Share API specific quirks with other developers
- Explore the documentation
- Share feedback or ask questions on the Slack community
- Contribute a new API
- Check out our blog on native integrations
- Explore the integration templates
- Check out the 100+ supported APIs
Thank you for continuously making Nango better ❤️
Pizzly (a simple service for OAuth) was initially developed by the team at Bearer with contributions of more than 40 individuals. Over time the focus of Bearer shifted and they could no longer maintain Pizzly. In late 2022 the team at Nango adopted the project and has since maintained and evolved it together with the growing Nango community.