> 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-ja/settings/organization-settings/api-key-management.md).

# APIキー管理

本記事では、Autify Genesis の **APIキー** 管理機能について説明します。外部ツールや CI/CD パイプラインから Genesis API や MCPサーバーを利用するための APIキーを管理します。

## APIキー一覧

作成済みのAPIキーが一覧表示されます。

<figure><img src="/files/I7MQUPREcQbXl0iKzOAV" alt="APIキー一覧のスクリーンショット"><figcaption><p>APIキー一覧</p></figcaption></figure>

{% hint style="info" %}
自分（ログインユーザー）が作成したAPIキーのみが表示されます。他のユーザーが作成したAPIキーは表示されません。組織の管理者・オーナーは、後述の **組織のAPIキー** セクションで組織内のすべてのAPIキーを確認できます。
{% endhint %}

## APIキーを作成する

1. **新しいAPIキー** をクリックします。
2. **キー名** に識別しやすい名前を入力します。
3. **APIキーを作成** をクリックします。
4. 生成されたAPIキーが表示されるので、コピーします。

<figure><img src="/files/AExfM02o46izLtdSmNOn" alt="APIキー作成後のダイアログのスクリーンショット"><figcaption><p>APIキー作成後のダイアログ</p></figcaption></figure>

{% hint style="danger" %}
APIキーはこの画面を閉じると再表示できません。必ずこの画面でAPIキーをコピーして保管してください。
{% endhint %}

作成したAPIキーは、Genesis API の `x-api-key` ヘッダーに加えて、Genesis MCPサーバーの `Authorization: Bearer {APIキー}` ヘッダーとしても利用できます。MCP クライアント設定については、[MCPサーバー](/features-ja/settings/connection-settings/mcp-server.md) を参照してください。

## APIキーを削除する

1. 削除したいAPIキーの行にある削除アイコンをクリックします。

   <figure><img src="/files/JXAqDjNuHMyUYofDiQB1" alt="APIキー削除アイコンのスクリーンショット"><figcaption><p>APIキー削除アイコン</p></figcaption></figure>
2. 確認ダイアログで **削除** をクリックします。

   <figure><img src="/files/p7kXJ7pSccgCQfh2kxC8" alt="APIキー削除確認ダイアログのスクリーンショット"><figcaption><p>APIキー削除確認ダイアログ</p></figcaption></figure>

{% hint style="danger" %}
削除したAPIキーを使用しているアプリケーションは動作しなくなります。削除前に影響範囲を確認してください。
{% endhint %}

## 組織のAPIキー

組織の管理者またはオーナーでログインしている場合、自分のAPIキー一覧の下に **組織のAPIキー** セクションが表示されます。このセクションには、組織のメンバー全員が発行したAPIキーが **作成者**（ユーザー名とメールアドレス）と作成日とともに一覧表示されます。

{% hint style="info" %}
**組織のAPIキー** セクションは、管理者・オーナーロールのアカウントでのみ表示されます。メンバーロールでは、自分が作成したAPIキーのみが表示されます。
{% endhint %}

組織からメンバーを削除すると、そのメンバーが発行したAPIキーは自動的に取り消されます。

<figure><img src="/files/ds73ibzpAeSPCYMGhSDj" alt="組織のAPIキー一覧のスクリーンショット"><figcaption><p>組織のAPIキー一覧</p></figcaption></figure>

### 組織のAPIキーを無効化する

1. 無効化したいAPIキーの行にある削除アイコンをクリックします。
2. **APIキーを無効化** ダイアログで **無効化** をクリックします。

   <figure><img src="/files/0bj2YMkM3ReF1mXlqlmt" 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-ja/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.
