{
  "plans": [
    {
      "code": "free_trial",
      "name": "Free Trial",
      "price_usdt": 0,
      "workflow_slots": 1,
      "knowledge_bases": 1,
      "storage_mb": 512,
      "monthly_tbu": 0,
      "max_single_file_mb": 10,
      "max_concurrent_runs": 1,
      "run_timeout_seconds": 60,
      "trial_days": 7,
      "template_only": true
    },
    {
      "code": "basic_monthly",
      "name": "Basic",
      "price_usdt": 20,
      "workflow_slots": 3,
      "knowledge_bases": 3,
      "storage_mb": 1024,
      "monthly_tbu": 900,
      "max_single_file_mb": 50,
      "max_concurrent_runs": 2,
      "run_timeout_seconds": 180,
      "trial_days": 0,
      "template_only": true
    },
    {
      "code": "dedicated_space",
      "name": "Dedicated Space",
      "price_usdt": 99,
      "workflow_slots": 10,
      "knowledge_bases": 10,
      "storage_mb": 10240,
      "monthly_tbu": 3000,
      "max_single_file_mb": 200,
      "max_concurrent_runs": 5,
      "run_timeout_seconds": 600,
      "trial_days": 0,
      "template_only": false
    }
  ],
  "products": [
    {
      "code": "basic_monthly",
      "kind": "subscription",
      "plan_code": "basic_monthly",
      "price_usdt": 20,
      "description": "Basic plan: 3 workflows, 3 knowledge bases, 1GB storage, 900 TBU/month"
    },
    {
      "code": "workflow_slot_monthly",
      "kind": "workflow_slot",
      "price_usdt": 20,
      "description": "+1 workflow slot, +1 knowledge base, +1GB storage, no extra TBU"
    },
    {
      "code": "tbu_1000",
      "kind": "tbu_package",
      "tbu": 1000,
      "bonus_tbu": 100,
      "price_usdt": 21.87,
      "description": "1000 TBU package with 100 bonus TBU"
    },
    {
      "code": "tbu_2000",
      "kind": "tbu_package",
      "tbu": 2000,
      "bonus_tbu": 250,
      "price_usdt": 43.73,
      "description": "2000 TBU package with 250 bonus TBU"
    },
    {
      "code": "tbu_5000",
      "kind": "tbu_package",
      "tbu": 5000,
      "bonus_tbu": 750,
      "price_usdt": 109.33,
      "description": "5000 TBU package with positive gross margin"
    }
  ]
}