# Secrets and Environment - `.env` is required at project root and must never be committed. It is in `.gitignore`. - Required keys: `TELEGRAM_BOT_TOKEN`, `ROUTECHECK_TOKEN`, `YANDEX_ROUTING_KEY`. - `ROUTECHECK_TOKEN` is a shared secret between `deepagents` and `routecheck` containers — generate once with `python3 -c "import uuid; print(uuid.uuid4())"`. - All tokens are stored in Vaultwarden (AI collection). Fetch with `bw get password ""` — see `~/.claude/CLAUDE.md` for the full procedure. - Do not hardcode tokens, URLs, or credentials anywhere in source code.