Bluejay · Authentication Profile

Bluejay Authentication

Authentication

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

CompanyAiAI AgentsVoice AIConversational AIAgent TestingQuality AssuranceObservabilitySimulationEvaluationMonitoring
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

apiKeyAuth apiKey
· in: header (X-API-Key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: searched
source: openapi/bluejay-openapi-original.json
docs: https://docs.getbluejay.ai/api-reference/introduction
notes: >-
  Single API-key scheme. Generate a key from the app Settings > API Keys page
  (https://app.getbluejay.ai/settings/api-keys) and pass it in the X-API-Key
  request header. Applied globally as the root security requirement. No OAuth2
  or OpenID Connect surface is published, so there is no scope model.
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: apiKeyAuth
  type: apiKey
  in: header
  parameter: X-API-Key
  description: API key required to authenticate requests.
  sources:
  - openapi/bluejay-openapi-original.json