Bryter · Authentication Profile

Bryter Authentication

Authentication

BRYTER REST APIs (Execution, Database, Audit Log) authenticate with a bearer API key. Keys are generated by a Tenant administrator in the Admin Console under an environment's configuration panel ("API Keys" tab), and each key is scoped to a single environment (TEST, LIVE, or a client environment). A key grants full read, write, and execute access to all data within its environment, expires after one year, and should be rotated before expiration. No OpenAPI specification is published, so this profile is captured from the developer documentation rather than derived from a spec.

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

CompanyAutomationNo-CodeLegal TechWorkflow AutomationDocument AutomationArtificial IntelligenceCompliance
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

bearerApiKey http
scheme: bearer · in: header ()

Source

Authentication Profile

bryter-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://developer.bryter.io/api-get-started
docs: https://developer.bryter.io/api-get-started
description: >-
  BRYTER REST APIs (Execution, Database, Audit Log) authenticate with a bearer API key.
  Keys are generated by a Tenant administrator in the Admin Console under an environment's
  configuration panel ("API Keys" tab), and each key is scoped to a single environment
  (TEST, LIVE, or a client environment). A key grants full read, write, and execute access
  to all data within its environment, expires after one year, and should be rotated before
  expiration. No OpenAPI specification is published, so this profile is captured from the
  developer documentation rather than derived from a spec.
summary:
  types:
  - http
  http_schemes:
  - bearer
  api_key_scope: per-environment (TEST, LIVE, or client)
schemes:
- name: bearerApiKey
  type: http
  scheme: bearer
  in: header
  header: Authorization
  format: 'Authorization: Bearer <Api Key>'
  description: >-
    Bearer API key issued per environment via the Admin Console. Full access to the
    environment's data (read, write, execute). One-year expiry; rotate before expiration.
  sources:
  - https://developer.bryter.io/api-get-started