Fiddler Labs · Authentication Profile

Fiddler Labs Authentication

Authentication

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

CompanyAI ObservabilityML MonitoringLLM ObservabilityAgentic AIAI SecurityAI GovernanceModel MonitoringExplainabilityGuardrails
Methods: http Schemes: 1 OAuth flows: API key in: header

Security Schemes

bearerAuth http
scheme: bearer

Source

Authentication Profile

fiddler-labs-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://docs.fiddler.ai/api/rest-api/rest-api
docs: https://docs.fiddler.ai/developers/python-client-guides/installation-and-setup
summary:
  types:
  - http
  api_key_in:
  - header
  oauth2_flows: []
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  token_prefix: fid_
  location: header
  header: Authorization
  header_format: 'Authorization: Bearer [example key]'
  description: >-
    All Fiddler REST API and MCP requests authenticate with a Bearer access key
    (token prefix `fid_`) passed in the Authorization header. Keys are created
    and managed under Settings > Credentials (Users & Access Keys). Access is
    governed by role-based access control (RBAC). The Python client accepts the
    same token via its connection setup.
  sources:
  - docs.fiddler.ai/api/rest-api/rest-api
rbac: true
notes: >-
  No OAuth2 or OpenID Connect flows are documented; authentication is a
  long-lived Bearer access key. There is no OpenAPI spec published publicly, so
  this profile is derived from the REST API and client documentation rather than
  a machine-readable securityScheme.