Tools
supabase_run_sql
Run the supabase_run_sql tool. Returns a clean, normalized JSON shape. Bring your own key — connect supabase first via POST /v1/connections.
POST
supabase_run_sql
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run the supabase_run_sql tool. Returns a clean, normalized JSON shape. Bring your own key — connect supabase first via POST /v1/connections.
curl --request POST \
--url https://api.fetchbean.com/v1/supabase_run_sql \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"project_ref": "<string>",
"query": "<string>",
"read_only": true
}
'{}Was this page helpful?
curl --request POST \
--url https://api.fetchbean.com/v1/supabase_run_sql \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"project_ref": "<string>",
"query": "<string>",
"read_only": true
}
'{}