.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
AI_GATEWAY_API_KEY
secret
BLOB_READ_WRITE_TOKEN
secret
RUNNER_CALLBACK_SECRET
secret
AUTH_SECRET
secret
GitHub OAuth (required to sign in and submit) — generate with `npx auth secret`
AUTH_GITHUB_ID
From a GitHub OAuth App (github.com/settings/developers) — callback URL is <your-origin>/api/auth/callback/github. Use separate apps for…
AUTH_GITHUB_SECRET
secret
COMPETITION_MODEL
/competition — fixed model for the daily prompt contest (default zai/glm-5.2)
COMPETITION_ADMIN_TOKEN
secret
/competition — shared secret required to trigger the baseline run; keep private