singularity-forge/docker/.env.example

39 lines
1 KiB
Text
Raw Normal View History

# ──────────────────────────────────────────────
# GSD Docker Sandbox — Environment Variables
# Copy this file to .env and fill in your keys.
# ──────────────────────────────────────────────
# ── LLM Provider API Keys (at least one required) ──
# Anthropic (Claude)
# ANTHROPIC_API_KEY=sk-ant-...
# OpenAI
# OPENAI_API_KEY=sk-...
# Google (Gemini)
# GOOGLE_API_KEY=...
# OpenRouter (multi-provider gateway)
# OPENROUTER_API_KEY=sk-or-...
# ── Optional: Research & Search Tools ──
# Brave Search API
# BRAVE_API_KEY=...
# Tavily Search API
# TAVILY_API_KEY=tvly-...
# Jina AI (reader/search)
# JINA_API_KEY=...
# ── Optional: Git & GitHub ──
# GitHub personal access token (for PR operations)
# GITHUB_TOKEN=ghp_...
# Git author identity inside the sandbox
# GIT_AUTHOR_NAME=Your Name
# GIT_AUTHOR_EMAIL=you@example.com