a proxy that given the URL injects transparently the authentication
saves the requests to a local cache - so you won't be spending for repeated api calls caveat: applies to POST; check the create_cache_key method if you need more
check qa/sample.http to see how to use it
- strip api keys from your tests leveraging vcr or similar
- save money when testing a per-consumption api
save this into secrets/secrets.yaml
api.anthropic.com:
header: x-api-key
value: sk-ant-yeahhereyouputyourkeyadd any number of domains