> 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では次の手順でそのキーを生成できます： [ユーザー名 > 設定 > APIキー > 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.
