> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/konpuraiansutorepto/iso-27001-and-soc-2-compliance-overview/drata-compliance-integration.md).

# Drata 連携

### APIキー <a href="#api-key" id="api-key"></a>

DrataのAPIキーを作成する必要があります。Drataでは次の手順でこのキーを生成できます: [Username > 設定 > API Keys > APIキーを作成](https://app.drata.com/account-settings/api-keys/add).

#### 詳細 <a href="#details" id="details"></a>

有効期限が「期限なし」になっていることを確認してください。

![名前、有効期限、許可されたIPアドレスの入力欄があるAPIキー設定画面。](/files/a5781b2ad255323bd22f9f0fb12e9153a06746dd)

#### スコープ <a href="#scopes" id="scopes"></a>

スコープのアクセスは「カスタム」に設定し、少なくとも以下のスコープを含めてください。

**コントロール:**

* **コントロール一覧:** *読む*
* **コントロールを作成:** *書き込み*
* **外部証跡をマッピング:** *読み取り、書き込み*
* **マッピング済みの外部証跡を削除:** *書き込み*

**ワークスペース:**

* **ワークスペース一覧:** *読む*

**フレームワーク:**

* **フレームワーク一覧:** *読む*
* **フレームワーク要件一覧:** *読む*

![コントロール、ワークスペース、フレームワーク管理に関するユーザー権限マトリクス。](/files/1061b3b42402defbfa86de2de2a38090dca898e3)

#### 保存 <a href="#save" id="save"></a>

次に、「保存」をクリックして生成されたAPIキーをコピーしてください。

Aikidoに戻り、APIキーを貼り付けて「次へ」をクリックします。その後、Drataのワークスペースを選択して「保存」をクリックしてください。

![データを連携するには、DrataのAPIキーを入力して次のステップへ進んでください。](/files/ceab3ae1787eec9fdefdd97d7e0203b9295bd31d)

### 完了 <a href="#done" id="done"></a>

Aikidoは今後、毎日PDFレポートを作成し、これを「外部証跡」としてDrataに同期します。コード「AIKIDO」のコントロールを作成し、関連するSOC2およびISO27001の要件にリンクします。このコントロールは検索できます [こちら](https://app.drata.com/compliance/controls/inscope?q=Aikido).

「コントロール証跡」では、AikidoのPDFが毎月添付されます

#### &#x20;<a href="#set-up-drata-integration" id="set-up-drata-integration"></a>


---

# 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.aikido.dev/docs/docs-ja/konpuraiansutorepto/iso-27001-and-soc-2-compliance-overview/drata-compliance-integration.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.
