Connect
1
Open Integrations
Select the team, open Integrations, find Supabase, and select Connect.
2
Enter the project reference
Nango Connect asks for the 20-character reference shown in the Supabase project URL.
3
Authorize Supabase
Sign in to Supabase and approve the OAuth connection. Felan then displays the connected project and read-only database scope.
CLI capability and limits
The Supabase skill bundles a read-only CLI. It can list tables and optional columns or execute one SELECT/CTE query. Queries are limited to 8 KiB and at most 100 returned rows. Inspection accepts up to eight schemas. Requests have an eight-second deadline, and responses are limited to 32 KiB. The CLI targets the connected project and calls Supabase’s read-only SQL Management API. The OAuth app grantsprojects:read and database:read; it does
not grant database write access. The CLI also rejects non-SELECT and
multi-statement input before contacting Supabase.
