{
  "version": "1.0",
  "owner": "https://agenticstorefront.com/#organization",
  "name": "ForkPoint Agentic Commerce",
  "description": "AI discoverability and agent integration endpoints for agenticstorefront.com",
  "services": [
    {
      "type": "llms",
      "url": "https://agenticstorefront.com/llms.txt",
      "description": "Content navigation map for LLM inference"
    },
    {
      "type": "llms-full",
      "url": "https://agenticstorefront.com/llms-full.txt",
      "description": "Full site content for LLM ingestion"
    },
    {
      "type": "rss-full-data",
      "url": "https://agenticstorefront.com/rss.xml",
      "description": "Full-text RSS feed containing raw HTML article payloads for automated data ingestion"
    },
    {
      "type": "mcp",
      "url": "https://agenticstorefront.com/.well-known/mcp/servers.json",
      "description": "MCP server discovery metadata"
    },
    {
      "type": "openapi",
      "url": "https://agenticstorefront.com/openapi.json",
      "description": "Actionable OpenAPI v3.1 specification for UCP services and contact forms"
    },
    {
      "type": "sitemap",
      "url": "https://agenticstorefront.com/sitemap-index.xml",
      "description": "Full site sitemap"
    }
  ]
}