# Device Manager के लिए API Keys

जब आप Deployment Manager में एक device जोड़ते हैं, तो एक API key अपने-आप जनरेट हो जाएगी। इस API key को आपके Workflows और models तक पहुँचने की permissions होती हैं। आपके device को सेट अप और manage करने के लिए आवश्यक Roboflow services तक पहुँचने हेतु इस API key का उपयोग आपके device द्वारा किया जा सकता है।

हम API keys का उपयोग केवल एक ही device के साथ करने की अनुशंसा करते हैं। आप अन्य उपयोगों के लिए और API keys जनरेट कर सकते हैं (जैसे कि Roboflow पर data upload करने या test machine पर inference चलाने के लिए)।

आप अपने Account Settings में "API Keys" पेज पर automatically generated API keys देख सकते हैं:

<figure><img src="/files/22208a7365ea15f4f0fb16fa8965642b23381478" alt=""><figcaption></figcaption></figure>

Deployment Manager के साथ configured devices के लिए उपयोग होने वाली automatically-generated API keys का format यह है:

```

Device: [device ID]
```

आप key से associated device देखने के लिए "View Device" पर क्लिक कर सकते हैं।

जब आप Deployment Manager से device हटाते हैं, तो उससे associated key automatically revoke कर दी जाएगी।


---

# 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/roboflow/roboflow-hi/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.
