# keploy/keploy

Open-source platform for creating safe, isolated production sandboxes for API, integration, and E2E testing.

Repository: https://github.com/keploy/keploy
Canonical: https://ross.abutalabs.com/products/keploy
Homepage: https://keploy.io
Language: Go
License: Apache-2.0
License Family: permissive
Topics: testing, test-automation, api-testing, testing-tools, test-automation-framework, test-generation, testing-library, mock, mock-data-generator, mock-framework, agentic-ai, ai-testing-tool, testing-tool, code-quality
Last push: 2026-08-26T19:27:52+00:00

## Health v2 (maintenance only)
Score: 95/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 99, release rhythm 87, longevity 100
- inputs: {"age_days": 1687, "days_push": 7, "days_rel": 8, "gap_med": 0.0, "n_releases_24m": 405}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 18424, forks 2337 (observed 2026-08-28T04:11:26.655007+00:00)

## What it is
Keploy is a developer-centric API and integration testing platform that records real application traffic, database queries, and streaming events, then replays them as automated tests with auto-generated data mocks. It uses eBPF to capture traffic at the network layer, making it code-less and language-agnostic, and runs locally, in CI, or across Kubernetes.

## Use cases
- generate api tests from real traffic
- auto-generate integration tests with mocked dependencies
- record and replay api calls as test cases
- create test data mocks for databases and queues
- run regression tests in ci from production traffic
- achieve high test coverage without writing unit tests
- test apis without changing application code

## When to choose
- you want automated API and integration tests without writing test code
- you need to capture and replay real traffic for regression testing
- you want virtualized dependencies like databases and queues in tests
- your stack is polyglot and you need a language-agnostic testing tool
- you want to run traffic-based tests in CI or Kubernetes sandboxes

## When to avoid
- you need fine-grained unit testing of individual functions
- your environment cannot run eBPF (e.g., some managed or Windows-only setups)
- you need a simple manual API client like Postman rather than automated test generation
- your compliance policy forbids capturing production traffic

## Facets
- artifact type: service
- maturity: active
- function: testing, e2e-testing, mocking, api-framework, ci-cd
- domain: testing, developer-tools, apis
- platform: cli, cloud, self-hosted
- tags: api-testing, record-replay, ebpf, test-generation, traffic-capture, integration-testing, data-mocks, regression-testing, devops, linux, docker, kubernetes

## Member repositories
- keploy/keploy (main) score 95

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:26.655007+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:02:02.727472+00:00, confidence not recorded.
  - readme: https://github.com/keploy/keploy (fetched 2026-08-28T04:11:26.655007+00:00, sha f3e4d50e039d)
  - homepage: https://keploy.io (fetched 2026-08-29T07:59:39.666123+00:00, sha ebc9ba21b646)
- Data as of 2026-08-30T08:39:29.467469+00:00.
