> ## 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.

# Clay - How do I link my account?

# Overview

To authenticate with Clay, you need:

1. **API key** - A key that grants Nango permission to interact with Clay's API resources and services.
2. **Workspace ID** - The unique identifier for your Clay workspace.

This guide will walk you through obtaining these credentials within Clay.

### Prerequisites:

* You must have an account with Clay.

### Instructions:

#### Step 1: Finding Your API Key

1. Log in to your [Clay](https://clay.com) account.
2. Navigate to **Settings**.

<img src="https://mintcdn.com/nango/CWd3b_izU-7W8CxV/api-integrations/clay/settings.png?fit=max&auto=format&n=CWd3b_izU-7W8CxV&q=85&s=1709f3c3b172334c44f916b12b0f9dea" width="1913" height="780" data-path="api-integrations/clay/settings.png" />

3. Navigate to **Account** and find the **API Key** section.

4. Copy your API key.

<img src="https://mintcdn.com/nango/CWd3b_izU-7W8CxV/api-integrations/clay/api_key.png?fit=max&auto=format&n=CWd3b_izU-7W8CxV&q=85&s=6c9b3d04f4f716ad98054b2caa0bb647" width="1913" height="751" data-path="api-integrations/clay/api_key.png" />

#### Step 2: Finding Your Workspace ID

Your Workspace ID is visible in the URL when you are logged in to Clay. Navigate to your workspace settings and look at the browser address bar:

```
https://app.clay.com/workspaces/1060661/settings/account
```

The number between `/workspaces/` and `/settings` is your **Workspace ID** (e.g. `1060661`).

#### Step 3: Enter credentials in the Connect UI

Once you have your **API Key** and **Workspace ID**:

1. Open the form where you need to authenticate with Clay.
2. Enter your **API Key** and **Workspace ID** in their respective fields.
3. Submit the form, and you should be successfully authenticated.

<img src="https://mintcdn.com/nango/CWd3b_izU-7W8CxV/api-integrations/clay/form.png?fit=max&auto=format&n=CWd3b_izU-7W8CxV&q=85&s=66f34c9bc19996355bd594c4e43c88b7" style={{maxWidth: "450px" }} width="500" height="699" data-path="api-integrations/clay/form.png" />

You are now connected to Clay.
