# Copy to .env and fill in to pass keys/flags to the FARoom proxy.
# Clients (opencode/cursor) usually forward their own key, so these are optional.

ANTHROPIC_API_KEY=
OPENAI_API_KEY=

# FARoom optimisation feature flags (see FARoom/.env.example for details)
ENABLE_PROMPT_CACHING=true
ENABLE_TOOL_COMPRESSION=false
ENABLE_CONTEXT_COMPRESSION=false
ENABLE_STATE_COMPRESSION=false
LOG_TOKEN_SAVINGS=true

# Debug request capture — records block types, cache_control markers, token
# sizes for every request. View at GET http://10.100.102.6:8000/debug/requests
# Set to false once the cache-miss root cause is identified.
DEBUG_DUMP_REQUESTS=false
