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

# NeverBounce

> Verify email addresses in real-time

NeverBounce helps you validate email addresses to improve deliverability and protect your sender reputation.

## Overview

<CardGroup cols={2}>
  <Card title="Create Account" icon="user">
    Sign up for a NeverBounce account
  </Card>

  <Card title="Get API Key" icon="key">
    Generate your NeverBounce API key
  </Card>

  <Card title="Copy into Anything" icon="plug">
    Add your API key to Anything's secrets
  </Card>
</CardGroup>

## Account Creation

<Steps>
  <Step title="Visit NeverBounce Website">
    Go to [neverbounce.com](https://neverbounce.com/) and click "Register" in the top right corner

    <img src="https://mintcdn.com/create/VE4G9m6I567_bcO7/images/neverbounce/neverbounce-website.png?fit=max&auto=format&n=VE4G9m6I567_bcO7&q=85&s=fd9b618393f5bec8e029ade3a5ed8106" style={{ borderRadius: '0.5rem' }} width="2722" height="1448" data-path="images/neverbounce/neverbounce-website.png" />
  </Step>

  <Step title="Choose Signup Method">
    * Sign up with email/password
    * Or continue with Google/GitHub authentication
  </Step>
</Steps>

## Generate API Key

<Steps>
  <Step title="Access API Settings">
    1. Click on "Integrations" in your navigation bar
    2. Select "Custom Integrations" from the menu

    <img src="https://mintcdn.com/create/VE4G9m6I567_bcO7/images/neverbounce/neverbounce-app-create.png?fit=max&auto=format&n=VE4G9m6I567_bcO7&q=85&s=28836501821d5eda248ea6e70c74661e" style={{ borderRadius: '0.5rem' }} width="2618" height="1274" data-path="images/neverbounce/neverbounce-app-create.png" />

    <Warning>
      Keep your API key secure - it grants full access to your NeverBounce account
    </Warning>
  </Step>

  <Step title="Create New API Key">
    1. Copy the generated key

    <img src="https://mintcdn.com/create/VE4G9m6I567_bcO7/images/neverbounce/neverbounce-apigen.png?fit=max&auto=format&n=VE4G9m6I567_bcO7&q=85&s=d8fda1141e40ae46125d340ac4aef36d" style={{ borderRadius: '0.5rem' }} width="2604" height="1464" data-path="images/neverbounce/neverbounce-apigen.png" />
  </Step>
</Steps>

## Add to Anything project

<Steps>
  <Step title="Add the integration">
    1. In your Anything project, type `/` in the chat
    2. Select "NeverBounce" from the menu
  </Step>

  <Step title="Add your API key">
    1. Paste your NeverBounce API key into the "NEVERBOUNCE\_API\_KEY" field

    <Tip>
      Need a new key? Generate one in your NeverBounce dashboard.
    </Tip>
  </Step>

  <Step title="Start using it">
    You can now use prompts with the integration to validate emails.

    Example prompts:

    * `Validate this email list using /NeverBounce`
    * `Add email validation to my signup form with /NeverBounce`
    * `Clean my contact database with /NeverBounce`

    <Warning>
      NeverBounce charges per validation. Ask the agent to show a helpful message if the connection fails.
    </Warning>
  </Step>
</Steps>

<Tip>
  Your NeverBounce integration is ready! Use `/NeverBounce` in chat to validate emails.
</Tip>
