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

# Device Manager용 API 키

디바이스를 Deployment Manager에 추가하면 API 키가 자동으로 생성됩니다. 이 API 키에는 Workflows와 모델에 액세스할 수 있는 권한이 있습니다. 이 API 키는 디바이스를 설정하고 관리하는 데 필요한 Roboflow 서비스에 액세스하기 위해 디바이스에서 사용할 수 있습니다.

API 키는 하나의 디바이스에서만 사용하는 것을 권장합니다. 다른 용도(예: Roboflow에 데이터를 업로드하거나 테스트 머신에서 추론을 실행하는 용도)로 사용할 추가 API 키를 생성할 수 있습니다.

Account Settings의 "API Keys" 페이지에서 자동으로 생성된 API 키를 볼 수 있습니다:

<figure><img src="/files/0191601d126ffccc4c5d1f7ec73bec78d3483de2" alt=""><figcaption></figcaption></figure>

Deployment Manager로 구성된 디바이스에 사용하는 자동 생성 API 키의 형식은 다음과 같습니다:

```

디바이스: [device ID]
```

"View Device"를 클릭하면 해당 키와 연결된 디바이스를 볼 수 있습니다.

디바이스를 Deployment Manager에서 제거하면, 해당 디바이스와 연결된 키는 자동으로 취소됩니다.


---

# 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-ko/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.
