# Generate API Credentials

{% hint style="success" %}
**Audience:** Administrators and Developers

**Purpose:** Explains how to generate and manage API credentials in the <code class="expression">space.vars.Kizen\_company\_name</code> UI, including an API Key, User ID, and Business ID, required to authenticate requests to the <code class="expression">space.vars.Kizen\_company\_name</code> API.
{% endhint %}

## Overview

API credentials authenticate every request you make to the <code class="expression">space.vars.Kizen\_company\_name</code> API. Before you can make your first API call, you need three credentials: an **API Key**, a **Business ID**, and a **User ID**. <code class="expression">space.vars.Kizen\_company\_name</code> generates all three at the same time from the **API Connections** page.

### Before You Begin

Generating API credentials requires the appropriate permission in your <code class="expression">space.vars.Kizen\_company\_name</code> account. If you do not see the API Connections tab, contact your <code class="expression">space.vars.Kizen\_company\_name</code> administrator to have the permission enabled for your role.

It is also strongly recommended that you generate credentials for a dedicated API user rather than your personal account. A dedicated API user limits the integration's access to only what it needs and makes credential management easier to audit over time. See your <code class="expression">space.vars.Kizen\_company\_name</code> administrator to set this up before proceeding.

***

## Generate Your API Credentials

{% stepper %}
{% step %}

#### In <code class="expression">space.vars.Kizen\_company\_name</code>, select your Profile Avatar

<div data-with-frame="true"><figure><img src="https://3898351136-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQd8ufpN7wkdnx7JtgoeZ%2Fuploads%2F36sOSs8D5U59ufesAdC8%2FScreenshot%202026-03-16%20at%2010.32.14%E2%80%AFAM.png?alt=media&#x26;token=4f94fe64-93a0-4a24-967b-157292856467" alt="" width="234"><figcaption></figcaption></figure></div>

The profile dropdown will appear.
{% endstep %}

{% step %}

#### Select **My Profile**

You are taken to the my profile page.
{% endstep %}

{% step %}

#### Select the **API Connections** tab

<div data-with-frame="true"><figure><img src="https://3898351136-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQd8ufpN7wkdnx7JtgoeZ%2Fuploads%2FKL16Gl8Be0WeJo1Z4JPr%2FScreenshot%202026-03-16%20at%2011.03.28%E2%80%AFAM.png?alt=media&#x26;token=3c6cb596-bd7b-4668-8b3a-77506c46f432" alt="" width="563"><figcaption></figcaption></figure></div>

You are taken to the API Keys page.
{% endstep %}

{% step %}

#### Create your Credentials

In the **API Keys** panel, select **+ ADD API KEY.**

<div data-with-frame="true"><figure><img src="https://3898351136-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQd8ufpN7wkdnx7JtgoeZ%2Fuploads%2FifM6uh7yQa8OjW4yjEsq%2FScreenshot%202026-03-16%20at%2010.30.15%E2%80%AFAM.png?alt=media&#x26;token=773cc2f0-7fe4-4c4f-83d7-9c1b85cfc319" alt="" width="563"><figcaption></figcaption></figure></div>

The **API Key Created** modal appears, displaying all three credentials:

* **API Key** — the password that authenticates the request
* **User ID** — identifies the user making the request
* **Business ID** — scopes the request to your <code class="expression">space.vars.Kizen\_company\_name</code> business account

<div data-with-frame="true"><figure><img src="https://3898351136-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQd8ufpN7wkdnx7JtgoeZ%2Fuploads%2FAvarUcHrAlA1ABSwWtHv%2FScreenshot%202026-03-16%20at%2010.30.55%E2%80%AFAM.png?alt=media&#x26;token=2e0e27ba-a14f-4f42-a516-4850fa2e4bf9" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

You have now generated your API credentials!  Ensure that you copy all three values and store them in a secure location such as a secrets manager or secure vault for future use.

***

## Managing Your API Keys

Once generated, your API keys are listed in the **API Keys** panel on the **API Connections** page.&#x20;

<div data-with-frame="true"><figure><img src="https://3898351136-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQd8ufpN7wkdnx7JtgoeZ%2Fuploads%2FvBF482dLQRWsCLCgGYi0%2FScreenshot%202026-03-16%20at%2011.09.15%E2%80%AFAM.png?alt=media&#x26;token=679758ba-370a-4245-9030-32e8911758ac" alt="" width="563"><figcaption></figcaption></figure></div>

From the API Keys Panel you can:

* Create more API Keys
* See the date and time each key was created
* View a full API Key
* Delete an API Key

Your **User ID** and **Business ID** are also always visible on the **API Connections** page, so you can refer back to them at any time without needing to regenerate your credentials.

***

## What's Next

With your credentials ready, now you can continue to [Create Your First API Call](https://developer.kizen.com/docs/developers/building-with-apis/creating-your-first-api-call).

<details>

<summary>Related Topics</summary>

* [Environments](https://developer.kizen.com/docs/developers/environments)
* [Authentication](https://developer.kizen.com/docs/developers/authentication)
* [Build with APIs](https://developer.kizen.com/docs/developers/building-with-apis)
* [Create Your First API Call](https://developer.kizen.com/docs/developers/building-with-apis/creating-your-first-api-call)

</details>
