# API Key

To access any data from the available endpoints, developers need to get an API Key, which is available in their game settings.

Developers can have upto 5 active API keys.

To create an API key, open the settings menu, then go under "Developer" sub menu.

Click create a new API key button, give it a name, and copy the key.

{% hint style="info" %}
Make sure to copy the API key once it has been created as the key will only be available until that popup is open.
{% endhint %}

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

The API URL for all basic users is \`<https://api.spellborne.gg\\`>.

Users with a Stellar Pass subscription get access to higher rate limits compared to basic users.

Developers may also contact the team to get access to special API endpoints with less traffic.


---

# 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://whitepaper.spellborne.gg/community/openapi/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.
