Band AI · Authentication Profile

Band Ai Authentication

Authentication

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

CompanyAIAI AgentsMulti-AgentAgent InfrastructureAgent CollaborationInteroperabilityDeveloper Tools
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/band-ai-openapi-original.json
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: X-API-Key
  description: Enter your API key for programmatic access
  sources:
  - openapi/band-ai-openapi-original.json
- name: bearerAuth
  type: http
  scheme: bearer
  description: Enter your JWT token (without the 'Bearer ' prefix)
  sources:
  - openapi/band-ai-openapi-original.json