← Help

How do I set up a domain for Flows?

Before you can create a Flow, you need a verified domain. Because Flows type stored credentials into forms and run on a schedule, AccessLint only runs them against a hostname you’ve proven you control.

Add the domain

  1. In your dashboard, open Domains.
  2. Under Add a domain, enter the hostname you want to monitor — a bare host like example.com (no https://, no path). Click Add domain.
  3. The domain appears in your list marked Unverified. Click it to open the verification instructions.

Verify ownership

Complete any one of the three methods below, then click Verify. AccessLint shows you the exact token to use on the domain’s page — the values below are examples.

Option 1: DNS TXT record

Add a TXT record to your domain with this exact value:

accesslint-verify=YOUR_TOKEN

DNS changes can take a few minutes to propagate. If verification doesn’t succeed right away, wait a moment and click Verify again.

Option 2: Meta tag

Add this tag to the <head> of your homepage:

<meta name="accesslint-verify" content="YOUR_TOKEN">

Option 3: Well-known file

Serve a plain-text file at https://example.com/.well-known/accesslint-verify containing the token — nothing else:

YOUR_TOKEN

Once any method succeeds, the domain is marked Verified and shows which method was used. You can now author a flow against it.

Removing a domain

From a domain’s page, click Remove domain. This deletes the domain and all of its flows, so remove a domain only when you no longer want to monitor it.