> 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/sprinto-compliance-integration.md).

# Sprinto 連携

Sprinto連携は、SOC2およびISO27001:2022向けの脆弱性を自動的にSprintoへ送信します。

{% hint style="info" %}
Aikidoは、リポジトリと脆弱性を24時間ごとにSprintoへ同期します。
{% endhint %}

### Sprinto連携を設定する <a href="#set-up-the-sprinto-integration" id="set-up-the-sprinto-integration"></a>

{% stepper %}
{% step %}
**連携を追加する**

Sprinto連携を有効にするには、Aikidoで次へ移動します： [設定 > 連携 > Sprinto](https://app.aikido.dev/settings/integrations/compliance/sprinto) そして「Sprinto連携を追加」をクリックします。
{% endstep %}

{% step %}
**APIキーを作成する**

Sprinto APIキーを作成する必要があります。そのようなキーは、Sprintoで次の場所から生成できます： [設定 > 開発者API > APIキーを生成](https://app.sprinto.com/app/admin/developerApi)
{% endstep %}

{% step %}
**APIキーを保存する**

次に、生成したAPIキーをコピーします。

Aikidoに戻り、APIキーを貼り付け、地域を選択して「保存」をクリックします。

![SprintoのAPIキーをAikidoに貼り付け、地域を選択して、連携を保存します。](/files/562e0e2a54c8071528fc9201d10eaad27392a02c)
{% endstep %}

{% step %}
**完了**

これでAikidoは、リポジトリと脆弱性を24時間ごとにSprintoへ同期します。

![Sprinto連携が接続され、Aikidoから脆弱性データを同期できる状態になりました。](/files/0078a5136e51dca921093d0f9a91e8868f8f953e)
{% endstep %}
{% endstepper %}


---

# 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/sprinto-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.
