# Scoped API Keys

{% hint style="warning" %}
This feature is only available to Enterprise customers.
{% endhint %}

Scoped API keys let you issue an API key that has specific permissions.

For example, you can issue an API key that allows you to manage images in a Project, but does not allow you to manage models.

To create a scoped API key, go to your [Settings - API keys](https://app.roboflow.com/settings/api):

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

Next, click "Generate New Key":

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

This will add a new key to your Workspace.

To define the scope for the API key, click the edit icon in the table row of the API key you want to update.

A window will appear where you can set a name for and define the scope for your API key:

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

You can customise API key scopes at any time.

If you do not have access to this feature and are on an enterprise plan, contact your Roboflow account representative.


---

# 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.roboflow.com/developer/authentication/scoped-api-keys.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.
