{
  "$schema": "https://www.voxonics.com/.well-known/content-index.schema.json",
  "version": "1.0.0",
  "site": "https://www.voxonics.com",
  "description": "Machine-readable content catalog. Each page URL serves prerendered HTML (from markdown at build time) plus .md/.json alternates.",
  "discovery": {
    "llmsTxt": "https://www.voxonics.com/llms.txt",
    "agentSkills": "https://www.voxonics.com/.well-known/agent-skills/index.json",
    "authGuide": "https://www.voxonics.com/auth.md"
  },
  "pages": [
    { "path": "/", "title": "Home", "markdown": "/index.md", "json": "/home.json" },
    { "path": "/about", "title": "About Voxonics", "markdown": "/about.md", "json": "/about.json" },
    { "path": "/platform", "title": "Platform", "markdown": "/platform.md", "json": "/platform.json" },
    { "path": "/platform/voip-services", "title": "Global VoIP Services", "markdown": "/platform/voip-services.md" },
    { "path": "/platform/cloud-pbx", "title": "Cloud PBX Platform", "markdown": "/platform/cloud-pbx.md" },
    { "path": "/platform/virtual-agents", "title": "Voice Virtual AI Agents", "markdown": "/platform/virtual-agents.md" },
    { "path": "/platform/ai-routing", "title": "Smart AI Routing", "markdown": "/platform/ai-routing.md" },
    { "path": "/platform/predictive-dialer", "title": "Auto Dialer", "markdown": "/platform/predictive-dialer.md" },
    { "path": "/solutions", "title": "Solutions", "markdown": "/solutions.md", "json": "/solutions.json" },
    { "path": "/solutions/industry/contact-centers", "title": "Contact Center Solutions", "markdown": "/solutions/industry/contact-centers.md" },
    { "path": "/solutions/industry/bpos", "title": "BPO Solutions", "markdown": "/solutions/industry/bpos.md" },
    { "path": "/solutions/industry/finance", "title": "Financial Services Solutions", "markdown": "/solutions/industry/finance.md" },
    { "path": "/solutions/industry/healthcare", "title": "Healthcare Solutions", "markdown": "/solutions/industry/healthcare.md" },
    { "path": "/solutions/size/smb", "title": "SMB Solutions", "markdown": "/solutions/size/smb.md" },
    { "path": "/solutions/size/enterprise", "title": "Enterprise Solutions", "markdown": "/solutions/size/enterprise.md" },
    { "path": "/integrations", "title": "Integrations", "markdown": "/integrations.md", "json": "/integrations.json" },
    { "path": "/pricing", "title": "Pricing", "markdown": "/pricing.md", "json": "/pricing.json" },
    { "path": "/resources", "title": "Resources Hub", "markdown": "/resources.md" },
    { "path": "/resources/blog", "title": "Blog", "markdown": "/resources/blog.md", "api": "/api/blog/articles" },
    { "path": "/resources/guides", "title": "Guides & Whitepapers", "markdown": "/resources/guides.md" },
    { "path": "/contact", "title": "Contact", "markdown": "/contact.md", "json": "/contact.json" },
    { "path": "/privacy", "title": "Privacy Policy", "markdown": "/privacy.md" },
    { "path": "/terms", "title": "Terms & Conditions", "markdown": "/terms.md" },
    { "path": "/security", "title": "Security", "markdown": "/security.md" },
    { "path": "/auth", "title": "Auth (humans only)", "note": "Use /auth.md for agent registration guide" }
  ]
}
