How auth works
Every request to the gateway must include anx-wallet-address header. When the gateway is not in free mode, requests also require a valid API key via the Authorization header.
Create an API key
Headers
Your EVM wallet address.
Request body
A label for the key (for your own reference).
Response
Free mode
When the gateway is started withFREE_MODE=true, authentication is disabled. All requests are accepted with just the x-wallet-address header, no API key required, and no credits are deducted.
This is useful for development and public demos.