Skip to main content
← TurnTwoMISSION CONTROL0.4812655050996505

Mission Control · API bay · §4.3

Cache Hit Rate Monitor

Live telemetry from the Anthropic Admin API. See your cache-hit rate per day, the dollars cached reads are saving, and whether your cache_control strategy is improving over time.

Commander tier required

Locked on the recon tier.

Cache Hit Rate Monitor is part of the API bay. Commander unlocks all 6 API-bay tiles + all 8 Code-bay tiles for $24/mo.

See tiers

What you're looking at

Cache hit rate = cache_read / (cache_read + uncached_input). Above 60% means your cache_control strategy is paying off. Below 20% usually means you're writing caches that never get re-read.

Dollar savings assume a 90% discount on cache reads (Anthropic's standard cache_read multiplier of 0.10). At Sonnet 4.6 input rates that's ~$2.70 saved per million cached tokens.

Trend ratio compares the recent half of the window to the earlier half. > 1.0 = improving; < 1.0 = degrading. Drops past a 0.8 ratio are worth investigating — a downstream system probably changed its prompt prefix.

This view aggregates ALL traffic on the org key — your dev calls, your production calls, every team member sharing the org. If the org has multiple teams, the rate is mixed across them.