# Copy to .env and fill in. .env is git-ignored.
# The endpoint under test
LLM_VERIFY_BASE_URL=https://api.anthropic.com
LLM_VERIFY_API_KEY=sk-ant-...
LLM_VERIFY_MODEL=claude-opus-4-5
# Optional: anthropic | openai. Inferred from the URL and model name if unset.
# LLM_VERIFY_PROTOCOL=anthropic
# Optional: only needed by maintainers running publish.sh
# CLAWHUB_API_KEY=
# CARGO_API_KEY=