Sleuth · Authentication Profile

Sleuth Authentication

Authentication

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

DORADevOpsDeployment TrackingEngineering MetricsContinuous Delivery
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

apiKeyAuth apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/sleuth-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: apiKeyAuth
  type: apiKey
  in: header
  parameter: Authorization
  description: 'Sleuth Access Token / organization API key supplied as "Authorization: apikey
    <APIKEY>". A Bearer token form ("Authorization: Bearer <ACCESS_TOKEN>") is also accepted
    for deploy registration. Scoped Access Tokens are managed under Organization Settings >
    Access Tokens.'
  sources:
  - openapi/sleuth-openapi.yml