Cut AWS Bedrock LLM spend from Claude Code — compression + prompt caching, on your machine.
Project description
caprock
Cut your AWS Bedrock LLM spend from Claude Code — context compression + prompt caching that actually work on Bedrock, on your machine, with your own credentials. Nothing leaves your machine.
pip install caprock # or: uvx caprock
caprock wrap claude # your Claude Code now runs through it
caprock stats # see what you saved
Every session ends with the money you saved:
💰 You've saved $19.20 with caprock
6,400,000 tokens cut · −85% input cost · 40 requests
this month: $19.20 so far → ~$74/mo at this pace
Measured live against real Bedrock: −48% billed input on a clean install,
−59.7% re-confirmed on a six-turn agent session, up to −70% with the
full pipeline. Your number will vary with your workload — run caprock measure
to see yours. How we got these: https://caprock.dev/methodology.
What it does
- Compression — shrinks tool outputs / logs / JSON before they reach the model.
- Prompt caching — makes Bedrock's prompt cache actually engage (stock Headroom's markers die in conversion → 0% on Bedrock; caprock fixes that).
- Savings meter —
caprock statsand the end of everywrapsession show what you saved, computed locally from real Bedrock cache tokens. - Runs on localhost, signs with your Bedrock credentials. No caprock service in the request path — nothing leaves your machine.
Commands
| Command | What it does |
|---|---|
caprock wrap claude |
Runs Claude Code through the local proxy on your own creds |
caprock start |
Starts the proxy on its own (point any client at it) |
caprock stats |
Shows what you've saved (cache + compression, all time) |
caprock measure |
Replays a workload direct vs through caprock — your own number |
caprock dashboard |
Opens the local savings dashboard |
Team?
Running Claude across a team? The managed tier is a shared in-VPC gateway with per-user / per-role cost attribution, a team dashboard, deployment and support — deployed inside your own AWS account, nothing leaves your VPC. Pricing and a 20-min call: https://caprock.dev/pricing.
Built on Headroom
caprock builds on the open-source Headroom
project (Apache 2.0). It applies the general-purpose fixes that make caching and
compression work on AWS Bedrock (contributed back upstream) over the stock
headroom-ai package. Licensed Apache-2.0.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file caprock-0.1.5.tar.gz.
File metadata
- Download URL: caprock-0.1.5.tar.gz
- Upload date:
- Size: 83.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52f90143bec09f1029fc7ca605d9a21c131dadda0185fc64c2c8b74e50c3a1b7
|
|
| MD5 |
97116bd610417b7755c5b875ccdaaa05
|
|
| BLAKE2b-256 |
9df6add8234fad85f044781e9e6229ff560754b6d9fb9eb86bc58c64051393f5
|
File details
Details for the file caprock-0.1.5-py3-none-any.whl.
File metadata
- Download URL: caprock-0.1.5-py3-none-any.whl
- Upload date:
- Size: 78.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41ea3aaa682064005fac547f2d15bc586c2bf337ffd1a0db8df815b069710cec
|
|
| MD5 |
10ca26797acecb129eb0344ecc9707b4
|
|
| BLAKE2b-256 |
60e6fde879fd3941af396e80cbcd051db3dab4a9e4e11ea2748d9d7bf3ef49b2
|