# How do I get an API key?

{% stepper %}
{% step %}

### Open API key management

Tap on the Tools menu in the left navigation and choose **API key management**.

<figure><img src="/files/uAaDQr9Bl6r8C5kEVnGM" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Create or delete a key

Tap the **+** icon to create a new key or the **trash** icon to delete a key.

<figure><img src="/files/0HkDsbPlhU3sl77rcC0K" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
New or refreshed API keys may take up to 15 minutes to become active. If you receive authentication errors immediately after creation, please wait a few minutes and try again.
{% endhint %}

[Learn more about how to use the API here](/developers/api-usage/how-do-i-use-the-api.md)
{% endstep %}
{% endstepper %}


---

# 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://docs.aiceberg.ai/developers/api-usage/how-do-i-get-an-api-key.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.
