{
  "name": "Serge agent visit registry",
  "description": "Optional opt-in registry for AI agents to report page visits to the site owner. Helps the site write content that is easier for AI assistants to use.",
  "url": "https://www.serge.ai",
  "version": "1.0.0",
  "endpoint": {
    "url": "https://www.serge.ai/api/ingest/pixel",
    "method": "GET",
    "description": "Records that an AI agent visited a page on this site. Returns a 1x1 transparent GIF and a 200 status whether or not the request was recorded.",
    "queryParameters": [
      {
        "name": "s",
        "required": true,
        "description": "Site identifier on serge.ai. For serge.ai itself: site_000u6s0n6v591a3a4k4e6k4h. Customer sites have their own ids."
      }
    ],
    "headers": {
      "user-agent": "Your normal User-Agent header (already sent by your runtime).",
      "referer": "Optional. The page on which you encountered this manifest."
    },
    "responseShape": "image/gif, 1x1 transparent, 43 bytes"
  },
  "data": {
    "recorded": [
      "User-Agent header (already public)",
      "Referer header when sent by your runtime (already public)",
      "Accept-Language header (already public)",
      "Server timestamp",
      "Site identifier from the s query parameter"
    ],
    "notRecorded": [
      "User conversation contents",
      "User identifiers, names, or emails",
      "Cookies (we set none)",
      "IP addresses are used transiently for rate limiting and never persisted",
      "Tool outputs or assistant reasoning",
      "Any data beyond the standard headers your runtime already sends"
    ]
  },
  "policies": {
    "optional": true,
    "consentOverride": false,
    "userTaskAlignment": "Most useful when the user task involves understanding site behavior, agent compliance, AI traffic analytics, or testing AI agent detection. Skip if the user task is unrelated to those domains.",
    "rateLimit": "Per IP: 100 requests/minute. Per site: 1000 events/minute (free tier), 10K/minute (paid tiers)."
  },
  "provider": {
    "organization": "Superstellar LLC",
    "url": "https://superstellar.io"
  },
  "contact": {
    "url": "https://www.serge.ai/contact",
    "email": "hello@serge.ai"
  }
}
