database_webhook
Database Webhook
Receives webhook notifications when INSERT, UPDATE, or DELETE events occur on Supabase database tables. Configure the webhook URL in your Supabase project dashboard under Database > Webhooks.
database_webhook
Receives webhook notifications when INSERT, UPDATE, or DELETE events occur on Supabase database tables. Configure the webhook URL in your Supabase project dashboard under Database > Webhooks.
database_changes
[Polling fallback] Polls for new, updated, or deleted rows in a Supabase table by tracking changes since the last poll. Requires a timestamp column (e.g., created_at or updated_at) to detect changes.
Manage PostgreSQL databases, authenticate users, store files, and run edge functions on Supabase. Perform CRUD operations on database tables via auto-generated REST and GraphQL APIs with row-level security. Create and manage user accounts with password, magic link, OTP, social login, and SSO authentication. Upload, download, list, and delete files organized in storage buckets. Deploy and invoke server-side TypeScript edge functions. Listen to realtime database changes, broadcast messages, and track user presence. Configure database webhooks for INSERT, UPDATE, and DELETE events. Programmatically manage Supabase organizations and projects, including creating/deleting projects, managing API keys, configuring auth settings, custom domains, network restrictions, and Edge Function secrets.
Common questions about connecting Supabase to AI agents with Metorial.