FIXTURES
Hand-written stubs go stale before the PR merges.
Every team writes the same brittle JSON. “Mocks are static, but reality evolves. The mock becomes a lie.”
Deterministic API mocks for CI and agents
A vendor sandbox is down, a partner API is throttling your test run, or your agent sent a tool call you never recorded. Gostly records the services you depend on and replays them — deterministic, offline, and it answers requests you’ve never seen. Ship on your schedule, not your dependencies’.
On a structurally new request, most mocks miss — a 404, or a silent call to the real API. Gostly answers it — offline, from a twin it learned from your own traffic.
the actual product · take the upstream offline, the tests stay green
of organizations plan agentic AI deployment; 29% feel secure enough to ship it.
▸ Cisco · State of AI Security 2026
of teams contract-test that their API still matches its spec — the other 83% find out in prod.
▸ Postman · 2025 State of the API
of developers say debugging AI-generated code eats real time.
▸ Stack Overflow Developer Survey 2025
─ THE FAILURE MODE
The contract between your service and someone else's API is the most load-bearing thing in your test suite — and the part with the least engineering rigor. Four failure modes show up on every team that grows past two services.
FIXTURES
Every team writes the same brittle JSON. “Mocks are static, but reality evolves. The mock becomes a lie.”
DRIFT
Three-week-old stubs against an upstream that added a new field. CI is green; reality isn’t. Only 17% of teams contract-test that the API still matches its spec (Postman, 2025).
COVERAGE
Edge-case fixtures are written when a flaky test forces them — at 2 AM, by whoever’s on call. The 5xx that reaches prod is the one no fixture covered.
AGENTS
An agent retrying the same upstream four ways needs the response trajectory to evolve. A static stub set says yes to everything, then the orchestration silently diverges.
─ THE MATCH CASCADE
Every request in MOCK mode runs through this cascade. The first stage that produces a match short-circuits the rest. Stages 01 through 04 require zero inference and zero randomness — the same input produces the same byte on every run. The generated stage is served from cache; generation runs in the background, never on the request path. The model is a gap-fill at the edge of the contract, not the spine of it.
─ ONE PROXY, EVERY CAPABILITY
Verbatim replay is the spine. Around it: stateful flows, chaos, drift and repair, fidelity scoring, per-service adapters, TLS and WebSocket capture, PII redaction, webhook capture, and an audit trail — all inside your perimeter.
§ 08 BUILT FOR THREE ROOMS
The platform team wants tests that don't depend on someone else's status page. The agent operator wants a deterministic substitute for the runtime that's suddenly calling production APIs. The regulated buyer wants the architecture to be the answer, not a Trust Pack PDF. Gostly is the same product to all three.
▸ platform team
When a change passes CI against a stale fixture and still breaks in prod, the fixture was the problem. Gostly replays the recording the operator approved — bit-for-bit. The 2 a.m. flaky run because a third-party rate-limited a build slave stops happening.
API MOCKING USE CASES →▸ agent operator
Cisco’s 2026 State of AI Security found 83 % of organizations plan agentic AI deployments, but only 29 % feel secure enough to ship. The gap is verifiability. Gostly gives the operator a deterministic substitute — record the conversation once, replay it in evaluations forever. The LLM is not in the substitute’s hot path.
AGENT RUNTIME PATTERNS →▸ regulated buyer
Runs entirely in your own infrastructure — your traffic never leaves your perimeter, and it is never mixed with another customer's data. Single sign-on (SAML and OIDC), role-based access control, and a full audit trail come standard on Team. Credentials are stripped before anything is written to disk. And because it keeps serving even when our platform is unreachable, the architecture — not a Trust Pack PDF — is the answer to “what happens if your vendor goes down?”
SECURITY MODEL →─ PRICING
Single sign-on (SAML and OIDC), role-based access control, and audit logging are included on Team and above. The full feature matrix lives on the register page.
Self-hosted. No license key required.
The $10 is locked through Dec 2026 if you sign up before September 1.
For shipping orgs. SAML + OIDC + audit log included.
SELF-HOST COMMERCIAL
$499 / month flat
≤10 seats, 2 environments. For compliance-driven buyers who need to run Gostly entirely inside their perimeter.
Talk to us →ENTERPRISE
Custom · floor $25K
Custom MSA, data residency, dedicated support. Talk to sales for the trust pack.
Contact sales →※ The model is optional. With AI generation enabled the inference container needs a few gigabytes of RAM; with it disabled the rest of the cascade runs comfortably in 1 GB. Customers in latency-sensitive or regulated environments often disable generation and rely on exact + structural match alone.
─ READY WHEN YOU ARE
Drop the proxy in. Run a real workload through it once. Have a byte-stable mock library by the end of the afternoon — plus drift detection, an SSRF-guarded webhook replay, and the audit trail to defend all of it.