Parea AI · Authentication Profile

Parea Authentication

Authentication

Parea AI secures its APIs with apiKey and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the password flow(s).

LLMEvaluationObservabilityTestingPrompt ManagementAI EngineeringMachine LearningTracingExperimentationHuman Feedback
Methods: apiKey, oauth2 Schemes: 2 OAuth flows: password API key in: header

Security Schemes

OAuth2PasswordBearer oauth2
· flows: password
APIKeyHeader apiKey
· in: header (x-api-key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/parea-rest-api-openapi.yml
summary:
  types:
  - apiKey
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - password
schemes:
- name: OAuth2PasswordBearer
  type: oauth2
  flows:
  - flow: password
    tokenUrl: token
    scopes: 0
  sources:
  - openapi/parea-rest-api-openapi.yml
- name: APIKeyHeader
  type: apiKey
  in: header
  parameter: x-api-key
  sources:
  - openapi/parea-rest-api-openapi.yml