Reference
Settings
Every setting, its default and what it does, read out of the schema the code itself reads. A value that is not a valid choice is refused at startup rather than quietly ignored.
| Setting | Default | What it does |
|---|---|---|
model.via | "" | "gateway" for HTTP, "claude" for the CLI. Empty picks by what the machine has. |
model.gateway | "https://ai-gateway.vercel.sh/v1/chat/completions" | Any gateway that speaks the OpenAI chat-completions shape. |
model.key | "" | The gateway's key. Empty means no gateway, so via "" picks the CLI. |
model.judge | "anthropic/claude-sonnet-5" | Who marks an eval. Cheaper than the agent being marked, on purpose. |
app.send_email_to | "" | Where an agent's mail goes. Comma separated for more than one. |
resend.api_key | "" | The key an agent's mail is sent with. Without one, nothing is sent. |
google.account | "" | The account a mail tool reads from. |
google.password | "" | Opens the saved login, from when a person signed in to that account. |
google.GA_KEY_FILE | "" | The Analytics service account's key, handed to scripts as GA_KEY_FILE. |
state | "" | Everything the agents keep: their folders and the run history. Empty means data/ inside the repo. |
node | "" | Which node the unit runs. Empty means whichever is on the path at install. |