Keep · Authentication Profile

Keep Authentication

Authentication

Keep secures its APIs with apiKey, http, and oauth2 across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the password flow(s).

AIOpsAlertingIncident ManagementObservabilityOpen SourceSREWorkflow Automation
Methods: apiKey, http, oauth2 Schemes: 3 OAuth flows: password API key in: header

Security Schemes

API Key apiKey
· in: header (X-API-KEY)
HTTPBasic http
scheme: basic
OAuth2PasswordBearer oauth2
· flows: password

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/keep-openapi.json
summary:
  types:
  - apiKey
  - http
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - password
schemes:
- name: API Key
  type: apiKey
  in: header
  parameter: X-API-KEY
  sources:
  - openapi/keep-openapi.json
- name: HTTPBasic
  type: http
  scheme: basic
  sources:
  - openapi/keep-openapi.json
- name: OAuth2PasswordBearer
  type: oauth2
  flows:
  - flow: password
    tokenUrl: token
    scopes: 0
  sources:
  - openapi/keep-openapi.json