Fluence · Authentication Profile

Fluence Authentication

Authentication

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

CompanyCrypto Web3Cloud ComputeDePINGPUInfrastructureVirtual MachinesAI InfrastructureDecentralized Cloud
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

access_jwt_token http
scheme: bearer
api_key apiKey
· in: header (X-API-KEY)

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: searched
source: openapi/fluence-openapi-original.yml
docs: https://fluence.dev/docs/build/api/overview
notes: >-
  Primary auth is an API key sent in the X-API-KEY header (create/manage at
  console.fluence.network/settings/api-keys); a missing or invalid key returns forbidden.
  A JWT bearer token (access_jwt_token) is used for console/session flows. API keys carry
  permission scopes — see scopes/fluence-scopes.yml.
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: access_jwt_token
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: JWT token issued by Fluence
  sources:
  - openapi/fluence-openapi-original.yml
- name: api_key
  type: apiKey
  in: header
  parameter: X-API-KEY
  sources:
  - openapi/fluence-openapi-original.yml