# Device Manager용 API 키

Deployment Manager에 디바이스를 추가하면 API key가 자동으로 생성됩니다. 이 API key는 Workflows와 모델에 접근할 수 있는 권한을 가집니다. 이 API key는 디바이스가 자신의 설정 및 관리를 위해 필요한 Roboflow 서비스를 이용하는 데 사용할 수 있습니다.

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

Account Settings의 "API Keys" 페이지에서 자동 생성된 API key를 확인할 수 있습니다:

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

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

```

Device: [device ID]
```

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

Deployment Manager에서 디바이스를 제거하면 해당 key도 자동으로 취소됩니다.


---

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