# --- MVP (required now) --- SERPAPI_KEY= HF_TOKEN= # --- Affiliate (Impact) — fill when approved; empty tag = raw link --- STOCKX_AFFILIATE_TAG= GOAT_AFFILIATE_TAG= # --- StockX official API (second StockX recall source; coverage, ADR-0010) --- # From the StockX developer portal. REDIRECT_URI must match the portal registration. # Run `python scripts/stockx_auth.py` ONCE to obtain STOCKX_REFRESH_TOKEN. Leave the # refresh token empty to run without StockX API recall (the app skips it silently). STOCKX_CLIENT_ID= STOCKX_CLIENT_SECRET= STOCKX_API_KEY= STOCKX_REDIRECT_URI= STOCKX_REFRESH_TOKEN= # --- Agent (later phase) --- ANTHROPIC_API_KEY= # --- Target architecture (later: pre-indexed search) --- QDRANT_URL= QDRANT_API_KEY=