Dagster · Authentication Profile

Dagster Authentication

Authentication

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

Data EngineeringData OrchestrationData PipelinesETLWorkflowsAssetsGraphQL
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

DagsterCloudToken apiKey
· in: header (Dagster-Cloud-Api-Token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/dagster-external-assets-rest-api-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: DagsterCloudToken
  type: apiKey
  in: header
  parameter: Dagster-Cloud-Api-Token
  description: User token used to authenticate against Dagster+ deployments.
  sources:
  - openapi/dagster-external-assets-rest-api-openapi.yml