AI Arena · Authentication Profile

Ai Arena Authentication

Authentication

Authentication profile for ArenaX Labs surfaces. The SAI research platform (competesai.com) CLI authenticates with a bearer API token obtained from account settings. The open-source RLMesh gRPC protocol intentionally leaves transport security and authentication out of scope (deployment concern), so it declares no built-in scheme.

AI Arena secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyGamingWeb3Artificial IntelligenceReinforcement LearningMachine LearninggRPCSDKDeveloper Tools
Methods: apiKey Schemes: 2 OAuth flows: API key in: cli-token

Security Schemes

sai-api-token apiKey
· in: token ()
rlmesh-wire none

Source

Authentication Profile

ai-arena-authentication.yml Raw ↑
generated: '2026-07-17'
method: searched
source: https://github.com/ArenaX-Labs/homebrew-tap/blob/main/sai.rb
docs: https://competesai.com
description: >-
  Authentication profile for ArenaX Labs surfaces. The SAI research platform
  (competesai.com) CLI authenticates with a bearer API token obtained from
  account settings. The open-source RLMesh gRPC protocol intentionally leaves
  transport security and authentication out of scope (deployment concern), so it
  declares no built-in scheme.
summary:
  types: [apiKey]
  api_key_in: [cli-token]
  oauth2_flows: []
schemes:
  - name: sai-api-token
    surface: SAI Platform (competesai.com)
    type: apiKey
    in: token
    mechanism: "Bearer API token: `sai auth login --token YOUR_API_TOKEN` (token from account settings)."
    sources:
      - https://github.com/ArenaX-Labs/homebrew-tap/blob/main/sai.rb
      - https://github.com/ArenaX-Labs/scoop-bucket/blob/main/sai.json
  - name: rlmesh-wire
    surface: RLMesh gRPC protocol (rlmesh-wire-v1)
    type: none
    note: >-
      The 2026.06 workflow edition explicitly does not constrain transport
      security or authentication; those evolve freely at the deployment layer.
    sources:
      - https://docs.rlmesh.dev/en/v0.1.0-rc.2/compatibility/