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

# Supabase domain verification

To verify a Supabase domain for a pentest, complete the steps below.

{% stepper %}
{% step %}
**Start the verification process**

Go to the final step of the pentest onboarding flow, where you can configure domain verification.

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

{% step %}
**Click verify**

Find your Supabase domain and click Verify. This starts the Supabase-specific verification flow.
{% endstep %}

{% step %}
**Copy the verification code**

Copy the verification code shown in Aikido. You will use this code to create the verification file in the next step.

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

{% step %}
**Create a verification file**

Create a local file named aikido.txt and add the verification code to it. You will upload this file in a later step.

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

{% endstep %}

{% step %}
**Create public bucket**

To host the verification file, you need a public Supabase Storage bucket. If you do not already have one, create a new bucket and enable public access.

<figure><img src="/files/219MWIfAN8ByGldzHxMg" alt=""><figcaption></figcaption></figure>

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

{% step %}
**Upload verification file**

Upload aikido.txt to the public bucket.

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

{% step %}
**Get the url of the file**

After the file has been uploaded, copy its public URL from Supabase Storage.

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

{% step %}
**Provide the url for validation**

Paste the public file URL into the verification flow in Aikido and submit it for validation.

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

{% step %}
**Succesful validation**

If the validation succeeds, you will see a confirmation toast in Aikido.

<figure><img src="/files/T22BIaViZTslEocI7ZtW" 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:

```
GET https://help.aikido.dev/pentests/configure-a-pentest/domain-verification/supabase.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
