Speakeasy · Authentication Profile

Speakeasy Authentication

Authentication

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

AIDocumentationMCPPlatformSDKsTerraformTesting
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: header

Security Schemes

APIKey apiKey
· in: header (x-api-key)
WorkspaceIdentifier apiKey
· in: header (x-workspace-identifier)
Bearer http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/speakeasy-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: APIKey
  type: apiKey
  in: header
  parameter: x-api-key
  description: The API Key for the workspace
  sources:
  - openapi/speakeasy-openapi.yml
- name: WorkspaceIdentifier
  type: apiKey
  in: header
  parameter: x-workspace-identifier
  description: The API Key for the workspace
  sources:
  - openapi/speakeasy-openapi.yml
- name: Bearer
  type: http
  scheme: bearer
  description: The Bearer token for the workspace
  sources:
  - openapi/speakeasy-openapi.yml