# Step 1 - Opencloud api key

If you havent already, please ensure you've invited the bot to your discord server.

```
```

To get your OpenCloud api key, go to <https://create.roblox.com/dashboard/credentials?activeTab=ApiKeysTab> and select on "Create Api Key" for the name of the api key you can name it anything, the same goes for the description.

Access permissions - Under the access permissions field select on the following permissions **make sure to add all the sub permissions under the main permissions.**&#x20;

Required permissions:

* messaging-service - Select all perms under
* user-restrictions - Select all perms under

As for the last field, accepted ip addresses add the ip `0.0.0.0/0` this means that any ip can access it (dont worry, it will be fine if you keep your api key safe).

After you have completed all of these steps click on Save & generate key and paste it into the api key argument in the setup command.

Here is a screenshot of what your api permissions should look like.

<figure><img src="/files/4BHviy2bhOmWttrrzSJB" alt=""><figcaption></figcaption></figure>


---

# 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.jbz.dev/romod/setup/getapikey.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.
