A
autonomy-labs
docs · setup · troubleshooting

Get started

This app uses Supabase Auth. In Hugging Face Spaces, configure secrets first.

Hugging Face Spaces setup

  1. Go to Settings → Variables and secrets → Secrets.
  2. Set:
    • SUPABASE_URL
    • SUPABASE_KEY (anon key) or SUPABASE_ANON_KEY
    • DEFAULT_BASE_URL (OpenAI-compatible, e.g. https://router.huggingface.co/v1)
    • DEFAULT_API_KEY (optional)
  3. Restart the Space.

Login / Register

Password reset

  • Ensure Supabase Auth redirect URLs include /login for your Space domain.
  • The login page supports both recovery link formats (#access_token=… and ?code=…).