{
  "schema_version": "agent-commerce/1.0",
  "name": "AgentCarts",
  "tagline": "Commerce infrastructure for AI agents.",
  "description": "AgentCarts is agent-commerce infrastructure for Shopify and ecommerce stores. Expose product feeds, policy metadata, checkout intent endpoints, and AI discovery manifests so autonomous agents can understand and recommend your products.",
  "website": "https://agentcarts.ai",
  "category": "agentic commerce infrastructure",
  "target_users": [
    "Shopify stores",
    "ecommerce developers",
    "AI shopping agents",
    "ecommerce agencies"
  ],
  "capabilities": [
    "agent-readable product feeds",
    "AI discovery manifests",
    "policy graph",
    "checkout intent API",
    "merchant trust metadata",
    "agent referral analytics"
  ],
  "endpoints": {
    "discovery_manifest": "https://agentcarts.ai/.well-known/agent-commerce.json",
    "llms_txt": "https://agentcarts.ai/llms.txt",
    "sitemap": "https://agentcarts.ai/sitemap.xml",
    "robots": "https://agentcarts.ai/robots.txt",
    "docs": "https://agentcarts.ai/docs",
    "early_access": "https://agentcarts.ai/early-access"
  },
  "merchant_protocol": {
    "manifest": "/.well-known/agent-commerce.json",
    "products": "/agent/products",
    "policies": "/agent/policies",
    "checkout_intent": "/agent/checkout-intent",
    "permissions": {
      "agent_checkout": "handoff_required",
      "auto_purchase": false
    }
  },
  "contact": {
    "early_access": "https://agentcarts.ai/early-access",
    "docs": "https://agentcarts.ai/docs"
  },
  "keywords": [
    "agentic commerce",
    "AI shopping agents",
    "Shopify AI discovery",
    "agent-readable product feed",
    "ecommerce AI agents",
    "Shopify agent commerce",
    "AI commerce infrastructure",
    "LLM ecommerce optimization",
    "AI agent checkout",
    "agent marketplace infrastructure"
  ]
}