# API Key Permissions

### Create API Key Permission

You can set permissions after creating an [API Key](/dash/organizations/api-keys.md). To do so, click the API Key item to which you intend to assign permissions in the API key list.

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

You will be in the API Key dashboard. Click Create API Key Permission, and a modal will appear. Here, you can choose Project ID, Resource, and Verb. You won't be able to modify the permission after creating it.

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

Click on **Create** to confirm.

### Delete API Key Permission

To delete an API Key Permission, click the **Delete API Key Permission** button.

<figure><img src="/files/96UJngMrSuasWQeKAbqd" alt=""><figcaption></figcaption></figure>

A confirmation modal will pop up. Click **Delete** to confirm.

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

### Resources

* **Worlds**: The permission applies to the project's worlds.
* **Objects**: The permission applies to the project's objects.

### Verbs

* **Read**: The API Key can use the resources.
* **Write**: The API Key can edit the resources.
* **Admin**: The API Key can view and edit the resources, and also grant permissions for the resources to others.


---

# 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.msquared.io/dash/organizations/api-keys/api-key-permissions.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.
