Keploy website screenshot

Keploy

Open-source, AI-native testing platform that captures real production API traffic with eBPF and replays it in CI as deterministic tests, auto-generated mocks, and production-like sandboxes with zero code changes. Publishes a first-party OpenAPI 3.0.3 for its Cloud REST API, a hosted MCP server with a 112-tool catalog, llms.txt, and a Kubernetes Proxy REST API for in-cluster recording and replay.

Keploy publishes 1 API on the APIs.io network: Cloud API. Tagged areas include Testing & QA, API Testing, Integration/Regression Testing, Unit Test Generation, and Contract Testing.

Keploy’s developer surface includes engineering blog, changelog, CLI, pricing, signup flow, documentation, getting-started guide, and 12 more developer resources.

57.6/100 strong ▬ flat Agent 35/100 agent ready saas Full breakdown ↓
scored 2026-09-14 · rubric v0.22.0
AccessFreemiumSelf serve⚡ Free to try
3 APIs 2 MCP Servers
Testing & QAAPI TestingIntegration/Regression TestingUnit Test GenerationContract TestingCI/CDDeveloper ToolsAI / Agent ToolingeBPF / ObservabilityTest Data & Mocking

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-14 · rubric v0.22.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/keploy: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 3

Individual APIs this provider publishes, each with its own machine-readable definition.

Keploy Cloud API

REST API for Keploy Cloud (base https://api.keploy.io/client/v1) providing AI test-suite generation and execution, app/test-suite management, recordings/mocks, test and load-tes...

Keploy MCP Server

Hosted, remote Model Context Protocol server (streamable HTTP, bearer kep_ PAT auth) at https://api.keploy.io/client/v1/mcp. Probed live 2026-09-03: anonymous tools/list returns...

Keploy Kubernetes Proxy REST API

Self-hosted REST API of the Keploy Kubernetes Proxy, an in-cluster control plane (Helm chart k8s-proxy) that drives eBPF/sidecar recording, auto-replay, deduplication, schema ge...

MCP Servers 2

Model Context Protocol servers that expose these APIs to AI agents.

Keploy MCP Server

MCP SERVER

Keploy MCP Server

MCP SERVER

Pricing Plans 1

Published pricing tiers and plan structures.

Keploy Plans Pricing

3 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Keploy Rate Limits

1 limits

RATE LIMITS

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Keploy Authentication

apiKey · 1 scheme

SECURITY

Keploy Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 2

Pagination, idempotency, versioning, errors, and events

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
deliveryModel:
  model: saas
  open_source: true
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint (open-source core self-hostable)
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-09-03'
  method: derived
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  - rate-limits
  - security
  - sandbox
  generated: '2026-09-03'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/keploy.png
name: Keploy
description: Open-source, AI-native testing platform that captures real production API traffic with eBPF and replays it in
  CI as deterministic tests, auto-generated mocks, and production-like sandboxes with zero code changes. Publishes a first-party
  OpenAPI 3.0.3 for its Cloud REST API, a hosted MCP server with a 112-tool catalog, llms.txt, and a Kubernetes Proxy REST
  API for in-cluster recording and replay.
url: https://raw.githubusercontent.com/api-evangelist/keploy/refs/heads/main/apis.yml
created: '2026-07-03'
modified: '2026-09-03'
specificationVersion: '0.23'
tags:
- Testing & QA
- API Testing
- Integration/Regression Testing
- Unit Test Generation
- Contract Testing
- CI/CD
- Developer Tools
- AI / Agent Tooling
- eBPF / Observability
- Test Data & Mocking
apis:
- name: Keploy Cloud API
  description: REST API for Keploy Cloud (base https://api.keploy.io/client/v1) providing AI test-suite generation and execution,
    app/test-suite management, recordings/mocks, test and load-test reports, schema coverage, smart sets, branches, jobs,
    API keys, clusters, and account/subscription info. Authenticated via scoped kep_-prefixed API keys (X-API-Key or Bearer).
    A first-party OpenAPI 3.0.3 (55 paths, 71 operations) is served at https://api.keploy.io/client/v1/openapi.yaml.
  humanURL: https://keploy.io/docs/running-keploy/public-api/
  baseURL: https://api.keploy.io/client/v1
  tags:
  - Testing & QA
  - API Testing
  - Integration/Regression Testing
  - Unit Test Generation
  - Contract Testing
  - CI/CD
  - Developer Tools
  - AI / Agent Tooling
  - eBPF / Observability
  - Test Data & Mocking
  properties:
  - type: Documentation
    url: https://keploy.io/docs/running-keploy/public-api/
  - type: APIReference
    url: https://api.keploy.io/client/v1/docs
  - type: OpenAPI
    url: openapi/keploy-cloud-api-openapi.yaml
  - type: Overlay
    url: overlays/keploy-cloud-api-overlay.yaml
  - type: Authentication
    url: authentication/keploy-authentication.yml
  - type: ErrorCatalog
    url: errors/keploy-problem-types.yml
  - type: RateLimits
    url: rate-limits/keploy-rate-limits.yml
  - type: Conventions
    url: conventions/keploy-conventions.yml
  - type: DataModel
    url: data-model/keploy-data-model.yml
  - type: Sandbox
    url: sandbox/keploy-sandbox.yml
- name: Keploy MCP Server
  description: 'Hosted, remote Model Context Protocol server (streamable HTTP, bearer kep_ PAT auth) at https://api.keploy.io/client/v1/mcp.
    Probed live 2026-09-03: anonymous tools/list returns 7 gateway tools (search_tools / get_tool_schema / invoke_tool progressive
    disclosure) over a 112-tool catalog that proxies the Cloud REST API 1:1 by operationId plus composite devloop_* agent
    workflows. Serves clients like Cursor, GitHub Copilot, Claude Code, and Windsurf; the former docs page keploy.io/docs/keploy-cloud/mcp
    now 404s and setup instructions are served by the server itself.'
  humanURL: https://keploy.io/docs/running-keploy/public-api/
  baseURL: https://api.keploy.io/client/v1/mcp
  tags:
  - Testing & QA
  - API Testing
  - Integration/Regression Testing
  - Unit Test Generation
  - Contract Testing
  - CI/CD
  - Developer Tools
  - AI / Agent Tooling
  - eBPF / Observability
  - Test Data & Mocking
  properties:
  - type: MCPServer
    url: https://api.keploy.io/client/v1/mcp
  - type: MCPServer
    url: mcp/keploy-mcp.yml
  - type: ToolCrosswalk
    url: mcp/keploy-tool-crosswalk.yml
  - type: LLMSTxt
    url: https://keploy.io/llms.txt
  - type: LLMSTxt
    url: https://keploy.io/llms-full.txt
  - type: Documentation
    url: https://keploy.io/docs/running-keploy/public-api/
- name: Keploy Kubernetes Proxy REST API
  description: Self-hosted REST API of the Keploy Kubernetes Proxy, an in-cluster control plane (Helm chart k8s-proxy) that
    drives eBPF/sidecar recording, auto-replay, deduplication, schema generation, and reports for Deployments. Operational
    routes (/record/start, /record/stop, /test/start, /deployments, /proxy/update, streaming status) plus API-server-compatible
    /k8s-proxy/* data routes. Runs at the customer-configured ingress URL and authenticates with a shared bearer token (K8S_PROXY_SHARED_TOKEN);
    templated base URL, no public callable host.
  humanURL: https://keploy.io/docs/running-keploy/k8s-proxy-api/
  baseURL: https://{your-proxy-ingress}
  tags:
  - Testing & QA
  - Kubernetes
  - eBPF / Observability
  - CI/CD
  - Enterprise
  properties:
  - type: Documentation
    url: https://keploy.io/docs/running-keploy/k8s-proxy-api/
maintainers:
- FN: Keploy
  email: hello@keploy.io
  url: https://github.com/keploy/keploy
common:
- type: Website
  url: https://www.keploy.io/
- type: DomainSecurity
  url: security/keploy-domain-security.yml
- type: Blog
  url: https://keploy.io/blog/sitemap.xml
- type: Packages
  url: packages/keploy-packages.yml
- type: SDKs
  url: packages/keploy-packages.yml
- type: LLMsTxt
  url: llms/keploy-llms.txt
- type: Conformance
  url: conformance/keploy-conformance.yml
- type: Compliance
  url: conformance/keploy-conformance.yml
- type: Lifecycle
  url: lifecycle/keploy-lifecycle.yml
- type: ChangeLog
  url: changelog/keploy-changelog.yml
- type: CLI
  url: cli/keploy-cli.yml
- type: Plans
  url: plans/keploy-plans-pricing.yml
- type: AgentSkill
  url: skills/_index.yml
- type: Pricing
  url: https://keploy.io/pricing
- type: GitHubOrganization
  url: https://github.com/keploy
- type: SignUp
  url: https://app.keploy.io
- type: PrivacyPolicy
  url: https://keploy.io/privacy-policy
- type: Documentation
  url: https://keploy.io/docs
- type: GettingStarted
  url: https://keploy.io/docs/server/installation/
generated:
  by: apis.io/add
  model: claude-opus-4-8
  confidence: 88
  at: '2026-07-03T08:13:49.105Z'
x-enrichment:
  date: '2026-09-03'
  status: enriched
  artifacts_added: 16
  pass: local-v1

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/keploy"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/keploy/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/keploy/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.