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

# Authenticating

<Warning>
  This page covers authentication for non-native requests using the `HTTP API` enrichment. If you're using [native EmailBison enrichments](/low-code-tools/clay/enrichments), authentication is handled automatically through your connected workspace accounts.
</Warning>

Requests to EmailBison need to be authenticated with an [API Key](/get-started/authentication).

You can either send a header with an `Authorization` key each time you add a new `HTTP API` enrichment, or you can save this header to your `accounts` so you can select it from a dropdown.

### Saving the headers to your accounts

<Tabs>
  <Tab title="Text" icon="text">
    <Tip>
      There are text and video versions of this section.<br /> Click the tab icons above this tip to switch between them.
    </Tip>

    If you have already done these steps, you can select an account from the dropdown under `Account` to authenticate requests in this column with.

    1. In your Clay HTTP API enrichment, scroll down to `Account`.
    2. Click `+ Add Account`.
    3. Put in a friendly name, such as `EmailBison Workspace A`
    4. Click `Add a new Key and Value pair`.
    5. In the `Key` field, input `Authorization`.
    6. In the `Value` field, input `Bearer YOUR_API_KEY` (the word Bearer, a space, and your [API Key](/get-started/authentication)).
    7. Click `Save`.
    8. You can now select this account from the `Accounts` dropdown for any future columns you add to your Clay workspace.
  </Tab>

  <Tab title="Video" icon="images">
    <Tip>
      There are text and video versions of this section.<br /> Click the tab icons above this tip to switch between them.
    </Tip>

    The following video will implement the text instructions on a Clay table.

    <Frame>
      <video autoPlay muted loop playsInline controls className="w-full aspect-video rounded-xl" src="https://mintcdn.com/emailbison-306cc08e/6vP4IPDHlIEu3rWW/images/clay_add_account.mp4?fit=max&auto=format&n=6vP4IPDHlIEu3rWW&q=85&s=8614daf85330c33bf6404226c8990b2e" type="video/mp4" data-path="images/clay_add_account.mp4" />
    </Frame>
  </Tab>
</Tabs>

***

### Manually authorizing each request

<Tabs>
  <Tab title="Text" icon="text">
    <Tip>
      There are text and video versions of this section.<br /> Click the tab icons above this tip to switch between them.
    </Tip>

    1. In your Clay HTTP API enrichment, scroll down to `Headers`.
    2. Click `Add a new Key and Value pair`.
    3. In the `Key` field, input `Authorization`.
    4. In the `Value` field, input `Bearer YOUR_API_KEY` (the word Bearer, a space, and your [API Key](/get-started/authentication)).
  </Tab>

  <Tab title="Video" icon="images">
    <Tip>
      There are text and video versions of this section.<br /> Click the tab icons above this tip to switch between them.
    </Tip>

    The following video will implement the text instructions on a Clay table.

    <Frame>
      <video autoPlay muted loop playsInline controls className="w-full aspect-video rounded-xl" src="https://mintcdn.com/emailbison-306cc08e/6vP4IPDHlIEu3rWW/images/clay_add_lead.mp4?fit=max&auto=format&n=6vP4IPDHlIEu3rWW&q=85&s=c399f75206c853b26223ca200da99aaf" type="video/mp4" data-path="images/clay_add_lead.mp4" />
    </Frame>
  </Tab>
</Tabs>

***

Once you've familiarilized yourself with how to authenticate your requests using Clay, visit [Clay - GET Requests](/low-code-tools/clay/get-requests) and [Clay - POST Requests](/low-code-tools/clay/post-requests) for instructions that will apply to the majority of API requests to EmailBison.
