The headline says the world will spend $206 billion on AI agents this year. Your bill is not that. Your bill is nine line items, most of them small, one of them large, and it almost always lands between roughly $80 and $1,000 a month — governed almost entirely by how many tokens your product moves and whether you turned on caching.

Here's the whole budget, with an honest range and the cheapest cut on each line. Read the table, then fix the lines in order of size — because the single most common founder mistake is trimming a $12 line while a mis-configured $200 line runs unattended.

The one number that dominates: inference#

Model tokens are usually more than half the bill, so this is where the first cut has to land. Two levers do almost all the work, and both are configuration, not code:

Fix these two before you touch anything else on this list. Nothing else moves the total as much.

The second-biggest line: runtime#

A sandbox you leave running 24/7 for a bursty agent is money on fire. Start on a managed, pay-per-use runtime and sleep idle instances; self-hosting only wins past a real volume break-even. The Cloud Run vs E2B vs Modal vs Fly comparison has the per-second math.

The small lines: leave them alone until they grow#

These are where founders feel thrifty and are wrong to spend the attention:

The rule#

Cut in order of size. Inference first, runtime second, everything else only when a real number — not anxiety — forces it. If you want the component-by-component choices behind this budget, the twelve-decision stack guide is the map; this is what it costs to run.