{
  "@context": "https://schema.org",
  "@type": "Corporation",
  "name": "Immutis",
  "url": "https://immutis.com",
  "logo": "https://immutis.com/social-logo.png",
  "description": "Hardware-attested digital evidence verification platform for supply chain, legal, insurance, and enterprise security.",
  "foundingDate": "2023",
  "numberOfEmployees": {
    "@type": "QuantitativeValue",
    "minValue": 2,
    "maxValue": 10
  },
  "industry": "Cybersecurity, Enterprise Software",
  "serviceType": "SaaS, API",
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "US"
  },
  "contactPoint": {
    "@type": "ContactPoint",
    "contactType": "Customer Service",
    "email": "contact@immutis.com",
    "url": "https://immutis.com/contact"
  },
  "sameAs": [
    "https://twitter.com/immutis",
    "https://linkedin.com/company/immutis"
  ],
  "areaServed": "Worldwide",
  "potentialAction": [
    {
      "@type": "RegisterAction",
      "target": "https://immutis.com/join",
      "name": "Sign up for Immutis"
    },
    {
      "@type": "InteractAction",
      "target": "https://immutis.com/contact",
      "name": "Contact Immutis"
    },
    {
      "@type": "SearchAction",
      "target": "https://immutis.com/platform",
      "name": "Learn about Immutis Platform"
    }
  ],
  "keywords": [
    "hardware attestation",
    "digital evidence",
    "provenance verification",
    "blockchain anchoring",
    "IPFS storage",
    "supply chain verification",
    "legal evidence",
    "insurance claims verification",
    " tamper detection",
    "cryptographic verification",
    "secure enclave",
    "device attestation",
    "liveness detection"
  ],
  "offers": [
    {
      "@type": "Offer",
      "name": "Free Tier",
      "description": "Basic evidence verification for small teams",
      "price": "0",
      "priceCurrency": "USD"
    },
    {
      "@type": "Offer",
      "name": "Enterprise",
      "description": "Full-featured verification for large organizations",
      "price": "Custom",
      "priceCurrency": "USD"
    }
  ],
  "review": {
    "@type": "Review",
    "reviewRating": {
      "@type": "Rating",
      "ratingValue": "5",
      "bestRating": "5"
    },
    "author": {
      "@type": "Organization",
      "name": "Enterprise Security Review"
    }
  }
}