estimate_selfhosted_tco
Compare paying hosted CI overage against running self-hosted runners, including the maintenance hours people forget to cost. Reports the true break-even volume.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runnerType | No | linux, windows or macos (default linux) | |
| monthlyMinutes | Yes | Current hosted runner minutes per month | |
| engineerHourlyCost | No | Fully-loaded engineer cost per hour in USD (default 75) | |
| maintenanceHoursPerMonth | No | Hours per month spent maintaining self-hosted runners (default 4) | |
| runnerHostingCostPerMonth | No | Monthly infra cost for the self-hosted runner(s) in USD (default 20) |