Indykite · Authentication Profile

Indykite Authentication

Authentication

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

CompanyIdentityAuthorizationAccess ControlKnowledge GraphAgentic AIMCPSecurityAuthZEN
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

BearerToken http
scheme: bearer
APIKey apiKey
· in: header (X-IK-ClientKey)

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: searched
source: openapi/indykite-config-openapi.yml, openapi/indykite-rest-openapi.yml
docs: https://docs.indykite.com/docs/apis/sdks
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: BearerToken
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: Bearer token generated from Service Account credentials.
  sources:
  - openapi/indykite-config-openapi.yml
  - openapi/indykite-rest-openapi.yml
- name: APIKey
  type: apiKey
  in: header
  parameter: X-IK-ClientKey
  description: The value of the App Agent credential header must be passed as is, without any
    prefix.
  sources:
  - openapi/indykite-rest-openapi.yml