{
  "$schema": "https://mintlify.com/schema.json",
  "name": "WinkSocial API",
  "logo": {
    "dark": "/logo-dark.svg",
    "light": "/logo-light.svg"
  },
  "favicon": "/favicon.png",
  "colors": {
    "primary": "#8B5CF6",
    "light": "#A78BFA",
    "dark": "#7C3AED",
    "anchors": {
      "from": "#8B5CF6",
      "to": "#A78BFA"
    }
  },
  "topbarLinks": [
    {
      "name": "Support",
      "url": "mailto:hello@joinwink.app"
    },
    {
      "name": "Admin Panel",
      "url": "https://admin.joinwink.app"
    }
  ],
  "topbarCtaButton": {
    "name": "Get Started",
    "url": "https://joinwink.app"
  },
  "anchors": [
    {
      "name": "Contact",
      "icon": "phone",
      "url": "mailto:hello@joinwink.app"
    },
    {
      "name": "GitHub",
      "icon": "github",
      "url": "https://github.com/winksocial"
    }
  ],
  "navigation": [
    {
      "group": "Getting Started",
      "pages": [
        "introduction",
        "authentication"
      ]
    },
    {
      "group": "AI Agents API",
      "pages": [
        "api-reference/ai-agents/overview",
        "api-reference/ai-agents/bio-optimization",
        "api-reference/ai-agents/match-prediction",
        "api-reference/ai-agents/chat-response",
        "api-reference/ai-agents/experience-pricing",
        "api-reference/ai-agents/support-chat",
        "api-reference/ai-agents/support-video"
      ]
    },
    {
      "group": "Payments Service",
      "pages": [
        "api-reference/payments/overview",
        "api-reference/payments/payment-processing",
        "api-reference/payments/wallet-management",
        "api-reference/payments/ai-analysis",
        "api-reference/payments/multi-country",
        "api-reference/payments/webhooks"
      ]
    },
    {
      "group": "Core APIs",
      "pages": [
        "api-reference/users",
        "api-reference/profiles",
        "api-reference/matching",
        "api-reference/chat",
        "api-reference/content",
        "api-reference/subscriptions",
        "api-reference/wallet",
        "api-reference/kyc"
      ]
    },
    {
      "group": "Webhooks",
      "pages": [
        "api-reference/webhooks/overview",
        "api-reference/webhooks/payment-events",
        "api-reference/webhooks/user-events",
        "api-reference/webhooks/content-events"
      ]
    },
    {
      "group": "SDKs & Libraries",
      "pages": [
        "sdks/javascript",
        "sdks/react-native",
        "sdks/admin-panel"
      ]
    },
    {
      "group": "Examples",
      "pages": [
        "examples/user-management",
        "examples/matching-flow",
        "examples/payment-integration",
        "examples/content-creation"
      ]
    }
  ],
  "footerSocials": {
    "twitter": "https://twitter.com/winksocial",
    "github": "https://github.com/winksocial",
    "linkedin": "https://linkedin.com/company/winksocial"
  }
}
