{
  "name": "screech",
  "environment": "stage",
  "dashboard": "/dashboard",
  "endpoints": [
    "GET  /dashboard            — staff web dashboard (WorkOS login)",
    "POST /run                  — enqueue a refresh run, returns { runId, total, mode }",
    "                             body: { orgIds?, projectIds?, retryFailed? }",
    "GET  /status               — live progress for the current run",
    "GET  /runs                 — list recent runs (newest first)",
    "GET  /runs/:id             — full result for a specific run",
    "GET  /runs/:id/failures    — failed scenarios with error messages",
    "GET  /queue                — list scenarios that would be refreshed",
    "GET  /trends?days=N        — per-day summary over the last N days (max 30, default 7)"
  ]
}