{
  "service": "savings-report-cf",
  "routes": {
    "POST /": "webhook — form payload {state, jobTitle, numberOfVas, clientName, email}",
    "GET /preview": "render PDF inline — same fields as GET args",
    "GET /status/:id": "workflow instance status"
  }
}