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

# Lindy

> Add Enrichley email validation to your Lindy AI agents.

Lindy lets you build AI agents that automate work across hundreds of integrations. The Enrichley action gives those agents email validation as a first-class capability — useful for any agent that touches contacts, leads, or inbox triage.

## What you can do

| Action             | Description                                                                 |
| ------------------ | --------------------------------------------------------------------------- |
| **Validate Email** | Verify an email address's deliverability and classification with Enrichley. |

## 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 Lindy agent">
    In Lindy, edit the agent you want to add validation to. Add an action and search for **Enrichley**.
  </Step>

  <Step title="Connect your Enrichley account">
    Paste your Enrichley API key when prompted.
  </Step>

  <Step title="Configure the Validate Email action">
    Pass the email address (typically a variable from an upstream trigger) into the action.
  </Step>

  <Step title="Use the result">
    Branch your Lindy agent on the validation result — for example, only continue if the email is `ok` or `catch_all_validated`.
  </Step>
</Steps>

## Use cases

* **Inbox triage** — only respond to or route messages from valid email addresses.
* **Lead qualification** — verify form submissions before passing them to sales.
* **Outbound campaigns** — clean lists generated by other Lindy agents before sending.

## Get help

* **Lindy's listing for Enrichley:** [lindy.ai/integrations/enrichley](https://www.lindy.ai/integrations/enrichley)
* **Enrichley support:** [support@enrichley.io](mailto:support@enrichley.io)
