{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Sophyx",
  "url": "https://sophyx.io",
  "sameAs": [
    "https://llms.sophyx.io/"
  ],
  "email": "hello@sophyx.io",
  "address": "Toronto, Canada",
  "openingHours": "Monday-Sunday",
  "contactPoint": {
    "@type": "ContactPoint",
    "contactType": "customer service",
    "email": "hello@sophyx.io",
    "url": "https://calendly.com/rezakashi/30min"
  },
  "expectedResponseTime": "Within 12 hours",
  "llms": "https://llms.sophyx.io/llms.txt",
  "potentialAction": [
    {
      "@type": "AskAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://llms.sophyx.io/agent?q={question}",
        "httpMethod": "GET",
        "contentType": "application/json"
      },
      "query-input": "required name=question"
    },
    {
      "@type": "CommunicateAction",
      "name": "Send an inquiry",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://llms.sophyx.io/agent?message={message}&email={email}&intent={intent}",
        "httpMethod": "GET",
        "contentType": "application/json"
      },
      "query-input": "required name=message required name=email optional name=intent"
    }
  ],
  "agentEndpoints": {
    "agent": "https://llms.sophyx.io/agent",
    "profile": "https://llms.sophyx.io/agent/profile",
    "ask": "https://llms.sophyx.io/agent/ask",
    "contact": "https://llms.sophyx.io/agent/contact",
    "mcp": "https://llms.sophyx.io/mcp",
    "transport": {
      "agent": "GET ?q=<question> to ask · GET ?message=&email= to inquire · no auth, no setup",
      "mcp": "streamable-http",
      "ask": "POST application/json {\"question\"}",
      "contact": "POST application/json {\"intent\",\"message\",\"email\"|\"phone\"}"
    }
  },
  "generatedAt": "2026-09-14T06:00:58.965Z"
}