Ask Sage · Authentication Profile

Ask Sage Authentication

Authentication

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

CompanyAiGenerative AILarge Language ModelsGovernmentDefenseComplianceFedRAMP
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (x-access-tokens)

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: derived
source: openapi/ask-sage-server-openapi.json, openapi/ask-sage-user-openapi.json
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: x-access-tokens
  description: JWT authentication token. Obtain a token by calling the User API endpoint `/user/get-token-with-api-key`
    with your email and API key.
  sources:
  - openapi/ask-sage-server-openapi.json
  - openapi/ask-sage-user-openapi.json