# API - How to register the API key

## How to Register the API Key in Sprinthub CRM

<figure><img src="/files/1901b006c7c9f40cbe2b5324178cf4a088e698e3" alt=""><figcaption></figcaption></figure>

Sprinthub CRM allows you to integrate various platforms to automate processes and improve your team's performance. One of these integrations is done through the use of an **API key**, which is essential to establish secure communication between systems. Below, we will teach the step-by-step process of how to register the API key in Sprinthub CRM.

### Step 1: Access the Settings Menu

1. Open the **Sprinthub CRM** and log in to your account.
2. In the top right corner of the screen, click the **gear** icon to access the settings menu.

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

### Step 2: Navigate to the Integrations Section

1. In the side menu, locate and click the Documentation and API key option.

<figure><img src="/files/74f9a749266dae4c69940f2ae3ceceb498b1ad64" alt=""><figcaption></figcaption></figure>

### Step 3: Generate or Add an API Key

1. Click the **Generate New Key** if you do not have one yet.
   * A unique code will be generated that will serve as your access key.
2. If you already have an API key, click **Add Key** and enter the code provided by the platform you want to integrate.

<figure><img src="/files/9f37cc0540d5527f7f735922a5f354350baa833b" alt=""><figcaption></figcaption></figure>

When clicked, the option will appear to add a name, the user from which it will inherit permissions, and an enabled or disabled status.&#x20;

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

> **Attention:** Make sure to copy the key exactly as it is displayed, as any error will prevent the integration.

### Step 4: Configure Permissions

1. After registering the key, you will be able to configure the permissions for the integration.
2. Choose the resources that the integrated platform can access, such as:
   * Contacts
   * Leads
   * Deals

Click **Save** to confirm the settings.

<figure><img src="/files/7cd99b4ee64c7a8488634ef2ab593d7e68278982" alt=""><figcaption></figcaption></figure>

### Step 5: Test the Integration

1. After configuring the API key, it is important to test the connection.
2. Check if data is being sent and received correctly between the platforms.

Done! Now your API key is registered and working in Sprinthub CRM. If you have questions or encounter problems during the process, contact Sprinthub technical support.


---

# 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/api/api-how-to-register-the-api-key.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.
