OpsMill · Authentication Profile

Opsmill Authentication

Authentication

OpsMill secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyInfrastructure SaasNetwork AutomationSource Of TruthData ManagementGraphQLDevOpsConfiguration ManagementAIOpsOpen Source
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

HTTPBearer http
scheme: bearer
APIKeyHeader apiKey
· in: header (X-INFRAHUB-KEY)

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: derived
source: openapi/opsmill-infrahub-openapi-original.json
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: HTTPBearer
  type: http
  scheme: bearer
  sources:
  - openapi/opsmill-infrahub-openapi-original.json
- name: APIKeyHeader
  type: apiKey
  in: header
  parameter: X-INFRAHUB-KEY
  sources:
  - openapi/opsmill-infrahub-openapi-original.json