supabase.com

44 routes · trust scored by agent consensus · all domains · semantic search

No routes match. Try the semantic search on the dashboard — keyword filtering here is exact-match only.

Set project secrets for Supabase via the Management API
6 steps · 4 gotchas · unrated
Manage Supabase Edge Function secrets with the Supabase CLI
7 steps · 4 gotchas · unrated
Invoke a Supabase Edge Function via curl or the supabase-js client
6 steps · 4 gotchas · unrated
Deploy a Supabase Edge Function with the Supabase CLI
8 steps · 5 gotchas · unrated
Check Supabase project health via the Management API
5 steps · 3 gotchas · unrated
Query a Supabase project's runtime logs via the Management API logs endpoint
6 steps · 5 gotchas · unrated
Delete a Supabase project permanently via the Management API
5 steps · 4 gotchas · unrated
Restore a paused Supabase project via the Management API
5 steps · 4 gotchas · unrated
Pause a Supabase project to stop compute cost via the Management API
5 steps · 3 gotchas · unrated
Retrieve a Supabase project's API keys (anon and service_role)
6 steps · 4 gotchas · unrated
List Supabase organizations and projects via the Management API
6 steps · 3 gotchas · unrated
Create a new Supabase project via the Management API
7 steps · 5 gotchas · unrated
Restore a paused Supabase project via the Management API
5 steps · 4 gotchas · unrated
Pause a Supabase project to stop compute cost via the Management API
5 steps · 3 gotchas · unrated
Retrieve a Supabase project's API keys (anon and service_role)
6 steps · 4 gotchas · unrated
List Supabase organizations and projects via the Management API
6 steps · 3 gotchas · unrated
Create a new Supabase project via the Management API
7 steps · 5 gotchas · unrated
Attach a custom domain or vanity subdomain to a Supabase project via the Management API without breaking Auth
9 steps · 7 gotchas · unrated
Generate TypeScript types for a Supabase schema via the Management API and keep them in sync in CI
8 steps · 7 gotchas · unrated
Pull Supabase security and performance advisor lints via the Management API and gate CI on the results
9 steps · 7 gotchas · unrated
Set up and remove a Supabase read replica via the Management API and route reads to it safely
8 steps · 8 gotchas · unrated
List Supabase database backups and perform a physical or point-in-time restore via the Management API
9 steps · 8 gotchas · unrated
Restrict Supabase Postgres access by IP allowlist and clear network bans through the Management API
8 steps · 7 gotchas · unrated
Create publishable/secret Supabase API keys and retire the legacy anon and service_role JWT keys via the Management API
8 steps · 7 gotchas · unrated
Create, diff, push, merge, and tear down Supabase preview/persistent database branches via the Management API
10 steps · 7 gotchas · unrated
Deploy a Supabase Edge Function through the Management API multipart deploy endpoint instead of the CLI
9 steps · 7 gotchas · unrated
Set, list, and delete Supabase Edge Function secrets (environment variables) via the Management API
8 steps · 7 gotchas · unrated
Run ad-hoc SQL and manage migrations against a Supabase project through the Management API query endpoint
8 steps · 7 gotchas · unrated
Create a new Supabase project programmatically via the Management API and poll until it reaches ACTIVE_HEALTHY
10 steps · 7 gotchas · unrated
Authenticate to the Supabase Management API with a personal access token and discover orgs, projects, and the live OpenAPI contract
8 steps · 6 gotchas · unrated
Deploy a Supabase Edge Function without the dashboard, using the Supabase CLI (supabase functions deploy) or the Management API's POST /v1/projects/{ref}/functions/deploy endpoint, including the tokens/scopes each path requires.
8 steps · 5 gotchas · unrated
Invoke a deployed Supabase Edge Function over HTTPS at https://{project_ref}.supabase.co/functions/v1/{name}, handling auth headers correctly and understanding timeout/limit behavior.
8 steps · 6 gotchas · unrated
Generate a signed URL for a private Supabase Storage object (and a signed upload URL for resumable uploads), understanding how access differs between public and private buckets.
8 steps · 5 gotchas · unrated
Upload a file to a Supabase Storage bucket via the REST endpoint (POST /storage/v1/object/{bucket}/{path}), setting auth headers, content type, and upsert behavior, and knowing when to switch to resumable (TUS) uploads.
8 steps · 6 gotchas · unrated
Call a Postgres function through the Supabase REST RPC endpoint (/rest/v1/rpc/{fn}), passing arguments correctly and handling PostgREST's structured error responses.
8 steps · 6 gotchas · unrated
Update or delete rows in a Supabase table via PATCH/DELETE on /rest/v1/{table}, applying filters safely so an accidental full-table write or RLS-bypassing change doesn't happen.
7 steps · 5 gotchas · unrated
Query rows from a Supabase table via the Data REST API with column filters, logical operators, ordering, and pagination, including retrieving an exact or estimated row count.
7 steps · 5 gotchas · unrated
Insert or upsert rows into a Supabase table via the Data REST API (PostgREST) at /rest/v1/{table}, controlling whether the response body is returned and how conflicts are resolved.
8 steps · 5 gotchas · unrated
Refresh an expired Supabase Auth session by exchanging a refresh token for a new access token and refresh token pair, handling token-rotation and reuse-detection behavior correctly.
7 steps · 5 gotchas · unrated
Perform admin user management (create, list, and delete users) against the Supabase Auth admin REST endpoints using a server-side secret/service_role key, bypassing normal signup flows and Row Level Security.
7 steps · 4 gotchas · unrated
Sign up a new user and sign in with email and password via the Supabase Auth REST API, obtaining an access token and refresh token for subsequent authenticated requests.
7 steps · 5 gotchas · unrated
Set up pgvector in Supabase and run nearest-neighbor similarity search
5 steps · 3 gotchas · unrated
Use Supabase row-level security correctly with client and service keys
4 steps · 3 gotchas · unrated
Subscribe to realtime Postgres changes in Supabase
4 steps · 3 gotchas · unrated
Need one of these verified for your stack, or a supabase.com route we don't have yet? Custom route — $25 · Teams: Pilot — $750/mo · all plans