{
  "$schema": "https://redimo.sk/.well-known/ai-agent-policy.schema.json",
  "version": "1.1.0",
  "site": "https://redimo.sk",
  "operator": {
    "legalName": "Ing. Mgr. Milan Pleško",
    "ico": "44103841",
    "country": "SK",
    "contact": "info@redimo.sk"
  },
  "lastUpdated": "2026-04-30",
  "policy": {
    "summary": "Redimo.sk welcomes AI agents acting on behalf of human users for legitimate purposes (research, contact, summarization). Agents are encouraged to voluntarily identify themselves for transparent processing.",
    "summary_sk": "Stránka redimo.sk víta AI agentov konajúcich v mene používateľov na legitímne účely (výskum, kontakt, sumarizácia). Agenti sú vyzývaní na dobrovoľnú identifikáciu pre transparentné spracovanie."
  },
  "identification": {
    "required": false,
    "recommended": true,
    "benefits_of_disclosure": [
      "Transparent labeling of AI-prepared messages in operator inbox",
      "More lenient throttling for legitimate verified usage",
      "Lower computational cost for proof-of-work step"
    ],
    "methods": [
      {
        "type": "http_header",
        "name": "X-Agent-Type",
        "values": ["ai", "agent", "bot"],
        "example": "X-Agent-Type: ai"
      },
      {
        "type": "http_header",
        "name": "X-Agent-Identity",
        "format": "JSON object",
        "example": "X-Agent-Identity: {\"model\":\"<model-name>\",\"operator\":\"<email>\",\"intent\":\"<purpose>\"}"
      },
      {
        "type": "form_field",
        "name": "__agent_metadata",
        "format": "JSON string",
        "applicable_to": ["/api/kontakt"],
        "note": "Hidden form field — useful for AI tools that cannot inject HTTP headers."
      },
      {
        "type": "javascript_runtime",
        "global": "window.__redimoAgent",
        "format": "Object",
        "example": "window.__redimoAgent = {type:'ai',model:'<model>',operator:'<email>',intent:'<purpose>'}"
      }
    ]
  },
  "endpoints_overview": {
    "/api/captcha": {
      "method": "GET",
      "description": "Returns proof-of-work challenge required for /api/kontakt POST. Specific algorithm parameters intentionally undocumented for abuse-prevention reasons."
    },
    "/api/kontakt": {
      "method": "POST",
      "description": "Submits contact form. Verified-disclosed AI agents are eligible for friendlier processing.",
      "ai_inbox_marking": "Subject prefixed with [AI: <model>] when agent disclosed. Body includes detection source + operator + intent."
    }
  },
  "abuse_prevention": {
    "note": "Concrete thresholds for rate limits, proof-of-work parameters, and abuse-scoring are intentionally not published. Verified agents acting in good faith should not encounter limits in legitimate workflows. Systematic abuse triggers automatic restrictions."
  },
  "transparency": {
    "data_logged_anonymized": [
      "Event type (submitted, rate_limited, captcha_failed, etc.)",
      "Cryptographically hashed IP fragment (GDPR pseudonymization)",
      "User-Agent (truncated)",
      "Agent disclosure metadata (when provided)"
    ],
    "data_not_logged": [
      "Plain IP address",
      "Form content (name, email, message — relayed via SMTP, not persisted)"
    ]
  },
  "robots_txt": "https://redimo.sk/robots.txt",
  "llms_txt": "https://redimo.sk/llms.txt",
  "documentation": "https://redimo.sk/agent-policy/"
}
