Storage & Databases116 toolsBrowser login (OAuth), no API keys
Supabase integration for AI agents
Query and manage Postgres databases
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Supabase once and call the same tools from all of them.
Setup
Connect Supabase through ClawLink's hosted setup to manage projects, query databases, deploy Edge Functions, and configure auth and organizations.
- Auth: Browser login (OAuth), no API keys. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Supabase exposes 116 tools through ClawLink. The 30 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
supabase_beta_run_sql_query | Execute a database SQL query | Read |
supabase_create_function | Create a new Edge Function | Write |
supabase_deploy_function | Deploy an Edge Function | Read |
supabase_get_function | Retrieve an Edge Function | Read |
supabase_get_health | Get API health status | Read |
supabase_get_organization | Get organization information | Read |
supabase_get_project | Get a Supabase project by ref | Read |
supabase_get_project_logs | Get project logs | Read |
supabase_get_table_schemas | Get table schemas | Read |
supabase_gets_project_s_auth_config | Get project's auth config | Read |
supabase_list_all_organizations | List all organizations | Read |
supabase_list_all_projects | List all Supabase projects | Read |
supabase_list_backups | List project database backups | Read |
supabase_list_database_branches | List database branches | Read |
supabase_list_functions | List all Edge Functions | Read |
supabase_list_migration_history | List migration history | Read |
supabase_list_secrets | List all project secrets | Read |
supabase_list_tables | List database tables | Read |
supabase_run_read_only_query | Execute a read-only SQL query | Read |
supabase_select_from_table | Select rows from a table | Read |
supabase_alpha_get_third_party_integration | Retrieves the detailed configuration for a specific third-party authentication (TPA) provider | Read |
supabase_alpha_list_third_party_auth_integrations | Lists all configured third-party authentication provider integrations for an existing Supabase | Read |
supabase_beta_authorize_user_through_oauth | Generates a Supabase OAuth 2.0 authorization URL for user redirection | Read |
supabase_beta_check_vanity_subdomain_availability | Checks if a specific vanity subdomain is available for a Supabase project; this action does not | Read |
supabase_beta_get_project_custom_hostname_config | Retrieves a Supabase project's custom hostname configuration, including its status, SSL | Read |
supabase_beta_get_project_network_bans | Retrieves the list of banned IPv4 addresses for a Supabase project using its unique project | Read |
supabase_beta_get_project_network_restrictions | Retrieves the network restriction settings (IP allowlists) for a Supabase project | Read |
supabase_beta_get_project_pgsodium_config | Retrieves the PGSodium configuration, including the root encryption key, for an existing | Read |
supabase_beta_get_project_ssl_enforcement_config | Retrieves the SSL enforcement configuration for a specified Supabase project, indicating if SSL | Read |
supabase_beta_get_vanity_subdomain_config | Fetches the current vanity subdomain configuration, including its status and custom domain | Read |