{
  "schema_version": "1.0",
  "agent_name": "Agent0 Shop",
  "description": "Self-hosted multi-agent AI framework and Agentic Digital Goods Store.",
  "url": "https://agent0.de",
  "logo": "https://agent0.de/assets/logo.png",
  "endpoints": [
    {
      "path": "/agent/products",
      "method": "GET",
      "description": "List all downloadable products / agent-modules with prices",
      "response_format": "application/json",
      "authentication": "none",
      "priority": "high"
    },
    {
      "path": "/agent/pricing",
      "method": "GET",
      "description": "Retrieve structured pricing data for all tiers and SKUs",
      "response_format": "application/json",
      "authentication": "none",
      "priority": "high"
    },
    {
      "path": "/agent/contact",
      "method": "GET",
      "description": "Get contact and support info",
      "response_format": "application/json",
      "authentication": "none",
      "priority": "medium"
    },
    {
      "path": "/agent/quote",
      "method": "POST",
      "description": "Request a quote or custom module estimate",
      "response_format": "application/json",
      "authentication": "optional",
      "priority": "medium"
    },
    {
      "path": "/agent/order",
      "method": "POST",
      "description": "Agent-initiated purchase / checkout intent",
      "response_format": "application/json",
      "authentication": "optional",
      "priority": "medium"
    }
  ],
  "content_policy": {
    "allow_crawl": true,
    "rate_limit": "100 req/min",
    "pricing_public": true,
    "contact_public": true,
    "supported_languages": ["de","en"],
    "payment_methods": ["paypal","crypto","bank_transfer"]
  },
  "contact": {
    "email": "kontakt@agent0.de",
    "telegram": "https://t.me/agent0community",
    "github": "https://github.com/AgentZero-DE"
  },
  "static_files": {
    "llms_txt": "/llms.txt",
    "robots_txt": "/robots.txt",
    "sitemap_xml": "/sitemap.xml"
  }
}
