# Citee Index — Prompt Curation Pipeline # Copy to .env and fill in actual API keys. # .env is gitignored. # === Required for all stages === ANTHROPIC_API_KEY=sk-ant-xxxxx OPENAI_API_KEY=sk-xxxxx GOOGLE_API_KEY=AIzaxxxxx # For Gemini PERPLEXITY_API_KEY=pplx-xxxxx # === Required for Stage 3 (Reality Check) === # Reddit — create app at https://www.reddit.com/prefs/apps (script type) REDDIT_CLIENT_ID=xxxxx REDDIT_CLIENT_SECRET=xxxxx REDDIT_USER_AGENT=citee-methodology/1.0 by /u/yourusername # pytrends needs no API key (unofficial Google Trends scraping) # === Optional === # SerpAPI for AI Overviews tracking (Stage 5 + production scans) SERPAPI_KEY=xxxxx # === Citee internals === CITEE_DATA_DIR=../../data CITEE_PROMPTS_DIR=../../prompts # Closed output directory