> For the complete documentation index, see [llms.txt](https://docs.msquared.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.msquared.io/dash/organizations/api-keys/api-key-permissions.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.msquared.io/dash/organizations/api-keys/api-key-permissions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
