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

# Authentication

### How to generate my API Key?

From Setting page > API Key section, click "Generate API Key" and name your key. The key will be automatically generated.

{% hint style="danger" %}
Copy your API key and store it in a secured place. You'll not be able to see it again then, to avoid any security issue.
{% endhint %}

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

Then, use your API key as in the following request to authenticate:

{% tabs %}
{% tab title="cURL" %}

```json
curl --request GET \
--url https://api.cloud.sesterce.com/gpu-cloud/instances/offers \
--header 'X-API-KEY: <your-api-key-secret>'
```

{% endtab %}
{% endtabs %}
