> ## Documentation Index
> Fetch the complete documentation index at: https://nango-scrips-ref.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Deel

API configurations: [`deel`](https://nango.dev/providers.yaml), [`deel-sandbox`](https://nango.dev/providers.yaml)

## Features

| Features                                                             | Status                         |
| -------------------------------------------------------------------- | ------------------------------ |
| [Auth (OAuth)](/integrate/guides/authorize-an-api)                   | ✅                              |
| [Sync data](/integrate/guides/sync-data-from-an-api)                 | ✅                              |
| [Perform workflows](/integrate/guides/perform-workflows-with-an-api) | ✅                              |
| [Proxy requests](/integrate/guides/proxy-requests-to-an-api)         | ✅                              |
| [Receive webhooks](/integrate/guides/receive-webhooks-from-an-api)   | 🚫 (time to contribute: \<48h) |

<Tip>We can implement missing features in \<48h, just ask for it in the [community](https://nango.dev/slack).</Tip>

## Getting started

* [How to register an Application](https://developer.deel.com/docs/oauth2-apps#create-an-app)
* [OAuth-related docs](https://developer.deel.com/docs/oauth2)
* [List of OAuth scopes](https://developer.deel.com/docs/scopes-1)
* [Web API docs (their REST API)](https://developer.deel.com/docs)

<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip>

## API gotchas

* Deel provides a separate environment for testing/sandbox and production. We have also provided two different providers for this purpose. Hence, to create an integration for the sandbox, use `deel-sandbox` and for production use `deel`.

<Note>Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/deel.mdx)</Note>
