# 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>
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.distribute.ai/distribute-for-enterprise/enterprise-inference-api/authentication.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
