# Copy to `.env` (gitignored) — kibble auto-loads the nearest `.env` at startup
# (searching the working dir upward). Real environment variables always win,
# so anything you `export` in your shell overrides a value here.
#
# Lines are `KEY=VALUE`; blanks and `#` comments are skipped, a leading
# `export ` is allowed, and one matching pair of surrounding quotes is stripped.
# Bearer token for `kibble serve` (fail-closed: serve refuses to start without it).
KIBBLE_API_TOKEN=
# Vision-OCR endpoint auth for `kibble extract` (sent to the configured OCR server).
OCR_API_KEY=
# OpenAI-compatible key, used as a fallback by extract/eval/bench when set.
OPENAI_API_KEY=
# Ask/chat endpoint auth for `kibble ask` (optional on a trusted LAN).
ASK_API_KEY=
# Anthropic key for the eval LLM judge (only if you use an Anthropic judge).
ANTHROPIC_API_KEY=