> For the complete documentation index, see [llms.txt](https://developers.gallabox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.gallabox.com/getting-started/authentication.md).

# Authentication

The Gallabox API employs a combination of API Key and API Secret for authenticating requests.

Access and control your API credentials through the [Settings](https://app.gallabox.com/apikey) section of your Gallabox account. When generating API Keys, specify the required permissions to restrict access to essential API resources only.

Authenticate your API requests by including the API Key and API Secret in the `apiKey` and `apiSecret` headers, respectively, of each request.

{% hint style="info" %}
Please be sure to keep your API credentials secure! Do not share them in emails, chat messages, client-side code or publicly accessible sites.

If you have accidentally shared an API Key or Secret publicly, you can revoke it in the [Settings](https://app.gallabox.dev/apikey) of your Gallabox account by deleting it.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://developers.gallabox.com/getting-started/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.
