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

# Step 2: Create API key and obtain base REST URL

export const SiftIcon = ({className}) => <span className={`inline-flex items-center align-middle text-black dark:text-white ${className || ''}`}>
    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Artwork" x="0px" y="0px" viewBox="0 0 1005.58 733.96" style={{
  enableBackground: "new 0 0 1005.58 733.96",
  width: "2em",
  height: "2em"
}} xmlSpace="preserve">
      <path fill="currentColor" d="M552.16,150.89c-165.6,0-180.29,160.61-300.62,192.32v2.67h601.24v-2.67C747.74,324.18,717.72,150.89,552.16,150.89z   M453.46,583.08c165.6,0,180.29-160.61,300.62-192.32v-2.67H152.84v2.67C257.88,409.78,287.91,583.08,453.46,583.08z" />
    </svg>
  </span>;

## Overview

To make REST API calls, you need to create a Sift API key and obtain your organization's base REST URL.

## Create an API key

Let's create an API key on Sift's Manage page.

1. In **Sift**, click your profile icon, which shows the first initial of your account name.
2. Select **Manage**.
3. In the **Manage** navigation menu, click **API keys**.
4. Click **+ Create API Key**.
5. In the **Name** box, enter a name for the API key.
6. In the **User** list, select your email to link to the API key.
7. Click **Create**.
8. Click <Icon icon="copy" /> **Copy**.
   * Be sure to save the API key, as you will need it in the upcoming steps.
9. Click <Icon icon="xmark" /> **Close**.

## Obtain the base REST URL

Let's obtain the base REST URL on Sift's Manage page.

1. In the **REST API URL** field, click <Icon icon="copy" /> **Copy**.
   * Be sure to save the base REST URL, as you will need it in the upcoming steps.
