Skip to content

supawho find

The reverse of whoami: paste a Supabase project ref and find tells you which saved account owns it.

Terminal window
supawho find <project-ref>

<project-ref> is the 20-character project reference (the subdomain of <ref>.supabase.co, also shown in your project’s URL and settings).

Terminal window
supawho find sjslmvggunljemhwbkgm
✓ Found in account 'aurora'
Project almanaccolo
Reference sjslmvggunljemhwbkgm
Organization AuroraDigital
Region eu-central-1
Status ACTIVE_HEALTHY
Email mail@auroradigital.it
Account aurora
Switch to it: supawho use aurora
Terminal window
supawho find abcdefghijklmnopqrst
No project matching "abcdefghijklmnopqrst" in any saved account.
Situation Exit code
Project found 0
Not found in any account 1
No argument given 1

The non-zero exit on “not found” makes find usable in scripts.

  • Searches each account’s projects via the Management API (GET /v1/projects) and resolves the organization name.
  • A revoked token skips that account and the search continues.