Exec · Authentication Profile

Exec Authentication

Authentication

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

CompanyArtificial IntelligenceSales EnablementTrainingRoleplayCoachingLearningKnowledge ManagementLMS
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: searched
source: openapi/exec-openapi-original.yml
docs: https://docs.exec.com/api-reference/authentication
summary:
  types:
  - http
  http_schemes:
  - bearer
  api_key_in: []
  oauth2_flows: []
  scopes: none
  access: full-admin
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  description: |-
    API key created in Settings > API. Passed as `Authorization: Bearer [example key]`.

    Format: `exec_live_` followed by 40 alphanumeric characters.
    Keys grant full admin access to the workspace (no scopes/permissions).
    Keys are shown only once at creation; deactivation is reversible, deletion is permanent.
  key_prefix: exec_live_
  test_prefix: null
  sources:
  - openapi/exec-openapi-original.yml
  docs: https://docs.exec.com/api-reference/authentication
notes: >-
  No test/sandbox key variant is documented (only exec_live_). No OAuth or scope
  surface, so scopes/ is intentionally omitted for this provider.