{
  "ok": true,
  "service": "prototype-publish-service",
  "endpoints": {
    "health": "GET /healthz",
    "publish": "POST /api/publish",
    "manifest": "GET /api/manifest",
    "metadata": "GET /api/prototypes/:slug",
    "delete": "DELETE /api/prototypes/:slug",
    "view": "GET /prototypes/:slug"
  }
}