Pragma · Authentication Profile

Pragma Authentication

Authentication

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

CompanyInfrastructureGamingGame BackendLive OperationsPlayer AccountsAuthenticationCommercePlaytestingCommunityAnalyticsDeveloper Tools
Methods: apiKey, oauth2 Schemes: 3 OAuth flows: authorizationCode API key in: header

Security Schemes

FirstLookApiToken apiKey
· in: header ()
FirstLookMcpOAuth oauth2
scheme: oauth2 · flows:
PragmaConnectAuth oauth2

Source

Authentication Profile

pragma-authentication.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://docs.firstlook.gg/developers/api/
docs: https://docs.firstlook.gg/developers/api/
summary:
  types: [apiKey, oauth2]
  api_key_in: [header]
  oauth2_flows: [authorizationCode]
schemes:
  - name: FirstLookApiToken
    type: apiKey
    in: header
    description: >-
      Scoped API token created under Settings -> Developer in the FirstLook
      dashboard. Shown once at creation and cannot be viewed again. Only
      organization Owners and Developers can manage tokens. Each token carries a
      note and one or more scopes (see scopes/pragma-scopes.yml). Used to
      authenticate calls to the FirstLook External API (https://api.firstlook.gg/external).
    api: FirstLook External API
  - name: FirstLookMcpOAuth
    type: oauth2
    scheme: oauth2
    flows: [authorizationCode]
    description: >-
      OAuth-based login used by the hosted FirstLook MCP server
      (https://mcp.firstlook.gg/mcp). Users authenticate with their FirstLook
      account when connecting an AI assistant (Claude, ChatGPT) as a connector.
    api: FirstLook External API
  - name: PragmaConnectAuth
    type: oauth2
    description: >-
      Pragma Connect provides cross-platform player authentication (Steam,
      Discord, Twitch, PlayStation, Xbox and more) for game clients built on the
      Pragma Platform. Documented at https://cloud-docs.pragma.gg/ under Features -> Accounts.
    api: Pragma Connect