# Authentication

All interactions with our API require the use of **your unique API key for authentication**. Remember to include this key in the header of all your requests to ensure successful processing.

**Note:** If you ever need to reset your API key, you can do so directly from your dashboard. There will be an option labeled **"Regenerate"** (reference image below). Click on it and your key will be reset instantly.

<figure><img src="/files/Hoyi7S8zv9LqC8TGX88c" alt=""><figcaption></figcaption></figure>


---

# 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.enterprise.spacely.ai/spacely-ai-enterprise/introduction/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.
