# API Key Permissions

### Create API Key Permission

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

<figure><img src="https://content.gitbook.com/content/VBQO2iPnILMdx3kAONnG/blobs/n5KRAJWt1GYicAiyMWnc/api-keys-list.png" 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="https://content.gitbook.com/content/VBQO2iPnILMdx3kAONnG/blobs/TsN5nwFntReBPj4xToeR/create-api-key-permission.png" 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="https://content.gitbook.com/content/VBQO2iPnILMdx3kAONnG/blobs/02Z2cZsVOEIcHkcIpEGq/api-key-permission-list.png" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://content.gitbook.com/content/VBQO2iPnILMdx3kAONnG/blobs/hY8bdF598QwuFRKxY5hq/delete-api-key-permission.png" 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.
