{
  "currency": "USD",
  "billingModel": "work_units",
  "estimateHint": "Call opm_estimate before opm_forwardsolve/opm_backsolve to obtain work_min/work_max, then set max_work. Cloud mode reserves and consumes work units from your credit balance.",
  "capacityHint": "Approximate complete forwardsolves (and planning backsolves) per pack on early / mid / late VC-backed archetype cap tables. Actual work depends on structure; call opm_estimate before you run.",
  "packs": [
    {
      "id": "round",
      "name": "Round",
      "workUnits": 20000,
      "priceUsd": "99.00",
      "description": "For founders: see instantly what your common is worth under the proposed terms — debt, preferred, warrants, and all — so you can negotiate the raise with confidence. Not a 409A opinion.",
      "capacity": {
        "earlyForward": 93,
        "midForward": 38,
        "lateForward": 19,
        "earlyBacksolve": 7,
        "midBacksolve": 3,
        "lateBacksolve": 1
      }
    },
    {
      "id": "portfolio",
      "name": "Portfolio",
      "workUnits": 150000,
      "priceUsd": "599.00",
      "description": "For VCs: see portfolio and deal value immediately, ask your AI agent about any company or structure, and pressure-test each new raise so risk and reward stay clear.",
      "capacity": {
        "earlyForward": 700,
        "midForward": 288,
        "lateForward": 145,
        "earlyBacksolve": 58,
        "midBacksolve": 23,
        "lateBacksolve": 12
      }
    },
    {
      "id": "practice",
      "name": "Practice",
      "workUnits": 750000,
      "priceUsd": "2499.00",
      "description": "For valuation and law firms: put engine math under your opinions and judgment — expand capacity for arms-length 409A, ASC 718, and related work without sacrificing professional standards.",
      "capacity": {
        "earlyForward": 3504,
        "midForward": 1442,
        "lateForward": 727,
        "earlyBacksolve": 290,
        "midBacksolve": 119,
        "lateBacksolve": 60
      }
    }
  ],
  "endpoints": {
    "accountsBaseUrl": "https://accounts.breakpointengine.com",
    "mcpCloudUrl": "https://cloud.breakpointengine.com/mcp",
    "mcpLocalHint": "docker run -i --rm breakpointengine/opm-mcp:local"
  }
}
