# 앱 등록 및 키 발급

위핀 지갑을 연동하기 위해서 위핀 워크스페이스에서 앱 정보를 등록하고 App ID 와 App Key를 발급받아야 합니다. 아래 위핀 워크스페이스로 이동하여 회원 가입 후 로그인을 진행해 주세요.

{% embed url="<https://workspace.wepin.io>" %}

로그인 후 워크스페이스에서 앱의 이름을 입력하면, 아래와 같은 워크스페이스 대시보드가 화면에 나타납니다. 앱 이름은 기본 정보 탭에서 변경할 수 있습니다.

<figure><img src="/files/cahmAcVhMmeN0hKooQA9" alt=""><figcaption></figcaption></figure>

워크스페이스 화면의 안내에 따라 네트워크와 자산을 추가한 후(생략 가능), 앱 정보를 등록하고 키를 발급 받습니다. 먼저, 개발 도구 탭에서 App ID를 확인합니다. App ID는 앱 생성 시에 자동으로 생성되는 값입니다. App ID를 확인 후, 앱 개발 환경에 따라 다음과 같이 설정할 수 있습니다.

<figure><img src="/files/IplBN98ztrqJ9PAl60TR" alt=""><figcaption></figcaption></figure>

#### Web

Web의 기본 도메인 (예.<http://localhost:3000>)을 입력하고 저장하면, App Key가 화면에 나타나는 것을 확인할 수 있습니다.

<figure><img src="/files/7U6ZMsIiz0WQ6nCiEDfY" alt=""><figcaption></figcaption></figure>

#### Android

Android 패키지명을 입력하고 저장하면, App Key가 화면에 나타나는 것을 확인할 수 있습니다.

<figure><img src="/files/8L6OOitAM0Fg4NYUseI5" alt=""><figcaption></figcaption></figure>

#### iOS

번들 ID를 입력하고 저장하면, App Key가 화면에 나타나는 것을 확인할 수 있습니다.

<figure><img src="/files/WjEhLtG4xV8D7b7b3oIU" alt=""><figcaption></figcaption></figure>

위핀 설치를 위한 앱 등록과 키 발급이 완료되었습니다.


---

# 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.wepin.io/wepin/workspace/app-registration-and-key-issuance.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.
