{
  "endpoint": "/api/ask",
  "method": "POST",
  "body": {
    "question": "string (max 500 chars)"
  },
  "returns": {
    "answer": "string",
    "model": "@cf/meta/llama-3.3-70b-instruct-fp8-fast"
  },
  "description": "Ask a question about anything mlzen.com has published. Answers are generated by a small model grounded ONLY in the site’s posts (the llms-full.txt corpus) and cite post URLs. Not a general-purpose oracle: if the zine hasn’t covered it, it says so.",
  "note": "Answers are machine-generated and unreviewed — the posts themselves are the record.",
  "rateLimit": "Be gentle: a few questions per minute per client. Excess returns 429."
}