{
 "name": "Tohir's task API",
 "read_only": true,
 "endpoints": {
  "/probe": "proof that a real call happened",
  "/tasks": "how many tasks, by section",
  "/records": "tasks with a running record",
  "/records/{slug}": "one task's state and full record",
  "/go/{slug}": "redirect into a ChatGPT chat preloaded with that task"
 }
}