> For the complete documentation index, see [llms.txt](https://help.genser.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genser.ai/settings/api-key.md).

# API 키

최초 진입 시에는 API 키가 발급되지 않은 상태입니다. **\[발급]** 버튼 클릭 시새로운 API 키를 발급 받을 수 있습니다.

<figure><img src="/files/3EfpC4eo6P5bs0WYBk4p" alt=""><figcaption></figcaption></figure>

키 발급이 완료되면 카드 화면에 마스킹된 API 키가 표시됩니다.

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

<table><thead><tr><th width="160">기능</th><th>설명</th></tr></thead><tbody><tr><td><img src="/files/PyLSFx8ATrAjhrAks9Ad" alt="" data-size="line"> <strong>보기</strong></td><td>클릭 시 마스킹 처리된 API 키 전체를 확인합니다.</td></tr><tr><td><img src="/files/K1RqSs8YlSeRBtkhckek" alt="" data-size="line"> <strong>복사</strong></td><td>API 키를 클립보드에 복사합니다.</td></tr></tbody></table>

{% hint style="info" %}
발급된 API 키 하나로 젤라또, 네이버 커머스, GMC 등 **모든 API 연동에 공통으로 사용**할 수 있습니다.
{% endhint %}

{% hint style="warning" %}
API 키가 외부에 노출될 경우 무단으로 데이터가 전송되거나 훼손될 위험이 있습니다. 키가 유출되지 않도록 보안 관리에 주의해 주세요.
{% endhint %}


---

# 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://help.genser.ai/settings/api-key.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.
