apps/docs/content/_partials/api_settings_steps.mdx
You can also get the Project URL and key from [the project's Connect dialog](/dashboard/project/_?showConnect=true&connectTab={{ .tab }}&framework={{ .framework }}).
<Admonition type="note" title="Changes to API keys">Supabase is changing the way keys work to improve project security and developer experience. You can read the full announcement, but in the transition period, you can use both the current anon and service_role keys and the new publishable key with the form sb_publishable_xxx which will replace the older keys.
In most cases, you can get the correct key from [the Project's Connect dialog](/dashboard/project/_?showConnect=true&connectTab={{ .tab }}&framework={{ .framework }}), but if you want a specific key, you can find all keys in the API Keys section of a Project's Settings page:
anon key for client-side operations and the service_role key for server-side operations from the Legacy API Keys tab.Read the API keys docs for a full explanation of all key types and their uses.