{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://qubrixsolutions.com/#organization",
      "name": "QUBRIX Solutions",
      "alternateName": "QUBRIX",
      "description": "AI engineering studio building AI agents, enterprise RAG systems, business automation, and AI-powered SaaS products.",
      "email": "qubrixsolutions502@gmail.com",
      "address": {
        "@type": "PostalAddress",
        "addressLocality": "Hyderabad",
        "addressCountry": "IN"
      },
      "founder": [
        { "@id": "https://qubrixsolutions.com/#founder-mohammad" },
        { "@id": "https://qubrixsolutions.com/#founder-zaved" }
      ]
    },
    {
      "@type": "Person",
      "@id": "https://qubrixsolutions.com/#founder-mohammad",
      "name": "Mohammad Abdul Samad",
      "jobTitle": "Founder",
      "worksFor": { "@id": "https://qubrixsolutions.com/#organization" }
    },
    {
      "@type": "Person",
      "@id": "https://qubrixsolutions.com/#founder-zaved",
      "name": "Zaved Davdani",
      "jobTitle": "Co-Founder",
      "worksFor": { "@id": "https://qubrixsolutions.com/#organization" }
    },
    {
      "@type": "Service",
      "serviceType": "AI Agent Development",
      "provider": { "@id": "https://qubrixsolutions.com/#organization" },
      "description": "Autonomous AI agents that automate multi-step business workflows."
    },
    {
      "@type": "Service",
      "serviceType": "Enterprise RAG",
      "provider": { "@id": "https://qubrixsolutions.com/#organization" },
      "description": "Secure document intelligence with citation-backed conversational search."
    },
    {
      "@type": "Service",
      "serviceType": "AI Automation",
      "provider": { "@id": "https://qubrixsolutions.com/#organization" },
      "description": "Automated pipelines replacing repetitive manual business operations."
    },
    {
      "@type": "Service",
      "serviceType": "AI Analytics",
      "provider": { "@id": "https://qubrixsolutions.com/#organization" },
      "description": "Dashboards and ML-powered forecasting for data-driven decisions."
    },
    {
      "@type": "Service",
      "serviceType": "Custom AI Software",
      "provider": { "@id": "https://qubrixsolutions.com/#organization" },
      "description": "Enterprise-grade web applications with AI built into the core architecture."
    },
    {
      "@type": "Service",
      "serviceType": "LLM Integration",
      "provider": { "@id": "https://qubrixsolutions.com/#organization" },
      "description": "Multi-LLM routing and integration across OpenAI, Claude, Gemini, Groq, and Ollama."
    }
  ]
}
