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

# Iterable

> Provider ID: `Iterable`

## Getting Started

The Iterable API uses API key authentication. We recommend using a server-side API key, which has access to all of Iterable's API endpoints.

### API Key Setup

<Steps>
  <Step title="Create an Iterable API Key">
    Sign in to your Iterable project as an org admin or as a member with the **Manage Integrations** project permission. Navigate to **Integrations** > **API Keys** and click **New API Key**.

    Enter a descriptive name (e.g. `Strata Integration`) and select **Server-side** as the key type.

    Copy the API key after creation and store it in a secure location. Iterable cannot display the key again after you close the creation window.
  </Step>

  <Step title="Configure the Iterable Integration in Strata">
    Select Iterable in the [Strata Integration Catalog](https://app.connectstrata.com/integrations/catalog). Enter your Iterable API key.

    <Note>
      Iterable API keys are scoped to a specific data center. If your project is US-based, the API base URL is `https://api.iterable.com`. If your project is EU-based, the base URL is `https://api.eu.iterable.com`.
    </Note>
  </Step>
</Steps>
