Clawvisor · Authentication Profile

Clawvisor Authentication

Authentication

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

AI AgentsAuthorizationSecurityIdentityAccess ControlMCPCredential ManagementGovernanceDeveloper Tools
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

agentToken http
scheme: bearer
agentTokenHeader apiKey
· in: header (X-Clawvisor-Agent-Token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: derived
source: openapi/clawvisor-gateway-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: agentToken
  type: http
  scheme: bearer
  description: Agent token (or dashboard JWT for admin-gated endpoints), sent as Authorization
    Bearer header.
  sources:
  - openapi/clawvisor-gateway-openapi.yml
- name: agentTokenHeader
  type: apiKey
  in: header
  parameter: X-Clawvisor-Agent-Token
  description: Agent token for the skill catalog endpoint.
  sources:
  - openapi/clawvisor-gateway-openapi.yml