Windmill · Authentication Profile

Windmill Authentication

Authentication

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

AutomationInternal ToolsOpen SourceProCode API CompositionScriptsWebhooksWorkflow EngineWorkflows
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: cookie

Security Schemes

bearerAuth http
scheme: bearer
cookieAuth apiKey
· in: cookie (token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/windmill-api-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - cookie
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  sources:
  - openapi/windmill-api-openapi.yml
- name: cookieAuth
  type: apiKey
  in: cookie
  parameter: token
  sources:
  - openapi/windmill-api-openapi.yml