Ashr · Authentication Profile

Ashr Authentication

Authentication

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

CompanyAI AgentsAgent TestingEvaluationObservabilityLLMDeveloper ToolsSDK
Methods: apiKey Schemes: 1 OAuth flows: API key in: client-constructor

Security Schemes

apiKey apiKey
· in: client-constructor ()

Source

Authentication Profile

ashr-authentication.yml Raw ↑
generated: '2026-07-18'
method: searched
source: https://ashr.io/docs/python-sdk/overview/
docs: https://ashr.io/docs/python-sdk/overview/
summary:
  types:
  - apiKey
  api_key_in:
  - client-constructor
  oauth2_flows: []
schemes:
- name: apiKey
  type: apiKey
  description: >-
    Ashr Labs authenticates with a secret API key issued in the Ashr Labs
    console (lab.ashr.io). Keys carry a "tp_" prefix and are passed to the SDK
    client constructor, e.g. AshrLabsClient(api_key="tp_...") in the Python SDK
    and the equivalent in the TypeScript SDK. The SDK setup validates the key
    before scaffolding and running evals.
  key_prefix: tp_
  in: client-constructor
  sources:
  - https://ashr.io/docs/python-sdk/overview/