Case 01
Test against expensive APIs without burning credits
Stripe, OpenAI, Twilio, and other usage-priced services turn every CI run into a line item on next month's bill. Recording one good response and replaying it forever changes the math: per-run cost goes to zero and your test suite stops being throttled by third-party rate limits.
Gostly captures real responses once, scrubs sensitive data, and serves them locally on subsequent runs. Your code calls the same URLs — the proxy answers instead of the upstream.
How it works
- 1Run your tests once in LEARN mode against the real API
- 2Scrub PII automatically (JWTs, emails, card numbers, SSNs by default) and review the recorded library
- 3Switch to MOCK mode — every CI run after this is free and offline