> 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/penetorshontesuto/configure-a-pentest/domain-verification/supabase.md).

# Supabase ドメインの検証

ペンテスト用に Supabase ドメインを検証するには、以下の手順を完了してください。

{% stepper %}
{% step %}
**検証プロセスを開始する**

ペンテストのオンボーディングフローの最終ステップに進み、そこでドメイン検証を設定できます。

<figure><img src="/files/1a05b41cf91dbecdf2d25fbdcf9670317919412f" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Verify をクリック**

Supabase ドメインを見つけて Verify をクリックします。これにより、Supabase 専用の検証フローが開始されます。
{% endstep %}

{% step %}
**検証コードをコピーする**

Aikido に表示されている検証コードをコピーします。次の手順で検証ファイルを作成するためにこのコードを使用します。

<figure><img src="/files/a52c79969291bd5db028d16145daf16d807dfaea" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**検証ファイルを作成する**

aikido.txt という名前のローカルファイルを作成し、そこに検証コードを追加します。このファイルは後の手順でアップロードします。

```
echo validation.aikido.7b11e89f82e2119ef8889dce7078909a > aikido.txt
```

{% endstep %}

{% step %}
**公開バケットを作成する**

検証ファイルをホストするには、公開された Supabase Storage バケットが必要です。まだない場合は、新しいバケットを作成し、公開アクセスを有効にしてください。

<figure><img src="/files/ecb27b06178bf650540b447a83250627760cb96a" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/4c95f4893b68bef53cf14370bc1ee19858cca12f" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**検証ファイルをアップロードする**

aikido.txt を公開バケットにアップロードします。

<figure><img src="/files/a517170ede720509f63f20d1409151b3f6e39bae" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**ファイルの URL を取得する**

ファイルがアップロードされたら、Supabase Storage からその公開 URL をコピーします。

<figure><img src="/files/a0ddeddbcb0282ccad58b1ad0a9f2ab1cbd5581d" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**検証用 URL を提供する**

公開ファイルの URL を Aikido の検証フローに貼り付け、検証のために送信します。

<figure><img src="/files/18eb5b98f5f9abaee2e18380b4d9384e40c8fb89" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**検証成功**

検証に成功すると、Aikido で確認トーストが表示されます。

<figure><img src="/files/b4ddd064c91b3f3afcefd359d33cbf8879a16268" alt=""><figcaption></figcaption></figure>
{% 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/penetorshontesuto/configure-a-pentest/domain-verification/supabase.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.
