> For the complete documentation index, see [llms.txt](https://docs.tebex.io/developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tebex.io/developers/game-server-api/authentication.md).

# Authentication

To access the Plugin API, all requests need to be authenticated via a Game Server secret key which is found in the [game servers section](https://creator.tebex.io/game-servers) of your creator panel.

Supply the secret key by setting the `X-Tebex-Secret` header in all requests to the API.

{% hint style="info" %}
Please note that all requests to the API must be sent via HTTPS.
{% endhint %}
