Before you start
You’ll need a Supabase account. You can create your first project during the connection flow, or let the agent guide you. You also need to be an owner or admin of your native.builder workspace to connect Supabase. Members can use a connection that’s already set up, but can’t create or remove one. If the Connect button isn’t there, ask whoever owns your workspace.Connecting Supabase: two steps
There are two separate things to do, and it’s worth knowing why.- Connect your Supabase account to your workspace — one-time setup that lets Builder talk to Supabase on your behalf.
- Choose which Supabase project each app uses — your Supabase account can hold many projects (databases). Each app you build needs to be pointed at one of them.
Step 1: Connect your account
1
Open Integrations
Go to Settings → Integrations.
2
Connect Supabase
Find the Supabase card and click Connect.
3
Authorize
A small window opens on Supabase asking you to authorize native.builder. Choose your organization — this matters more than it looks (see Choosing the right organization).
4
Confirm
Approve, and the window closes on its own. The Supabase card shows your organization name and a connected badge.
Step 2: Point your app at a Supabase project
1
Open your app
Open the project you’re working on.
2
Open integrations
Open the integrations menu in the chat header.
3
Select a project
Click Select a project and pick the Supabase project this app should use. Need a new one? Use Create a new project in Supabase at the bottom of the list.
4
Turn Supabase on
Flip the Supabase switch on.
The switch won’t turn on until you’ve picked a project. If you try, you’ll see a reminder and the project list will open for you.
Turning Supabase on and off for an app
The switch in the integrations menu controls whether the agent can work with Supabase in this app only.- Off — stops the agent from reading or changing anything in Supabase. It does not delete your database, data, or anything else in your Supabase project.
- On again — remembers the project you’d picked before, so you don’t need to select it again.
Choosing the right organization
When you authorize native.builder, Supabase asks which organization to grant access to. Builder can then only see the projects inside that one organization. This is the single most common source of confusion. If you have more than one organization — a personal one and a team one, say — and you pick the wrong one, projects in the other organization simply won’t appear in your list. No error — they’re just not there. If a project you expect is missing, it’s almost certainly in a different organization than the one you authorized. Fixing it means disconnecting and reconnecting, choosing the right organization this time. There’s no way to switch organizations without disconnecting first — and disconnecting has a consequence worth reading in Disconnecting Supabase.Creating a Supabase project yourself
You don’t have to — the agent can walk you through it — but if you create projects in the Supabase dashboard:- New projects don’t appear instantly. The list loads when you open it. Close the dropdown and open it again to refresh. No need to reload the page.
- Create it in the organization you authorized. The create link may default to whichever org you last used in Supabase. If that’s not the connected org, the new project won’t show up in Builder.
- Give it a moment to finish setting up. A brand-new project takes a minute or two to provision. It can appear in the list before it’s healthy — wait until Supabase shows it as ready.
- Watch for paused projects. On Supabase’s free plan, projects pause after inactivity. A paused project still appears and can be selected, but every database operation will fail (and it can look like the agent is at fault). Un-pause it in the Supabase dashboard.
- Avoid duplicate project names. If two projects share a name and you ask the agent to link one by name, it can’t tell them apart. Pick from the list in the integrations menu instead.
Disconnecting Supabase
Disconnect from Settings → Integrations → Supabase → Disconnect. That’s deliberate — it prevents an app from quietly staying pointed at a project you no longer have access to. What disconnecting does not do: it doesn’t touch anything inside Supabase. Databases, tables, data, users, files, and functions stay put. It only removes native.builder’s access. To also revoke authorization on the Supabase side, do that in your Supabase account settings — that’s a separate action.How the agent handles secrets
If your app needs an API key or other secret, the agent asks with a masked input, not as a normal chat message. Values entered that way go into Supabase’s secure secret storage. They never appear in the conversation, and the agent never sees them. Your app’s server-side code can read them; nobody reading the chat can. Entering a secret under a name you’ve used before replaces the old value. There’s no undo — double-check before saving a replacement.Logins and preview links
If you build sign-up or login into your app, the agent automatically configures Supabase to accept Builder’s preview URLs. Without that, logging in from the preview panel would fail. This happens behind the scenes. You only need to know about it if you later change those settings manually in the Supabase dashboard — login from previews may stop working.Troubleshooting
Quick reference
Next steps
Integrations
All workspace integrations in one place.
GitHub Sync
Connect GitHub and sync project code.

