Open the Connect dialog
In your Supabase project dashboard, click Connect in the top right corner.Select the Direct tab, choose Direct connection as the connection method, and set Type to URI.
Check IPv4
Scroll down in the Connect dialog. You’ll see an IPv4 compatible indicator.If it shows a checkmark, you’re good. If not, click IPv4 settings and enable the dedicated IPv4 add-on. Ardent needs a direct IPv4 route to your database.
Copy your connection string
Still in the Connect dialog, copy the URI. It looks like:Wrap the URI in single quotes when you use it in a shell.
Run preflight
Run the generated grant script if needed
If preflight reports missing grants, copy the Grant script section and run it in
psql as a Supabase role allowed to grant those privileges.Then re-run preflight. Do not create the connector until preflight passes.Connect your database