# Integrations - DeepSeek

<figure><img src="/files/d647975a0ffd7fc0d04c1172c237ff3f89b232da" 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="/files/1ad778b3b6653ace4f9d1bb1266f2c6a434c14a9" 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="/files/0186964a5868c60b2e693bc465e1d77c20578fc4" 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="/files/350fb724c641a5b4a52ed3c936da7be55de827ce" 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="/files/6aa2276b699a55afb4089198593ce86bdb736d5f" 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sprinthub.com/en/topics/integration/integrations-artificial-intelligence-apis/integrations-deepseek.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
