Aikido Security · Authentication Profile

Aikido Security Authentication

Authentication

Aikido Security secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.

AI PentestingAPI SecurityApplication SecurityCloud SecurityComplianceDASTDeveloper-FirstIaC ScanningSASTSCASecret Detection
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

BearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/aikido-security-openapi.yml
summary:
  types:
  - http
schemes:
- name: BearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: |-
    Bearer access token obtained via POST https://app.aikido.dev/api/oauth/token
    with grant_type=client_credentials and Basic auth (client_id:client_secret).
  sources:
  - openapi/aikido-security-openapi.yml