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

# Apollo.io

> Connect Apollo.io to Adapt to search, enrich, and analyze sales data

Connect Apollo.io to let Adapt search for people and companies, enrich your leads, and analyze your sequences.

## Set up credentials

You generate an API key from the Apollo developer settings. You need an admin permission profile to create, edit, or delete API keys.

<Steps>
  <Step title="Open Settings">
    Log in to Apollo and go to **Settings**.
  </Step>

  <Step title="Open the API integration">
    Select **Integrations**, then find **API** and open it. Choose **API Keys**.
  </Step>

  <Step title="Create a new key">
    Click **Create new key**. Enter a **name** and **description**. Select the
    specific API endpoints the key may access, or toggle **Set as master key**
    to grant access to all endpoints.
  </Step>

  <Step title="Copy the API key">
    Click **Create API key**, then copy the generated key and store it securely.
  </Step>
</Steps>

<Note>
  API access and rate limits depend on your Apollo plan. Some endpoints are only
  accessible with a master key.
</Note>

## Connect to Adapt

<Steps>
  <Step title="Open Integrations">
    In Adapt, go to **Settings > Integrations**.
  </Step>

  <Step title="Find Apollo.io">
    Search for **Apollo.io** and select it from the catalog.
  </Step>

  <Step title="Start the connection">
    Click **Connect** to open the connection form.
  </Step>

  <Step title="Add your credentials">
    Enter the values you gathered above, then click **Add connection**:

    | Secret Name      | Value               |
    | ---------------- | ------------------- |
    | `APOLLO_API_KEY` | Your Apollo API key |

    You can rename the connection and choose whether it is shared with your
    organization or kept personal to you.
  </Step>

  <Step title="Test the connection">
    Ask Adapt to search for contacts at a target company.
  </Step>
</Steps>

### Security

* Credentials are encrypted at rest with AES-256
* Scope the key to only the API endpoints you need instead of using a master key when possible
* Anyone with the key can take actions in your Apollo account, so treat it like a password
* Never share the API key publicly or commit it to source control

## Capabilities

Adapt can search Apollo for people and companies, enrich your leads, and analyze your sequences. Use it to build prospect lists, fill in missing contact data, and review outreach performance.

### Examples

People search

```
Find Apollo contacts who are VPs of Engineering at SaaS companies with 200 to 1000 employees.
```

Lead enrichment

```
Enrich this list of company domains with Apollo data and return key contacts.
```

Company research

```
Look up Acme Corp in Apollo and summarize its size, industry, and technologies.
```

Sequence analysis

```
Summarize the performance of my active Apollo sequences by reply rate.
```
