{
  "name": "Synorix Public Agent",
  "version": "1.0.0",
  "description": "Public discovery card for Synorix website content and routing. This card does not expose transactional or privileged APIs.",
  "url": "https://synorix.ai/",
  "provider": {
    "organization": "Synorix",
    "website": "https://synorix.ai"
  },
  "supportedInterfaces": [
    {
      "url": "https://synorix.ai/.well-known/agent-skills/index.json",
      "transport": "https"
    }
  ],
  "capabilities": [
    {
      "id": "public-discovery",
      "name": "Public discovery",
      "description": "Expose public metadata, pages, and contact routes for agent discovery."
    }
  ],
  "skills": [
    {
      "id": "site-overview",
      "name": "Site overview",
      "description": "Overview of Synorix pages and positioning.",
      "url": "https://synorix.ai/.well-known/agent-skills/site-overview.SKILL.md"
    },
    {
      "id": "contact-routing",
      "name": "Contact routing",
      "description": "Public route selection for beta, investor, and privacy flows.",
      "url": "https://synorix.ai/.well-known/agent-skills/contact-routing.SKILL.md"
    }
  ]
}
