> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-hi/deploy/device-manager/making-changes/api-keys-for-device-manager.md).

# Device Manager के लिए API Keys

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

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

आप अपने Account Settings में "API Keys" पेज पर स्वचालित रूप से जनरेट की गई API keys देख सकते हैं:

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

Deployment Manager के साथ configured devices के उपयोग के लिए स्वचालित रूप से जनरेट की गई API keys का format इस प्रकार होता है:

```

Device: [device ID]
```

आप key से जुड़ा device देखने के लिए "View Device" पर क्लिक कर सकते हैं।

जब आप Deployment Manager से device हटाते हैं, तो उससे संबद्ध key स्वचालित रूप से रद्द कर दी जाएगी।


---

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