Qlty · Authentication Profile

Qlty Authentication

Authentication

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

Code QualityCode CoverageStatic AnalysisLintingDeveloper Tools
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

coverageToken apiKey
· in: header (QLTY_COVERAGE_TOKEN)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/qlty-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: coverageToken
  type: apiKey
  in: header
  parameter: QLTY_COVERAGE_TOKEN
  description: Per-project coverage token, supplied as the QLTY_COVERAGE_TOKEN environment variable
    to `qlty coverage publish`. Documented as a CLI environment variable, not a documented public
    REST API header.
  sources:
  - openapi/qlty-openapi.yml