StakPak · Authentication Profile

Stakpak Authentication

Authentication

StakPak secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

CompanyDevOpsInfrastructureAI AgentsMCPDeveloper ToolsCLICloud
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: cookie

Security Schemes

Api Key http
scheme: bearer
cookie apiKey
· in: cookie (.idToken)

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/stakpak-openapi-original.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - cookie
schemes:
- name: Api Key
  type: http
  scheme: bearer
  bearerFormat: JWT
  sources:
  - openapi/stakpak-openapi-original.yml
- name: cookie
  type: apiKey
  in: cookie
  parameter: .idToken
  sources:
  - openapi/stakpak-openapi-original.yml