ArthurAI · Authentication Profile

Arthurai Authentication

Authentication

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

CompanyAi MlAI GovernanceAI ObservabilityLLM EvaluationModel MonitoringGuardrailsMLOps
Methods: http, oauth2 Schemes: 2 OAuth flows: authorizationCode API key in:

Security Schemes

API Key http
scheme: bearer
OAuth2AuthorizationCode oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: derived
source: openapi/arthur-engine-openapi.json, openapi/arthur-scope-openapi.json
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - authorizationCode
schemes:
- name: API Key
  type: http
  scheme: bearer
  description: Bearer token authentication with an API key
  sources:
  - openapi/arthur-engine-openapi.json
- name: OAuth2AuthorizationCode
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://platform-auth.arthur.ai/realms/arthur/protocol/openid-connect/auth
    tokenUrl: https://platform-auth.arthur.ai/realms/arthur/protocol/openid-connect/token
    scopes: 0
  sources:
  - openapi/arthur-scope-openapi.json