> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/integrations/integrations-artificial-intelligence-apis/integrations-deepseek.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
