Rotate secrets
Rotate these in the host (Render dashboard or .env locally), then restart the web service:
TOOL_SHARED_SECRET— headerx-tool-secreton/api/tools/*. Also update every ElevenLabs server tool.ADMIN_ROUTE_PREFIX— URL path and headerx-admin-prefix. Must match what/api/bootstrapreturns to the SPA. IfVITE_ADMIN_ROUTE_PREFIXis set at build time, rebuild the SPA or rely on bootstrap (runtime wins after load).ELEVENLABS_WEBHOOK_SECRET— HMAC onPOST /api/webhooks/elevenlabs. Update the webhook in the ElevenLabs dashboard.ELEVENLABS_API_KEY/ANTHROPIC_API_KEY— provider keys.DATABASE_URL— Neon. Treat as a secret.
Do not commit rotated values. .env is gitignored.