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
Measured live against real Bedrock: ~48% fewer billed input token-equivalents
on a tool-heavy Claude Code workload (your number will vary — run caprock measure to see yours).
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).
- Runs on localhost, signs with your Bedrock credentials. No caprock service in the request path.
Team?
A shared in-VPC gateway with per-user / per-role cost attribution, a team dashboard, and support is the managed tier → https://caprock.dev
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.2.tar.gz.
File metadata
- Download URL: caprock-0.1.2.tar.gz
- Upload date:
- Size: 72.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eda32814cb6342b65a28a373ef2966e3565757eccd88eca539801ddc05ddcdbf
|
|
| MD5 |
59e49005627091f8ed23a371c511fcc1
|
|
| BLAKE2b-256 |
0aec4b08a896641d888821e7f896af5d817f7bcdb4ea133e3d637a146fff2613
|
File details
Details for the file caprock-0.1.2-py3-none-any.whl.
File metadata
- Download URL: caprock-0.1.2-py3-none-any.whl
- Upload date:
- Size: 73.8 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 |
14fc64d7b710ec303df234b346b1bc94e3850c8b2b4560a9b8575a9402542ac9
|
|
| MD5 |
bbf3a7fce6d64f4d85db9cd7200a1373
|
|
| BLAKE2b-256 |
ec92fac7074cfe31b443c3bcbea18f48ee70f1618e02235665e310f29e10e490
|