Openwork · Authentication Profile

Openwork Authentication

Authentication

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

CompanyAI AgentsOpen SourceDesktopAgent RuntimeMCPControl PlaneSSOSCIMDeveloper Tools
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

bearerAuth http
scheme: bearer
denApiKey apiKey
· in: header (x-api-key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: derived
source: openapi/openwork-den-openapi.json
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: session-token
  description: 'Session token passed as `Authorization: Bearer <session-token>` for user-authenticated
    Den routes.'
  sources:
  - openapi/openwork-den-openapi.json
- name: denApiKey
  type: apiKey
  in: header
  parameter: x-api-key
  description: Organization API key passed as the `x-api-key` header for API-key-authenticated
    Den routes.
  sources:
  - openapi/openwork-den-openapi.json