# Authentication

{% hint style="info" %}
The page is currently being developed. If you experience issues, please contact our support team. Your feedback helps us improve our documentation for everyone.
{% endhint %}

### Create an API key

Oasis uses API keys for authentication. Users are allowed to create 1 API key per account. Keep in mind that API keys are a secret. Never share your API key or expose it in any client side environment.

Visit <https://dashboard.distribute.ai/enterprise/api-keys> to create an api key.\
\
Base Url:

```
https://api.distribute.ai/
```

All API requests should include your API key in an `Authorization` HTTP header as follows:

```
Authorization: <APIKEY>
```
