# API key

*The steps of creating your Brian API key are really simple!*

{% hint style="danger" %}
Each address can create just one API key right now!
{% endhint %}

The first step is to connect your wallet in the [Brian app](https://www.brianknows.org/app) and enter the **Settings** page. There you'll find an according named **API Keys**: click to open it.

<figure><img src="/files/ZTxBoYGwfbHjiLg8Pcid" alt=""><figcaption><p>Brian app settings page</p></figcaption></figure>

Once you're there, you just need to click on the **Add new +** button. This will open the following modal:

<figure><img src="/files/5G1HgVuoJalrdoZS6tWT" alt=""><figcaption><p>Brian app create api key modal</p></figcaption></figure>

Click on the **Create** button to get your API key! Copy it to your clipboard and save it somewhere safe.

### Some notes on the API key

* At the current stage, **you can only have one API key per address**. Multiple API keys will be added soon;
* The current limit is **1000 requests per month**. The count is reset every month the first day at midnight (CET timezone). In case you find yourself needing more requests, please contact us at [info@brianknows.org](mail:info@brianknows.org). We'll get in touch with you ASAP to find what solution best finds your needs.


---

# 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.brianknows.org/brian-api/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.
