Supabase Auth

get_publishable_keys

Gets all publishable API keys for a project, including legacy anon keys (JWT-based) and modern publishable keys (format: sb_publishable_...). Publishable keys are recommended for new applications due to better security and independent rotation. Legacy anon keys are included for compatibility, as many LLMs are pretrained on them. Disabled keys are indicated by the "disabled" field; only use keys where disabled is false or undefined.

Remote Supabase

Other tools also called get_publishable_keys? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "project_id": {
      "type": "string"
    }
  }
}