# Service Key

## Overview

RemoteMonster를 이용하기 위해서는 Service ID와 Secret Key를 발급 받아야 합니다. Service ID와 Secret Key는 프로젝트(서비스) 생성 시 자동으로 생성됩니다. 리모트몬스터는 Service ID와 Secret Key를 서비스(앱)를 구분 하는데 사용됩니다. 동시에 사용량 측정 및 과금의 기준이 됩니다. 고객님이 여러 개의 앱을 만들 경우 앱 수만큼 Service ID를 발급받아 사용하면 됩니다.

## 프로젝트 생성

아래 웹 사이트의 콘솔 메뉴를 클릭하고, 회원 가입을 완료해주십시오. 프로젝트(서비스) 상세 정보를 조회하면 Service ID와 Secret Key를 확인할 수 있습니다.

{% embed url="<https://remotemonster.com>" %}
RemoteMonster Homepage
{% endembed %}

타 사용자의 Service ID와 Secret Key를 함부로 이용해서는 안 됩니다.

### Service ID

내 서비스에 사용되는 ID입니다. 다른 서비스와 구분됩니다.

### Production Key

내 서비스 ID를 인증하는 키 입니다. 이 키가 노출이 안되도록 주의해주세요.

### Test Key

필요에 따라 단순 테스트 용도로 사용 가능한 키입니다. 개발이나 테스트시 사용하세요.

## 사용

실제 ID 와 Key를 사용하는 방법은 아래 각 플랫폼의 환경설정을 참고하세요.

{% content-ref url="/pages/-LGUX\_VegX1nF20YlowL" %}
[Web - Getting Started](/web/web-getting-started.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LGUX\_VmZyrTChz29QXB" %}
[Android - Getting Started](/android/android-getting-started.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LGUX\_VtIk9TFRWqQTsY" %}
[iOS - Getting Started](/ios/ios-getting-started.md)
{% endcontent-ref %}


---

# 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.remotemonster.com/common/service-key.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.
