Catch cost regressions before they reach production.
Cost context lands in the pull request, for infrastructure, application code, and AI calls. Velocity stays high. Governance finally keeps up.
PR Cost Estimate preview
Video coming soon
The monthly cost impact of a change, commented inline on the pull request.
Infrastructure cost mistakes don't look like mistakes.
- SignalDiscovered on next month's bill
- TimingWeeks after it merged
- OwnerNobody links it back
- FixUnwind work in production
- PolicyTribal knowledge
- SignalCommented inline on the PR
- TimingBefore review, before merge
- OwnerIn front of who wrote it
- FixChange a line before it ships
- PolicyCost rules as code, per team
This is what a Torb PR comment looks like.
This is a real Torb output. An infrastructure change that looked routine. NAT gateway flag and a compute resize.
resource "aws_nat_gateway" "this" {- count = 1+ count = var.enable_nat_gateway ? 1 : 0allocation_id = aws_eip.nat.idsubnet_id = aws_subnet.public.id}resource "aws_instance" "app" {- instance_type = "t3.large"+ instance_type = "t3.medium"}
Estimates are directional. They do not affect billing. They inform decisions before billing happens.
PR cost diff
The before-and-after cost of a change, line by line.
Policy-as-code
Cost rules in version control.
Native CI integration
Runs in the pipeline you already have.
Multi-IaC support
Reads your infrastructure as it's written.
The teams trusting us with their cloud and AI spend








Who Torb is for
Platform Engineering
Cost guardrails that don't slow delivery.
DevOps / SRE
Fewer surprise bills reaching production.
FinOps
Engineering adoption and clear ownership, at last.
Frequently Asked Questions
Common questions we get asked the most
