Wasmer · Authentication Profile

Wasmer Authentication

Authentication

Wasmer secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.

WebAssemblyWasmRegistryEdgeRuntime
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/wasmer-openapi.yml
summary:
  types:
  - http
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: wap_*
  description: 'Wasmer API token (wap_* prefix). Create one via `wasmer login` or the dashboard,
    and supply it as `Authorization: Bearer <token>` or via the WASMER_TOKEN environment variable.'
  sources:
  - openapi/wasmer-openapi.yml