Skip to main content

Dashboard

VariableDescription
PORTDashboard port (default: 8020)
CLAUDE_PROJECTS_PATHOverride where Claude Code project folders are found
FAILPROOFAI_DISABLE_PAGES=policies,projectsComma-separated dashboard pages to hide
FAILPROOFAI_ALLOWED_DEV_ORIGINSHosts/IPs allowed to access dev resources. Same as --allowed-origins.

Logging

VariableDescription
FAILPROOFAI_LOG_LEVEL=info|warn|errorServer log level (default: warn)
FAILPROOFAI_HOOK_LOG_FILECustom hook log file path, or true for default (~/.failproofai/logs/hooks.log)

Telemetry

VariableDescription
FAILPROOFAI_TELEMETRY_DISABLED=1Disable anonymous usage telemetry

LLM (for policy evaluation)

VariableDescription
FAILPROOFAI_LLM_BASE_URLLLM API endpoint (default: https://api.openai.com/v1)
FAILPROOFAI_LLM_API_KEYAPI key for LLM-powered policies
FAILPROOFAI_LLM_MODELModel name (default: gpt-4o-mini)