Anoma · Authentication Profile

Anoma Authentication

Authentication

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

CompanyInfrastructureBlockchainIntentsPrivacySDKWeb3Decentralized
Methods: none Schemes: 1 OAuth flows: API key in:

Security Schemes

discovery-keypair cryptographic
scheme: keypair-registration

Source

Authentication Profile

anoma-authentication.yml Raw ↑
generated: '2026-07-17'
method: searched
source: https://docs.anoma.net/api-clients
docs: https://docs.anoma.net/key-management
summary:
  types: [none]
  api_key_in: []
  oauth2_flows: []
  notes: >-
    Anoma's App SDK API clients do not use traditional API-key or OAuth
    authentication. Clients are constructed with a service URL. On-chain identity
    and access are handled through cryptographic key management: the IndexerClient
    registers discovery keypairs (addKeys) and transactions are proven and settled
    via the Anoma Resource Machine rather than authenticated with bearer tokens.
schemes:
- name: discovery-keypair
  type: cryptographic
  scheme: keypair-registration
  operation: IndexerClient.addKeys
  sources: [docs.anoma.net/api-clients, docs.anoma.net/key-management]