{
  "$schema": "https://al-dente.ai/agent.json",
  "generatedNote": "Machine-readable knowledge base for AI agents. Maschinenlesbare Wissensbasis für KI-Agenten.",
  "version": "2026-08-23",
  "site": {
    "name": "La Gazzetta della Nonna — Nonna Roast",
    "url": "https://al-dente.ai",
    "description": "Free web app: upload a photo of your food and an AI Italian grandmother (Nonna) roasts it on the front page of a vintage scandal newspaper — score 1–10, red stamp verdict, mock sentence, handwritten note, cook's rank. Shareable as an image; optional public archive.",
    "languages": ["de", "en", "it"],
    "category": "Entertainment / Food / AI tool",
    "free": true,
    "accountRequired": false,
    "cookies": false,
    "tracking": false,
    "dataStoredByDefault": false,
    "optInArchive": true
  },
  "maker": {
    "name": "CAZ Labs",
    "legalName": "CAZ Labs - Bastian Portes",
    "url": "https://www.caz.de",
    "email": "hallo@caz.de",
    "slogan": "Unternehmer, die coden.",
    "city": "Inzell",
    "region": "Bayern",
    "country": "DE",
    "agentFeed": "https://www.caz.de/agent.json"
  },
  "pages": [
    { "name": "Front page / tool", "url": "https://al-dente.ai/", "agentUsable": false, "note": "Requires uploading a photo in a browser." },
    { "name": "Archive of published verdicts", "url": "https://al-dente.ai/archiv", "alternates": { "en": "https://al-dente.ai/archive", "it": "https://al-dente.ai/archivio" } },
    { "name": "Single verdict", "urlPattern": "https://al-dente.ai/r/{id}" },
    { "name": "Sitemap", "url": "https://al-dente.ai/sitemap.xml" }
  ],
  "api": [
    {
      "name": "Latest published verdicts",
      "method": "GET",
      "url": "https://al-dente.ai/api/latest?n=12",
      "returns": "JSON { items: [{ id, lang, created, name, headline, dish, score, verdict, rank, kicker, photo, card }], cursor }",
      "auth": "none",
      "agentUsable": true
    },
    {
      "name": "Roast a photo",
      "method": "POST",
      "url": "https://al-dente.ai/api/roast",
      "body": "{ image: data-URL (jpeg/png/webp, max 4.5MB), lang: de|en|it, name?: string }",
      "returns": "JSON { verdict: { dish, kicker, headline, caption, paragraphs[], score, verdict, sentence, note, rank, is_food }, demo, archive, sig }",
      "auth": "none",
      "rateLimit": "20 per hour per IP",
      "agentUsable": true
    }
  ],
  "persona": {
    "name": "Nonna",
    "description": "78-year-old Italian grandmother from Calabria; dramatic, loving, merciless about food; roasts the plate, never the person.",
    "ranks": ["kitchen criminal (1–2)", "apprentice (3–4)", "journeyman (5–6)", "sous-chef by Nonna's grace (7–8)", "master chef (9–10)"]
  },
  "privacy": {
    "defaultStorage": "none — the photo is sent to the AI and discarded",
    "archive": "only on explicit click; stores photo, rendered image, verdict text, language, optional first name, timestamp; deletable by the cook (delete link) and by the makers (admin link); report via hallo@caz.de"
  },
  "files": {
    "llms": "https://al-dente.ai/llms.txt",
    "llmsFull": "https://al-dente.ai/llms-full.txt",
    "aiPolicy": "https://al-dente.ai/ai.txt",
    "robots": "https://al-dente.ai/robots.txt"
  }
}
