# 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="https://3376774032-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoExYATuECEyEKGJ4cD8X%2Fuploads%2FO3teIWUFv1LrpqQYdX7j%2Fimage.png?alt=media&#x26;token=bc04cf21-c60a-4565-9988-2dc79beb5d28" 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 %}
