# Integrações - DeepSeek

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

Este guia mostra, passo a passo, como gerar e copiar sua chave API na plataforma DeepSeek para usar em integrações (como no SprintHub, por exemplo).

***

### 1. Pré-requisitos

* Conta ativa no DeepSeek Platform.
* Acesso ao dashboard de usuário com permissão para criar chaves API.

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

***

### 2. Passo a passo

#### 2.1. Acesse o console do DeepSeek

1. Entre em <https://platform.deepseek.com> e faça login com suas credenciais.
2. No menu lateral à esquerda, clique em **“API keys”**.

#### 2.2. Crie uma nova chave

1. Na seção “API keys”, clique em **“Create new API key”**.
2. Na janela que abrir, insira um **nome descritivo** (ex.: `SprintHub` ou `MeuProjeto`).
3. Clique em **“Create API key”**.

#### 2.3. Copie e guarde sua chave

#### Imediatamente após a criação, o DeepSeek exibe a chave completa uma única vez.

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

Clique em **“Copy”** para levar a chave ao clipboard.

**Cole** em um local seguro (arquivo `.env`, cofre de senhas, etc.), pois não será possível vê-la de novo pela interface.

Finalize com **“Done”**.

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

***

### 3. Usando a chave no SprintHub (exemplo)

1. No SprintHub, abra **Configurações → Integrações → APIs de Inteligência Artificial**.
2. Em **Chave DeepSeek**, cole sua chave copiada.
3. Clique em **Atualizar** para salvar.

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

***

### 4. Boas práticas de segurança

* **Não compartilhe** sua chave em repositórios públicos.
* **Rotacione** chaves periodicamente, criando novas e desativando as antigas.
* Utilize **restrições de origem** (IP ou domínio) sempre que o DeepSeek oferecer essa opção, evitando uso indevido.


---

# 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/topicos/integracao/integracoes-apis-de-inteligencia-artificial/integracoes-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.
