Supabase Auth

sb_list_api_keys

List API keys for a Supabase project. Returns anon key, service_role key, and any custom keys with their names and roles.

Remote node2flow/supabase

Other tools also called sb_list_api_keys? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "_fields": {
      "type": "string",
      "description": "Comma-separated list of fields to include in the response"
    },
    "project_ref": {
      "type": "string",
      "description": "Project reference ID"
    }
  }
}