Monte Carlo · Authentication Profile

Monte Carlo Authentication

Authentication

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

Data ObservabilityData QualityData ReliabilityData LakeData WarehouseLineageMonitoringAI Observability
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

mcdHeaders apiKey
· in: header (x-mcd-id)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/monte-carlo-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: mcdHeaders
  type: apiKey
  in: header
  parameter: x-mcd-id
  description: |-
    Monte Carlo expects two headers on each request: `x-mcd-id` (Key ID)
    and `x-mcd-token` (Secret). OpenAPI cannot represent paired header
    auth natively, so `x-mcd-token` must also be sent on every request.
  sources:
  - openapi/monte-carlo-openapi.yml