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

# API 키 관리

이 문서에서는 Autify Genesis의 **API 키** 관리 기능을 설명합니다. 외부 도구나 CI/CD 파이프라인에서 Genesis API나 MCP 서버를 이용하기 위한 API 키를 관리합니다.

## API 키 목록

생성된 API 키가 목록으로 표시됩니다.

{% hint style="info" %}
본인(로그인 사용자)이 생성한 API 키만 표시됩니다. 다른 사용자가 생성한 API 키는 표시되지 않습니다. 조직의 관리자·소유자는 후술하는 **조직 API 키** 섹션에서 조직 내의 모든 API 키를 확인할 수 있습니다.
{% endhint %}

## API 키 생성하기

1. **새 API 키**를 클릭하십시오.
2. **키 이름**에 식별하기 쉬운 이름을 입력하십시오.
3. **API 키 생성**을 클릭하십시오.
4. 생성된 API 키가 표시되므로 복사하십시오.

{% hint style="danger" %}
API 키는 이 화면을 닫으면 다시 표시할 수 없습니다. 반드시 이 화면에서 API 키를 복사하여 보관하십시오.
{% endhint %}

생성한 API 키는 Genesis API의 `x-api-key` 헤더에 더해, Genesis MCP 서버의 `Authorization: Bearer {API 키}` 헤더로도 이용할 수 있습니다. MCP 클라이언트 설정은 [MCP 서버](/features-ko/settings/connection-settings/mcp-server.md) 참조.

## API 키 삭제하기

1. 삭제하려는 API 키 행에 있는 삭제 아이콘을 클릭하십시오.
2. 확인 대화 상자에서 **삭제**를 클릭하십시오.

{% hint style="danger" %}
삭제한 API 키를 사용하는 애플리케이션은 작동하지 않게 됩니다. 삭제 전에 영향 범위를 확인하십시오.
{% endhint %}

## 조직 API 키

조직의 관리자 또는 소유자로 로그인한 경우, 본인의 API 키 목록 아래에 **조직 API 키** 섹션이 표시됩니다. 이 섹션에는 조직 구성원 전원이 발급한 API 키가 **생성자**(사용자 이름과 이메일 주소) 및 생성일과 함께 목록으로 표시됩니다.

{% hint style="info" %}
**조직 API 키** 섹션은 관리자·소유자 역할의 계정에서만 표시됩니다. 구성원 역할에서는 본인이 생성한 API 키만 표시됩니다.
{% endhint %}

조직에서 구성원을 삭제하면, 그 구성원이 발급한 API 키는 자동으로 취소됩니다.

<figure><img src="/files/4DAeVPIxnlj8Yb5TBQCB" alt="조직 API 키 목록 스크린샷"><figcaption><p>조직 API 키 목록</p></figcaption></figure>

### 조직 API 키 취소하기

1. 취소하려는 API 키 행에 있는 삭제 아이콘을 클릭하십시오.
2. **API 키 취소** 대화 상자에서 **취소**를 클릭하십시오.

   <figure><img src="/files/A3E6Gbz0myctdUOIG6ix" alt="API 키 취소 확인 대화 상자 스크린샷"><figcaption><p>API 키 취소 확인 대화 상자</p></figcaption></figure>

{% hint style="danger" %}
취소한 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.genesis.autify.com/features-ko/settings/organization-settings/api-key-management.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.
