Human Behavior · Authentication Profile

Human Behavior Authentication

Authentication

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

CompanyAnalyticsProduct AnalyticsSession ReplayArtificial IntelligenceDeveloper ToolsSDK
Methods: apiKey Schemes: 1 OAuth flows: API key in: client-sdk-init

Security Schemes

projectApiKey apiKey
· in: sdk-init (apiKey)

Source

Authentication Profile

human-behavior-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://docs.humanbehavior.co/docs/sdk
docs: https://docs.humanbehavior.co/docs/sdk
summary:
  types:
  - apiKey
  api_key_in:
  - client-sdk-init
  oauth2_flows: []
  notes: >-
    Human Behavior authenticates via a project API key passed to the JavaScript
    SDK at initialization: HumanBehaviorTracker.init('YOUR_API_KEY', options?).
    The key identifies the project whose sessions and events are ingested. No
    public REST API, OAuth flow, or documented server-side securityScheme was
    found; auth is scoped to the client-side ingestion SDK.
schemes:
- name: projectApiKey
  type: apiKey
  in: sdk-init
  parameter: apiKey
  description: >-
    Project API key provided to HumanBehaviorTracker.init(). Configurable
    options include ingestionUrl, redactionStrategy, and redactFields.
  sources:
  - https://docs.humanbehavior.co/docs/sdk