{
  "$schema": "https://schema.org",
  "@context": "https://schema.org",
  "@type": "ItemList",
  "name": "KrosAI Pricing",
  "url": "https://krosai.com/pricing",
  "itemListElement": [
    {
      "@type": "Offer",
      "name": "Starter",
      "description": "For individuals getting started. 1,000 credits (~333 mins), 2 phone numbers, 2 KrosAI Agents, 2 AI Endpoints, inbound calling, 1 concurrent call.",
      "price": "10.00",
      "priceCurrency": "USD",
      "billingIncrement": "monthly",
      "yearlyEquivalentMonthlyPrice": "8.00",
      "usageRatePerMinute": "0.03",
      "url": "https://cockpit.krosai.com",
      "availability": "https://schema.org/InStock"
    },
    {
      "@type": "Offer",
      "name": "Growth",
      "description": "For growing teams. 4,900 credits (~2,450 mins), unlimited phone numbers, unlimited KrosAI Agents and AI Endpoints, inbound + outbound, basic campaigns, 5 concurrent calls.",
      "price": "49.00",
      "priceCurrency": "USD",
      "billingIncrement": "monthly",
      "yearlyEquivalentMonthlyPrice": "39.00",
      "usageRatePerMinute": "0.02",
      "url": "https://cockpit.krosai.com",
      "availability": "https://schema.org/InStock"
    },
    {
      "@type": "Offer",
      "name": "Enterprise",
      "description": "Dedicated infrastructure, custom contracts, SLA guarantees, custom rates, dedicated account manager.",
      "priceCurrency": "USD",
      "priceSpecification": { "@type": "PriceSpecification", "price": "Custom" },
      "url": "https://krosai.com/pricing",
      "availability": "https://schema.org/InStock"
    }
  ],
  "additionalProperty": [
    { "@type": "PropertyValue", "name": "phoneNumberPrice", "value": "3.00 USD per number per month" },
    { "@type": "PropertyValue", "name": "paymentsManifest", "value": "https://krosai.com/.well-known/payments.json" }
  ]
}
