# 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: [device ID]
```

키와 연결된 장치를 보려면 "View Device"를 클릭하세요.

Deployment Manager에서 장치를 제거하면 해당 장치와 연결된 키는 자동으로 취소됩니다.


---

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