# API Keys

4EVERLAND AI RPC API keys are essential for accessing and using the 4EVERLAND platform's AI RPC services. This document provides instructions on creating API keys, setting monthly limits, and understanding the usage limits for API keys.

## Creating a New API Key

1. Visit the 4EVERLAND Dashboard and enter your credentials to log in.

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

2. On the left-hand sidebar, select the "AI RPC" option.
3. Click on the "Keys" tab in the top navigation bar, and then select "Create New Key."

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

4. Set Key Name and Monthly Limits:

* Specify a unique "Key Name" for identification.
* Define the "Monthly Limits" for the key to regulate the monthly consumption of LAND.
* Click "Create" to generate the new API key.

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

{% hint style="info" %}
Monthly Limits: Each API key can have a monthly consumption limit for LAND. If the usage exceeds the set limit, the key will become inactive until the next month. It's important to note that the monthly limits can be modified after they have been initially set.
{% endhint %}

## Usage Limits

* Each user has a maximum allowance of 10 API keys.
* The usage is limited to 20 requests per second per key.

{% 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/ai/ai-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.
