Athenian · Authentication Profile

Athenian Authentication

Authentication

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

CompanyEngineering IntelligenceSoftware Development AnalyticsDeveloper ProductivityDevOpsMetricsGitJIRACI/CDAnalytics
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

apiKeyAuth apiKey
· in: header (X-API-Key)
bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: derived
source: openapi/athenian-openapi-original.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: apiKeyAuth
  type: apiKey
  in: header
  parameter: X-API-Key
  description: |-
    Authorization by the value of `X-API-Key` header aka API token.
    The tokens are user- and account-specific. Create them by calling `/token/create`.
    The server automatically inserts `account` in the request's body if it was not
    supplied by the user.
  sources:
  - openapi/athenian-openapi-original.yml
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: |-
    Regular JSON Web Token authorization powered by Auth0.
    The server expects an `Authorization: Bearer <token>` header and checks `<token>` by
    sending it to Auth0. Visit [{{ server_url | replace("api", "app") }}/bearer]({{ server_url | replace("api", "app") }}/bearer)
    to copy your current JWT that will expire within 24 hours.
  sources:
  - openapi/athenian-openapi-original.yml