# Supabase credentials SUPABASE_URL=https://your-project.supabase.co SUPABASE_ANON_KEY=eyJ... SUPABASE_SERVICE_ROLE_KEY=eyJ... # Provider API keys (optional — enables direct price ingestion) ANTHROPIC_API_KEY=sk-ant-... OPENAI_API_KEY=sk-... # Dashboard auth (optional — protects /dashboard and /observability/* endpoints) DASHBOARD_SECRET= # Server config PORT=3000 HOST=0.0.0.0