> For the complete documentation index, see [llms.txt](https://docs.kitegateway.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kitegateway.com/dashboard/api-credentials.md).

# API Tokens

Each business account can create up-to 2 API Tokens at a given time. The token has two important values; the **api\_key** and the **api\_secret**

### api\_key

Uniquely identifies the merchant it is associated with. Every request must include this key

### api\_secret

This key is also unique to the merchant account. It is required for every authenticated request. In an authenticated request, the **api\_secret** and **api\_key** are mandatory.

### Creating the keys

From the dashboard and from the let navigation of your screen, navigate to the specific business account you want to manage. Once selected, navigate to api tokens page and generate the API tokens.&#x20;

### Viewing the keys

{% hint style="danger" %}
**NOTE**\
\
Your **api\_key** and the **api\_secret** are displayed once upon generation. However we store the encrypted version of the **api\_secret**. None of us knows your secret so you have to store and use it in the safest way.&#x20;
{% endhint %}
