MyScale · Authentication Profile

Myscale Authentication

Authentication

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

Vector DatabaseSQLClickHouseVector SearchFull-Text SearchRAG
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: header

Security Schemes

basicAuth http
scheme: basic
clickhouseUserHeader apiKey
· in: header (X-ClickHouse-User)
clickhouseKeyHeader apiKey
· in: header (X-ClickHouse-Key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/myscale-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: basicAuth
  type: http
  scheme: basic
  description: Cluster username and password (from the MyScale Cloud console Connection Details)
    supplied as HTTP Basic credentials.
  sources:
  - openapi/myscale-openapi.yml
- name: clickhouseUserHeader
  type: apiKey
  in: header
  parameter: X-ClickHouse-User
  description: Cluster username, paired with X-ClickHouse-Key.
  sources:
  - openapi/myscale-openapi.yml
- name: clickhouseKeyHeader
  type: apiKey
  in: header
  parameter: X-ClickHouse-Key
  description: Cluster password, paired with X-ClickHouse-User.
  sources:
  - openapi/myscale-openapi.yml