# API Keys

Once you've created an API Key, you can find the API endpoint and API key on the App Key detail page.

## My First API Key

Create a key in the Dashboard, input a name and a note to create. Upon successful creation, you will receive a Free Key. Using the Free Key will not incur CU consumption.

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

{% hint style="warning" %}
Each person can only create one Free Key.
{% endhint %}

## Endpoints

Click on the Keys to access the details page, where you can view the API endpoints.

<figure><img src="/files/u5Sa8iddKnNxRwX6Y1oi" alt=""><figcaption></figcaption></figure>

## Premium Keys

The Free Key has a frequency limitation of 300 CU/S and a monthly cap of 15 million CU. If this doesn't meet your needs, you can also create a Premium Key following the same steps as for the Free Key. Your second created key will automatically be considered as premium, consuming LAND, with no monthly consumption limit.

The Premium Key has a limitation of 1000 CU/second. If this still does not meet your requirements, please contact us on Discord to provide you with a customized service plan.

Please note: Currently, an account can only create a maximum of 3 Premium Keys, and when creating, it is necessary to have a LAND balance of at least 10 million.

{% hint style="info" %}
If you have any questions, please join our [Discord server](https://discord.com/invite/Cun2VpsdjF), or send us an email at <contact@4everland.org>.
{% endhint %}


---

# 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.4everland.org/rpc/api-keys.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.
