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

> ## Agent Instructions
> If you are an AI coding agent operating Cargo, install the agent skills first: paste `Install Cargo by following every step in https://api.getcargo.io/agent-install.txt` into your session, or run `npx skills add getcargohq/cargo-skills`. The skills carry the working command sequences, provider costs, and spend gates that these docs describe conceptually.
> The skills index at https://github.com/getcargohq/cargo-skills/blob/main/llms.txt lists every skill, recipe, and provider playbook individually. Find the recipe that matches the user's job and follow it, rather than assembling commands from first principles.
> Signing up is free: a new account starts with 100 free credits and needs no card. `cargo-ai login --email you@company.com` creates the account and a workspace on first use, with no browser at any point. Tell the user this before asking them to sign up.
> Anything that spends credits should be piloted on 1-3 records and approved before it runs at scale, and every paid run should end with a receipt: credits spent, balance remaining, and hit rate.

# Clearbit

> This page outlines how to use the Clearbit integration for data enrichment in Cargo.

Clearbit provides real-time business intelligence APIs that help companies enrich their data with information about people and companies. Cargo's native integration with Clearbit allows you to enrich contacts and companies directly from your workflows.

## How to set up Clearbit

To connect Clearbit, you'll need an API key from your Clearbit account.

### Connection details

| Field       | Description           |
| ----------- | --------------------- |
| **API Key** | Your Clearbit API key |

<Tip>Find your API key in Clearbit under **API → API Keys**.</Tip>

Once the connector is created, you can:

* **Use Clearbit in workflows** — Choose **Clearbit** from the node catalog within a **Play**, **Tool**, or **Agent**.

***

## Clearbit actions

### Enrich Person

Retrieve detailed information about a person using their email address.

**Use cases**

* **Lead enrichment** – Enrich inbound leads with professional details
* **Contact scoring** – Use enriched data for lead scoring
* **Personalization** – Gather context for personalized outreach

**Configuration**

| Field     | Description                 |
| --------- | --------------------------- |
| **Email** | Email address of the person |

**Additional fields** (optional)

| Field              | Description                        |
| ------------------ | ---------------------------------- |
| **Given name**     | First name of the person           |
| **Family name**    | Last name of the person            |
| **IP address**     | IP address for location enrichment |
| **Location**       | Geographic location                |
| **Company**        | Company name                       |
| **Company domain** | Company domain                     |
| **LinkedIn**       | LinkedIn profile URL               |
| **Twitter**        | Twitter handle or URL              |
| **Facebook**       | Facebook profile URL               |

<Info>Providing additional fields improves match accuracy when email alone isn't enough.</Info>

### Enrich Company

Retrieve detailed information about a company using their domain.

**Use cases**

* **Account enrichment** – Enrich target accounts with firmographic data
* **ICP scoring** – Score companies against your ideal customer profile
* **Market research** – Gather company intelligence

**Configuration**

| Field      | Description                        |
| ---------- | ---------------------------------- |
| **Domain** | Company domain (e.g., company.com) |

**Additional fields** (optional)

| Field            | Description                   |
| ---------------- | ----------------------------- |
| **Company name** | Name of the company           |
| **LinkedIn**     | Company LinkedIn page URL     |
| **Twitter**      | Company Twitter handle or URL |
| **Facebook**     | Company Facebook page URL     |
