{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "CYC Group",
  "description": "AI Readiness for B2B Enterprises — from website to AI-accessible infrastructure.",
  "url": "https://cycgroup.ai",
  "manifest_version": "1.1",
  "last_updated": "2026-05-06",

  "agent_capabilities": {
    "query": {
      "description": "AI agents can query CYC Group's service catalog, pricing, and availability",
      "endpoint": "/openapi.json",
      "protocol": "openapi_3.0"
    },
    "booking": {
      "description": "Schedule a consultation or audit",
      "endpoint": "https://calendly.com/cycgroup/consultation",
      "protocol": "calendly"
    },
    "knowledge_base": {
      "description": "Structured company information for AI consumption",
      "endpoint": "/ai.json",
      "format": "json-ld"
    }
  },

  "services": [
    {
      "id": "ai-readiness-audit",
      "name": "AI Readiness Audit",
      "type": "ProfessionalService",
      "description": "Two-week deep-dive diagnosis of your AI presence across 8 platforms with AI Exposure Score and competitor benchmark.",
      "price": 3500,
      "price_currency": "USD",
      "duration": "2 weeks",
      "deliverables": [
        "8-platform AI scan report",
        "AI Exposure Score (0-100)",
        "Schema.org / JSON-LD completeness check",
        "Competitor benchmark",
        "Remediation roadmap"
      ]
    },
    {
      "id": "structured-foundation",
      "name": "Structured Foundation",
      "type": "ProfessionalService",
      "description": "6-week project including audit + full structured data deployment and Knowledge Graph implementation.",
      "price": 9500,
      "price_currency": "USD",
      "duration": "6 weeks",
      "deliverables": [
        "Complete Schema.org markup",
        "Enterprise Knowledge Graph (JSON-LD)",
        "AI summary optimization",
        "Search Console verification"
      ]
    },
    {
      "id": "agent-ready",
      "name": "Agent Ready Full Suite",
      "type": "ProfessionalService",
      "description": "12-16 week end-to-end transformation from fragmented data to Agent-Ready infrastructure.",
      "price": 24500,
      "price_currency": "USD",
      "duration": "12-16 weeks",
      "deliverables": [
        "API-first service catalog (OpenAPI 3.0)",
        "Agent interaction standards",
        "GPTs / MCP / Google Agent integration",
        "End-to-end testing & verification"
      ]
    }
  ],

  "subscription_plans": [
    {
      "id": "visibility-starter",
      "name": "AI Visibility Monitor — Starter",
      "price_monthly": 1500,
      "price_currency": "USD",
      "features": [
        "5 AI platforms monitored",
        "Monthly exposure report",
        "AI summary accuracy check",
        "Change alerts (email)",
        "Quarterly review call"
      ]
    },
    {
      "id": "visibility-growth",
      "name": "AI Visibility Monitor — Growth",
      "price_monthly": 3500,
      "price_currency": "USD",
      "features": [
        "8 AI platforms monitored",
        "Bi-weekly scans",
        "Competitor tracking (3 rivals)",
        "Real-time alerts",
        "Bi-monthly strategy session",
        "New platform onboarding"
      ]
    },
    {
      "id": "visibility-enterprise",
      "name": "AI Visibility Monitor — Enterprise",
      "price_monthly": null,
      "price_currency": "USD",
      "price_description": "Custom pricing",
      "features": [
        "12+ AI platforms",
        "Weekly scans",
        "Multi-language / multi-market",
        "Custom keyword monitoring",
        "Dedicated AI Readiness manager",
        "Pre-event sprint optimizations",
        "Real-time dashboard"
      ]
    }
  ],

  "client_references": [
    {"name": "NVIDIA", "industry": "Technology"},
    {"name": "F1", "industry": "Motorsports"},
    {"name": "Genshin Impact", "industry": "Gaming"}
  ],

  "subsidiaries": [
    {"name": "AMG", "service": "Exhibition Design & Engineering"},
    {"name": "Calway Logistics", "service": "Exhibition Logistics"},
    {"name": "Synergers", "service": "Exhibition Digital Marketing"}
  ],

  "ai_readiness_framework": {
    "levels": [
      {"level": "L0", "name": "Invisible", "description": "AI can't find you or describes you incorrectly"},
      {"level": "L1", "name": "Mentioned", "description": "AI mentions you but info is fragmented or outdated"},
      {"level": "L2", "name": "Understood", "description": "AI accurately describes your company and services"},
      {"level": "L3", "name": "Agent-Ready", "description": "AI agents can directly query your API for pricing and bookings"}
    ]
  },

  "contact": {
    "@type": "ContactPoint",
    "contactType": "sales",
    "availableLanguage": ["English", "Chinese"]
  }
}
