# Integrations - DeepSeek

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FRkHY4MwOuGzdekZHrXjG%2FChatGPT%20Image%20Aug%202%2C%202025%2C%2012_01_07%20PM.png?alt=media&#x26;token=c5cf43ab-0f01-4c09-b668-4050af31d97f" alt=""><figcaption></figcaption></figure>

This guide shows, step by step, how to generate and copy your API key on the DeepSeek platform to use in integrations (such as SprintHub, for example).

***

### 1. Prerequisites

* Active account on the DeepSeek Platform.
* Access to the user dashboard with permission to create API keys.

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2F74Po2xohLjBnsvJpYhD3%2Fimage.png?alt=media&#x26;token=db7e5c99-5876-4199-8a50-565f531643b0" alt=""><figcaption></figcaption></figure>

***

### 2. Step by step

#### 2.1. Access the DeepSeek console

1. Go to <https://platform.deepseek.com> and log in with your credentials.
2. In the left sidebar menu, click **"API keys"**.

#### 2.2. Create a new key

1. In the "API keys" section, click **"Create new API key"**.
2. In the window that opens, enter a **descriptive name** (e.g.: `SprintHub` or `MyProject`).
3. Click **"Create API key"**.

#### 2.3. Copy and store your key

#### Immediately after creation, DeepSeek displays the full key only once.

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2Flds5p77bokwILAdJKvdw%2Fimage.png?alt=media&#x26;token=26b129fc-22a4-443f-a8da-b2a219583744" alt=""><figcaption></figcaption></figure>

Click **"Copy"** to put the key on the clipboard.

**Paste** in a secure location (file `.env`, password vault, etc.), as it will not be possible to view it again through the interface.

Finish with **"Done"**.

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FDXW29T1BbI0NkqQB4TU2%2Fimage.png?alt=media&#x26;token=82e57b79-5ed6-4a25-a413-8f31174dcc78" alt=""><figcaption></figcaption></figure>

***

### 3. Using the key in SprintHub (example)

1. In SprintHub, open **Settings → Integrations → Artificial Intelligence APIs**.
2. In **DeepSeek Key**, paste your copied key.
3. Click **Update** to save.

<figure><img src="https://684109703-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9FzUKkagBNy5uQ7AtGNa%2Fuploads%2FcWWqiTlVoHISavHXnP9b%2Fimage.png?alt=media&#x26;token=697d79b5-71b7-4e9d-9937-04090466cc9b" alt=""><figcaption></figcaption></figure>

***

### 4. Security best practices

* **Do not share** your key in public repositories.
* **Rotate** keys periodically by creating new ones and deactivating old ones.
* Use **origin restrictions** (IP or domain) whenever DeepSeek offers this option, preventing misuse.
