ClimateAI · Authentication Profile

Climateai Authentication

Authentication

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

Company
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

jwt apiKey
· in: header (Authorization)
apikey apiKey
· in: header (X-Api-Key)

Source

Authentication Profile

climateai-authentication.yml Raw ↑
generated: '2026-08-02'
method: derived
source: openapi/climateai-platform-swagger.json, openapi/climateai-weather-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: jwt
  type: apiKey
  in: header
  parameter: Authorization
  sources:
  - openapi/climateai-platform-swagger.json
- name: apikey
  type: apiKey
  in: header
  parameter: X-Api-Key
  sources:
  - openapi/climateai-platform-swagger.json
  - openapi/climateai-weather-openapi.yml