Lambda · Authentication Profile

Lambda Labs Authentication

Authentication

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

AICloudClustersComputeGPUInferenceMachine Learning
Methods: http Schemes: 2 OAuth flows: API key in:

Security Schemes

basicAuth http
scheme: basic
bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/lambda-labs-openapi.json
summary:
  types:
  - http
schemes:
- name: basicAuth
  type: http
  scheme: basic
  description: |-
    Basic HTTP authentication. Allowed headers:
    * `Authorization: Basic <base64 encoding of api_key>:`
    * `Authorization: Basic <api_key>`
  sources:
  - openapi/lambda-labs-openapi.json
- name: bearerAuth
  type: http
  scheme: bearer
  description: |-
    Bearer HTTP authentication. Allowed headers:
    * `Authorization: Bearer <api_key>`
  sources:
  - openapi/lambda-labs-openapi.json