Notifications
Rings a short chime in this tab when a run reaches a terminal state (done / failed / killed). Client-side preference, stored in this browser only. Browsers only allow sound after you have interacted with the page, so the bell starts working after your first click here.
Interface
Shows the meter buttons (fleet header + project filter) that open mission control — per-project flow + analytics (#/factory/<project>). Client-side preference, stored in this browser only; off by default.
Deployment
Pulls the latest commit (git pull --ff-only) and runs the deploy script. Locally modified files (e.g. edited config) are stashed for the pull and re-applied after. If the script fails, the checkout rolls back to the previous commit and the script re-runs there.
GitHub
Connect a GitHub App installation so runs clone repos and open PRs with per-run installation tokens — no PAT needed. ADD GITHUB opens GitHub's install page; pick an account and repos there, and GitHub sends you straight back here with the installation recorded below.
PI_GITHUB_APP_ID + PI_GITHUB_APP_KEY_FILE (and point the App's Setup URL at this server's /github/setup) to enable it.Secrets
Global key/value secrets, exported as environment variables inside every run's sandbox (firecracker: they ride the read-only config drive and are exported after untrusted repo setup — the agent and its tools see them, setup never does). Values are write-only: the list shows names, never values. Runs launched after a change pick it up; a running VM keeps the secrets it launched with. Names must be env-var syntax (NPM_TOKEN, AWS_SECRET_ACCESS_KEY, …); pi-cloud's own variables (PI_*, model keys, PATH, …) are reserved.
Model usage
Live quota from each model vendor — how much of the key's allowance is used, what remains, and when the window resets. Kimi For Coding reports both its rate-limit windows (5-hour and weekly); they count differently, so both are shown verbatim.
Release notes
What landed here: the commits the most recent deploy shipped, plus the latest commits on the branch. Pulls from the same checkout as the settings page's DEPLOY LATEST.