> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dalyenergy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Supabase Workspaces

> List Daly workspaces available to a Supabase-authenticated user

# GET /auth/workspaces

Call this first in the Supabase exchange flow to discover which Daly workspaces the current Supabase user can access.

## Auth Requirements

* Send the Supabase access token as `Authorization: Bearer <supabase-access-token>`.
* Each returned workspace can then be exchanged into with `POST /auth/exchange-supabase`.
