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

# API Credentials

## How to create API keys

Once your Account Manager or Technical Implementation Manager confirm that the account is [activated](/guides/account-setup.md), you can generate your API Key.

To do so, go to the Settings -> API integration page in your business account and fill in the "Generate a new API key" form on the right side of the page by specifying the Key description, ticking "Allow withdrawals" if you want to create payouts via API, and whitelisting your server comma-separated IPs. Please note that you will not be able to edit the IP whitelist later.

![Settings](/files/B3k8ukVeSny6HhOD3LJW)

![List of API keys](/files/c7CIJ4wncISdckbvr3ky)

![Specify the Key name and make a decision on withdrawals.&#x20;
Don't forget the IP whitelist! You can whitelist multiple IPs - just hit Enter to add the next one](/files/a9mSWHIgpe4ZbZcFxxxY)

![Submit your 2FA code](/files/uHkJhPqfQZuawMukXZq4)

![Keys generated](/files/NprdhpGC1wWB4Sc94Vwm)

![The new key is added to the list](/files/nQU8XQRdxlJ7YOjdcrr7)

![The old key can also be deleted](/files/9FgtDmwEn8cEKLYqpbz4)

{% hint style="danger" %}
Your **HAWK Auth ID and Key** should be stored on your side. Since it is only displayed once, you should write them down or copy them into your application code immediately. If it is lost, you will need to revoke the compromised key on the API Keys page in your business account and generate a new one.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://developers.coindirect.com/guides/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.
