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

# Cargo

> Verify emails inside Cargo's multi-agent workflows with Enrichley.

Cargo turns data into action with multi-agent workflows. The Enrichley app inside Cargo gives those workflows email validation as a building block — verify deliverability, classify risk, and route emails to the right next step.

## What you can do

| Action     | Description                                                                               |
| ---------- | ----------------------------------------------------------------------------------------- |
| **Verify** | Validate a single email address. Returns deliverability status, validity, and risk level. |

## Plan requirements

A paid [Enrichley plan](https://app.enrichley.io/plans) with API access is required.

## Setup

<Steps>
  <Step title="Get your Enrichley API key">
    Copy your API key from your [Enrichley profile](https://app.enrichley.io/profile).
  </Step>

  <Step title="Add Enrichley to your Cargo workflow">
    In Cargo, add a step that uses the Enrichley integration. When prompted, paste your Enrichley API key.
  </Step>

  <Step title="Configure the Verify action">
    Set the **Object type** to `Email` and pass the email address you want to validate as the input.
  </Step>

  <Step title="Run your workflow">
    Cargo calls Enrichley for each email and returns the validation result, which downstream steps in your workflow can branch on.
  </Step>
</Steps>

## Credit usage

Cargo bills **0.1 credit per Verify call** against your Enrichley balance.

## Use cases

* **List cleaning** — validate large contact lists before they enter a sequence.
* **Lead validation** — gate inbound leads on deliverable email addresses.
* **Deliverability optimization** — route risky and unknown emails through alternative outreach channels.

## Get help

* **Cargo documentation:** [docs.getcargo.ai/integration/enrichley](https://docs.getcargo.ai/integration/enrichley)
* **Enrichley support:** [support@enrichley.io](mailto:support@enrichley.io)
