Dagger · Authentication Profile

Dagger Authentication

Authentication

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

Build AutomationBuildKitCI/CDContainersDAGDaggerverseDevOpsGraphQLModulesOCIOpen SourcePipelinesProgrammable PipelinesSDKs
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

SessionTokenBasic http
scheme: basic

Source

Authentication Profile

dagger-authentication.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/dagger-openapi.yml
summary:
  types:
  - http
schemes:
- name: SessionTokenBasic
  type: http
  scheme: basic
  description: |-
    HTTP Basic auth where the username is the value of the
    DAGGER_SESSION_TOKEN environment variable and the password is empty.
  sources:
  - openapi/dagger-openapi.yml