{
  "pricingPlans": [
    {
      "id": "starter",
      "name": "Starter",
      "description": "Perfect for small teams getting started with AI automation",
      "price": {
        "monthly": 99,
        "annual": 990
      },
      "features": [
        "Up to 5 AI workflows",
        "10 system integrations",
        "Basic analytics",
        "Email support",
        "Community access"
      ],
      "limits": {
        "workflows": 5,
        "integrations": 10,
        "users": 5,
        "apiCalls": 10000
      },
      "popular": false,
      "cta": "Start Free"
    },
    {
      "id": "professional",
      "name": "Professional",
      "description": "For growing businesses ready to scale AI automation",
      "price": {
        "monthly": 299,
        "annual": 2990
      },
      "features": [
        "Up to 25 AI workflows",
        "50 system integrations",
        "Advanced analytics",
        "Priority support",
        "Custom templates",
        "API access"
      ],
      "limits": {
        "workflows": 25,
        "integrations": 50,
        "users": 25,
        "apiCalls": 100000
      },
      "popular": true,
      "cta": "Start Trial"
    },
    {
      "id": "enterprise",
      "name": "Enterprise",
      "description": "For large organizations with complex AI automation needs",
      "price": {
        "monthly": "Custom",
        "annual": "Custom"
      },
      "features": [
        "Unlimited AI workflows",
        "200+ system integrations",
        "Enterprise analytics",
        "24/7 dedicated support",
        "Custom development",
        "On-premise deployment",
        "SLA guarantees",
        "Advanced security"
      ],
      "limits": {
        "workflows": "unlimited",
        "integrations": "unlimited",
        "users": "unlimited",
        "apiCalls": "unlimited"
      },
      "popular": false,
      "cta": "Contact Sales"
    }
  ],
  "addOns": [
    {
      "id": "custom-integration",
      "name": "Custom Integration",
      "description": "Build custom connectors for your specific systems",
      "price": 2500,
      "deliveryTime": "48 hours"
    },
    {
      "id": "professional-services",
      "name": "Professional Services",
      "description": "Expert consultation and implementation support",
      "price": 250,
      "unit": "per hour"
    },
    {
      "id": "training",
      "name": "Team Training",
      "description": "Comprehensive training for your team",
      "price": 1500,
      "duration": "2 days"
    }
  ],
  "metadata": {
    "currency": "USD",
    "billingCycles": ["monthly", "annual"],
    "lastUpdated": "2025-01-06",
    "freeTrial": {
      "available": true,
      "duration": "14 days",
      "creditCard": false
    }
  },
  "enterprise": {
    "customPricing": true,
    "minimumCommitment": "1 year",
    "volumeDiscounts": true,
    "dedicatedSupport": true,
    "sla": "99.9% uptime guarantee"
  }
}
