What you unlock
SQL queries
Execute read and write SQL queries against your Supabase Postgres database through natural language.
Auth management
Manage authentication users, SSO providers, and auth configuration without opening the Supabase dashboard.
Edge functions
List, deploy, and invoke edge functions directly from chat or automated agent tasks.
Project control
Manage projects, branches, storage buckets, and database configuration from one place.
Connect Supabase
1
Open Settings → Integrations
In any workspace go to Settings → Integrations and select Supabase.
2
Authorize with OAuth
Click Connect and sign in to your Supabase account. Grant Mantle the requested permissions to access your
projects and data.
3
Confirm the connection
Once authorized, you’ll be redirected back to Mantle. The integration status will show as connected.
Agent tools
Add Supabase tools to agents that need them. Their access is limited by the connected account and selected tools.Database & SQL
Projects & Branches
Edge Functions & Storage
Triggers
Automated triggers for Supabase are not yet available. Triggers will be added in a future update — check back soon.
Example use cases
Quick data queries from chat
Quick data queries from chat
Ask “How many active users do we have?” and the agent translates your question into SQL, runs it against your
Supabase database, and returns the result — no SQL client needed.
Deploy edge functions from conversations
Deploy edge functions from conversations
After discussing a new webhook handler in chat, ask your agent to deploy the edge function to Supabase. It handles
the deployment and confirms the function is live.
Database branch for feature development
Database branch for feature development
Starting a new feature? Ask your agent to create a Supabase branch with the latest schema — it returns the branch
URL and connection details ready for your development environment.
Troubleshooting
OAuth connection failed
OAuth connection failed
Make sure you are signing in with a Supabase account that owns or has access to the projects you want to manage. Try
disconnecting and reconnecting from Settings → Integrations → Supabase.
SQL queries return errors
SQL queries return errors
Check your SQL syntax and ensure the tables and columns referenced exist in your database. Use “List tables” and
“Get table schemas” to verify the current schema before writing queries.
Edge function deployment fails
Edge function deployment fails
Verify the function code compiles and meets Supabase’s edge function requirements (Deno runtime). Check that your
project plan supports the number of edge functions you need.
Branch creation not available
Branch creation not available
Database branching requires a Supabase Pro plan or higher. Free tier projects do not support branching. Check your
project’s plan in the Supabase dashboard.
Back to Integrations
View all available integrations