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

# Authentication

> Use your VaultCord API Key to authenticate your requests

<img className="block" src="https://cdn.vaultcord.com/docs/create-api-key.png" alt="Create API key" />

VaultCord's API uses Bearer authentication with your API Secret Key. You will have to send your API Secret Key via the Authorization header.

<Note>Your API Key is the same for all the servers you have under your account.</Note>

```
Authorization: Bearer YOUR_API_KEY
```

Your API key can be accessed and re-generated [in the settings tab](https://dash.vaultcord.com/settings).

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

<Card title="Contact Live Chat Support" icon="headset" href="https://vaultcord.com/discord">
  Our support team is available through Live Chat on our website. Please share your Order ID or the email you used for the transaction so we can help you faster.
</Card>
