Keploy · Authentication Profile

Keploy Authentication

Authentication

Keploy secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

Testing & QAAPI TestingIntegration/Regression TestingUnit Test GenerationContract TestingCI/CDDeveloper ToolsAI / Agent ToolingeBPF / ObservabilityTest Data & Mocking
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

apiKeyAuth apiKey
· in: header (X-API-Key)

Source

Authentication Profile

Raw ↑
generated: '2026-09-03'
method: searched
source: openapi/keploy-cloud-api-openapi.yaml
docs: https://keploy.io/docs/running-keploy/api-testing-auth-setup/
reference: https://keploy.io/docs/running-keploy/public-api/
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: apiKeyAuth
  type: apiKey
  in: header
  parameter: X-API-Key
  description: >-
    Scoped Personal Access Token (`kep_`-prefixed), generated from the Keploy
    Console (Settings > API Keys). Accepted either as `X-API-Key: kep_...` or
    as `Authorization: Bearer kep_...` — both header forms are documented in
    the Public API reference.
  alternate_header: 'Authorization: Bearer kep_...'
  key_prefix: kep_
  scopes:
    read: All GET endpoints (view apps, suites, runs, jobs)
    write: Everything in read + create, update, delete, generate, run
    admin: Everything in write + API key management + app deletion
  key_management:
    create: POST /api-keys (requires an existing admin-scoped key; supports name, scopes, ttl_days)
    list: GET /api-keys
    revoke: DELETE /api-keys/{keyId}
    console: https://app.keploy.io
  sources:
  - openapi/keploy-cloud-api-openapi.yaml
  - https://keploy.io/docs/running-keploy/public-api/
notes: >-
  The hosted MCP server at https://api.keploy.io/client/v1/mcp uses the same
  kep_ PAT as a bearer token. The self-hosted Kubernetes Proxy REST API uses a
  separate shared token (Authorization: Bearer <K8S_PROXY_SHARED_TOKEN>) per
  https://keploy.io/docs/running-keploy/k8s-proxy-api/.

Work with this as data

Every security artifact 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 security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • 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 security artifact
curl "https://apis.io/api/v1/security/keploy-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

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.