API Keys Configuration File

To edit your API keys configuration, open this file with your preferred text editor. Note that files beginning with a dot or located in configuration directories may be hidden by default in your file explorer. You may need to enable "Show Hidden Files" in your file explorer settings to view it.

{{ secrets_file_path }}

Configuration Example

# API Keys for Deep Research System
# This file contains sensitive information and should not be shared.

# LLM Service API Keys
ANTHROPIC_API_KEY = "your-anthropic-api-key-here"
OPENAI_API_KEY = "your-openai-api-key-here"

# Search Service API Keys
GOOGLE_API_KEY = "your-google-api-key-here"
SERP_API_KEY = "your-serp-api-key-here"
GUARDIAN_API_KEY = "your-guardian-api-key-here"
GOOGLE_PSE_API_KEY = "your-google-pse-api-key-here"
GOOGLE_PSE_ENGINE_ID = "your-google-pse-engine-id-here"