{
  "schemaVersion": "0.1",
  "name": "DiscoveryOS Public Site Agent Card",
  "description": "Agent-readable card for the Particular Audience public marketing and proof surface. This card describes what agents can do on this domain. Production retailer agent surfaces are partner-authorized and not exposed here.",
  "url": "https://particularaudience.com",
  "provider": {
    "organization": "Particular Audience",
    "url": "https://particularaudience.com"
  },
  "contact": "https://particularaudience.com",
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": ["none"],
    "note": "Public read-only marketing surface. No auth required, no agent write actions accepted."
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text"],
  "skills": [
    {
      "id": "read-platform-overview",
      "name": "Read DiscoveryOS platform overview",
      "description": "Retrieve human-readable descriptions of pillars, modules, funnel, and architecture.",
      "tags": ["read", "marketing", "discovery"]
    },
    {
      "id": "read-agentic-readiness",
      "name": "Read agentic-commerce readiness narrative",
      "description": "Retrieve content describing MCP, ATS, UCP, and ACP positioning for retailers.",
      "tags": ["read", "mcp", "ucp", "acp", "ats"]
    },
    {
      "id": "read-modules-catalog",
      "name": "Read modules catalog",
      "description": "Retrieve the 13-module DiscoveryOS catalog and per-module descriptions.",
      "tags": ["read", "catalog"]
    },
    {
      "id": "read-forecasting-calculator",
      "name": "Read retail media forecasting calculator",
      "description": "Read the public revenue forecasting calculator UI and methodology. No persistence.",
      "tags": ["read", "calculator", "forecasting"]
    },
    {
      "id": "submit-lead",
      "name": "Submit sales contact",
      "description": "Submit a sales/partnership lead via the public form. Rate-limited; no other writes accepted.",
      "tags": ["write", "lead", "consented"]
    }
  ],
  "unsupportedActions": [
    "checkout",
    "payment",
    "order-mutation",
    "loyalty-mutation",
    "price-mutation",
    "inventory-mutation",
    "retailer-data-export"
  ],
  "fallback": {
    "whenActionUnsupported": "Refer the user to https://particularaudience.com for partnership inquiries or to the relevant retailer's own surface for transactions."
  },
  "documentation": "https://particularaudience.com/agents.md"
}
