{
  "schema_version": "1.0",
  "surface_type": "guide_answer",
  "guide_id": "break-even-pricing-ai-features",
  "question": "How can I calculate the break-even point for implementing AI workflows?",
  "canonical_url": "https://www.unitcostai.com/guides/break-even-pricing-ai-features",
  "related_tool_url": "https://www.unitcostai.com/tools/ai-break-even-price",
  "formula": "break_even_price = cost_per_user_month; required_price = cost_per_user_month / (1 - margin)",
  "assumptions": [
    "Cost model includes all variable and infra components in USD",
    "Pricing is per active paying user per month with units kept explicit",
    "Cost inputs should come from one shared pricing snapshot context",
    "Market willingness to pay is validated separately"
  ],
  "example": "If cost_per_user_month_usd is 12 and target_margin_pct is 75, break_even_price_usd is 12 and required_price_usd is 48."
}
