Natural AI · Authentication Profile

Natural Ai Authentication

Authentication

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

CompanyAiPaymentsAgentsFintechMoney MovementWalletsAgentic PaymentsMCP
Methods: http, oauth2 Schemes: 2 OAuth flows: authorizationCode API key in:

Security Schemes

HTTPBearer http
scheme: bearer
OAuth2 oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: searched
source: https://docs.natural.com/api-reference/authentication
docs: https://docs.natural.com/api-reference/authentication
summary:
  types: [http, oauth2]
  http_schemes: [bearer]
  oauth2_flows: [authorizationCode]
  credential_modes: [api-key, agent-key, user-scoped-oauth, agent-scoped-oauth]
schemes:
- name: HTTPBearer
  type: http
  scheme: bearer
  source: openapi/natural-ai-openapi-original.json
  description: >-
    Bearer authentication. Send an API key, agent key, or OAuth access token as
    Authorization: Bearer <credential>.
- name: OAuth2
  type: oauth2
  source: https://api.natural.com/.well-known/oauth-authorization-server
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.natural.com/oauth/authorize
    tokenUrl: https://api.natural.com/oauth/token
    registrationUrl: https://api.natural.com/oauth/register
    revocationUrl: https://api.natural.com/oauth/revoke
    pkce: S256
    token_endpoint_auth: none
credential_modes:
- mode: api-key
  prefix: sk_ntl_
  format: sk_ntl_{environment}_{secret}
  environments: [prod]
  acts_as: your party
  scopable: true
- mode: agent-key
  prefix: ak_ntl_
  format: ak_ntl_{environment}_{secret}
  acts_as: one specific bound agent, verified by the credential
- mode: user-scoped-oauth
  flow: browser OAuth consent
  acts_as: the authorizing user/party
- mode: agent-scoped-oauth
  flow: browser OAuth consent
  acts_as: a selected or new agent, verified
notes:
- Credentials are scoped and can never exceed the issuing party's permissions.
- Keys are high-entropy, shown once, stored only as one-way hashes.
- OAuth uses 2.1 with PKCE and short-lived access tokens; access tokens signed by AWS KMS.
- Agent-attributed money movement requires an X-Instance-ID header.