Hashboard · Authentication Profile

Hashboard Authentication

Authentication

Hashboard secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyB2BBusiness IntelligenceAnalyticsDataBI-as-CodeDashboardsData VisualizationDeveloper ToolsCLI
Methods: apiKey Schemes: 1 OAuth flows: API key in: access-key-file

Security Schemes

accessKey apiKey

Source

Authentication Profile

hashboard-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://docs.hashboard.com/docs/data-ops/quickstart
docs: https://docs.hashboard.com/docs/data-ops/cli
summary:
  types: [apiKey]
  api_key_in: [access-key-file]
  note: >-
    Hashboard is a BI-as-code product with no public REST API/OpenAPI. Programmatic
    access is via the Hashboard CLI (hb) and the hashquery Python framework, both
    authenticated with a downloaded access key rather than an HTTP securityScheme.
schemes:
  - name: accessKey
    type: apiKey
    description: >-
      An access key downloaded via `hb token` through a web-based auth flow, stored
      by default at ~/.hashboard/hb_access_key.json and used by the CLI and hashquery.
    location: file (~/.hashboard/hb_access_key.json) or HASHBOARD_ env credentials
    docs: https://docs.hashboard.com/docs/data-ops/quickstart