BotSociety · Authentication Profile

Botsociety Authentication

Authentication

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

CompanyChatbotsConversational AIVoice AssistantsBot DesignPrototypingDeveloper Tools
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

user_id apiKey
· in: header (user_id)
api_key_public apiKey
· in: header (api_key_public)

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: derived
source: openapi/botsociety-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: user_id
  type: apiKey
  in: header
  parameter: user_id
  description: The Botsociety user id, obtained from the Botsociety app.
  sources:
  - openapi/botsociety-openapi.yml
- name: api_key_public
  type: apiKey
  in: header
  parameter: api_key_public
  description: The Botsociety public API key, obtained from the Botsociety app.
  sources:
  - openapi/botsociety-openapi.yml