> ## Documentation Index
> Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Pipeline CRM - How do I link my account?

# Overview

To authenticate with Pipeline CRM, you will need:

1. **App Key** — Identifies which application (your Nango integration) is making the API request.
2. **API Key** — Authenticates the specific Pipeline CRM user making the request.

This guide will walk you through generating both from your Pipeline CRM admin settings.

### Prerequisites

* A Pipeline CRM account with administrator access (required to generate an App Key).

### Step 1: Generating Your App Key

1. Log in to Pipeline CRM as an administrator.
2. Navigate to [https://app.pipelinecrm.com/admin/modern/api](https://app.pipelinecrm.com/admin/modern/api).
3. Create a new **App Key** to identify your Nango integration.
4. Your **App Key** will be generated.

<img src="https://mintcdn.com/nango/B3z0jTS7gQV37nsh/api-integrations/pipelinecrm/app_key.png?fit=max&auto=format&n=B3z0jTS7gQV37nsh&q=85&s=d5ab8b2cd45371c1b088a4cb8a05c0c3" width="1918" height="624" data-path="api-integrations/pipelinecrm/app_key.png" />

### Step 2: Finding Your API Key

The API Key is generated separately from the App Key, on its own page.

1. Log in to Pipeline CRM and navigate to [https://app.pipelinecrm.com/admin/modern/keys\_api](https://app.pipelinecrm.com/admin/modern/keys_api).
2. Copy your **API Key**.

<img src="https://mintcdn.com/nango/B3z0jTS7gQV37nsh/api-integrations/pipelinecrm/api_key.png?fit=max&auto=format&n=B3z0jTS7gQV37nsh&q=85&s=05619e09c1206d6b5732067577bf5448" width="1918" height="624" data-path="api-integrations/pipelinecrm/api_key.png" />

<Note>
  Resetting your password — or an admin resetting your API key from the same page — invalidates the existing API Key. You'll need to update your Nango connection with the new value afterward.
</Note>

### Step 3: Enter Your Credentials in Nango

Once you have your **App Key** and **API Key**:

1. Open the Nango connection form for Pipeline CRM.
2. Enter your **App Key** and **API Key** in the corresponding fields.
3. Submit the form, and you should be successfully authenticated.

<img src="https://mintcdn.com/nango/B3z0jTS7gQV37nsh/api-integrations/pipelinecrm/form.png?fit=max&auto=format&n=B3z0jTS7gQV37nsh&q=85&s=fac868660c3c44fcc0b0ac6958b6f138" style={{maxWidth: "450px" }} width="500" height="700" data-path="api-integrations/pipelinecrm/form.png" />

You are now connected to Pipeline CRM.
