# 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="/files/sFpTMUb1yprc1d164IBT" 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="/files/JIuYWifhJBbfyLulaiWQ" 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="/files/OMGsWtSuLes25AnLSwTc" 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="/files/sAtQGEqoN0ZpbsiHOk32" 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="/files/6Vy6zxiIpZkUhoNTT2S4" 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](/docs/developers/building-with-apis/creating-your-first-api-call.md).

<details>

<summary>Related Topics</summary>

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

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.kizen.com/docs/developers/building-with-apis/generating-api-credentials.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
