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

# Initial Setup

> Set up your API access by creating a secure client credentials token in the Standard Metrics Developer Settings.

## Create your API key

Follow these steps to create and securely store an API key using the Standard Metrics Developer Portal. This key will authenticate your requests and enable access to your firm's financial and investment data.

### 1. Navigate to **Settings**

From the firm view of the application, click **Settings** in the left-hand navigation menu.

<img src="https://mintcdn.com/standardmetrics-3a979c71/0nwaxjoroSevTv5W/images/settings-nav.png?fit=max&auto=format&n=0nwaxjoroSevTv5W&q=85&s=5cc58ec9f2d47b8c76b7566b315102ec" height="300" noZoom data-path="images/settings-nav.png" />

### 2. Go to **Developer Settings**

In the settings panel, select the **Developer Settings** sub-tab.

<img src="https://mintcdn.com/standardmetrics-3a979c71/0nwaxjoroSevTv5W/images/dev-settings.png?fit=max&auto=format&n=0nwaxjoroSevTv5W&q=85&s=6ad6276118bd8574bca83003c3bde70f" height="300" noZoom data-path="images/dev-settings.png" />

### 3. Click **Add Application**

Start a new OAuth application by clicking **Add Application**.

<img src="https://mintcdn.com/standardmetrics-3a979c71/0nwaxjoroSevTv5W/images/add-app-button.png?fit=max&auto=format&n=0nwaxjoroSevTv5W&q=85&s=3cbe6829c3531963883d841ecdc44d7b" height="300" noZoom data-path="images/add-app-button.png" />

### 4. Create a client credentials token

* Enter an **Application Name** and **Description**
* For **Authentication Method**, select **Client Credentials**

<img src="https://mintcdn.com/standardmetrics-3a979c71/0nwaxjoroSevTv5W/images/client-credentials-form.png?fit=max&auto=format&n=0nwaxjoroSevTv5W&q=85&s=7841ab82c057c32278bba92aa07b6089" height="300" noZoom data-path="images/client-credentials-form.png" />

Admins can also define specific user permissions for the API key. <a href="https://intercom.help/standardmetrics/en/articles/10088424-permissions-for-api-keys" target="_blank" rel="noopener noreferrer">Learn more about permissions.</a>

### 5. Save your **Client ID** and **Client Secret**

Once the application is created, copy your **Client ID** and **Client Secret** and store them in a secure location.

> These credentials allow access to your firm's data. Treat them like a password.

You can click the clipboard icon to quickly copy each value.

<img src="https://mintcdn.com/standardmetrics-3a979c71/0nwaxjoroSevTv5W/images/credentials-copy.png?fit=max&auto=format&n=0nwaxjoroSevTv5W&q=85&s=dc079adb2937d014945916f60f76f716" height="300" noZoom data-path="images/credentials-copy.png" />

***

You've successfully created an API key. See our [Authentication Guide](/api-reference/setting-up) for detailed instructions on making authenticated API calls using your credentials.
