.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
ANTHROPIC_API_KEY
secret
Anthropic API key for Claude
OPENAI_API_KEY
secret
OpenAI API key for Whisper (optional, for YouTube transcription)
PORT
Server port (optional, defaults to 8765)
INDEX_PATH
Index storage path (optional, defaults to ./index)
SEARXNG_URL
SearXNG URL (optional, defaults to http://localhost:8888)
brew install flyctl && fly launch --from https://github.com/bentlybro/synth
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/bentlybro/synth
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/bentlybro/synth