> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rdp.sh/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Authentication

## Bearer Token

RDP.sh's API uses API key authentication with your API Secret Key. You will have to send your API Secret Key via the Authorization header.

```
Authorization: YOUR_API_KEY
```

Your API key can be accessed and re-generated [in the general tab](https://rdp.sh/dashboard/settings/general).

<Warning>All API requests must be made over HTTPS.</Warning>
