# API Keys for Device Manager

When you add a device to Deployment Manager, an API key will be automatically generated. This API key has permissions to access your Workflows and models. The API key can be used by your device to access the Roboflow services required to set up and manage your device.

We recommend using the API keys exclusively for use with one device. You can generate more API keys for other uses (i.e. for uploading data to Roboflow or running inference on a test machine).

You can see automatically generated API keys on the "API Keys" page in your Account Settings:

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

Automatically-generated API keys for use with devices configured with Deployment Manager have the format:

```

Device: [device ID]
```

You can click "View Device" to see the device associated with the key.

When you remove the device from Deployment Manager, its associated key will be automatically revoked.


---

# 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/deploy/device-manager/making-changes/api-keys-for-device-manager.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.
