Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Option 1: Request a new API (most popular)
The easiest way to add a new API is to request it from the Nango team. If you have a shared Slack channel with Nango, send your request there. Otherwise, post in the#request-a-new-api channel of the community.
We’ll deliver them according to the SLAs on our pricing page.
Option 2: Contribute a new API yourself
To contribute a new API, follow the steps below and check out past PRs starting withfeat(integrations) for examples.
Pre-requisites
- You have access to a test account for the API
- The API is publicly accessible
- The API is of type HTTP or SOAP
Add an API configuration
Fork the repo and edit the API configurations file (providers.yaml). You can test the configuration of your new provider with this command:Test the API
To test your new provider, go to thenango repo root and run:
Document the API
Add a<api>.mdx file (e.g. github.mdx) for your API to the docs/integrations/all folder. Check out other examples to fill out the content of the documentation page.
Reference the page in the docs/docs.json file in the 700+ APIs & Integrations group in alphabetical order.