# Worker routing is configured as one whole JSON policy at # /.pi/cadence/routes.json or ~/.pi/agent/cadence/routes.json. # Copy routes.example.json and reference custom credentials by environment # variable name; never place credential values in routes.json. CADENCE_CUSTOM_WORKER_API_KEY= # Context7 works anonymously with its default URL. Uncomment the API key for # authenticated access, or the URL only when overriding the default endpoint. # CONTEXT7_API_URL=https://context7.com/api/v2 # CONTEXT7_API_KEY= # Required when using the Grok search skill. GROK_API_URL=https://api.x.ai/v1 GROK_API_KEY= # Optional model override. # GROK_MODEL=grok-4.20-non-reasoning # Optional Tavily integration. It is enabled by default when TAVILY_API_KEY is set; set TAVILY_ENABLED to false to opt out. # TAVILY_ENABLED=true # TAVILY_API_URL=https://api.tavily.com # TAVILY_API_KEY= # Explicit Windows x64 trusted host verification (not a filesystem/network sandbox). # ABEL_EXECUTION_MODE=host-trusted # ABEL_WINDOWS_JOB_HELPER=C:\CadenceNative\windows-job.exe # ABEL_VERIFICATION_TIMEOUT_MS=600000 # ABEL_VERIFICATION_ENV=DATABASE_URL,NODE_ENV