Generate API Agent Keys
Agent wallets can be generated on the frontend, or using this Python SDK example.Use API Agent Keys
For all POST requests, follow these steps in request construction- Still use the original wallet’s public key for
account, - Use API Agent Private Key to sign the message payload to generate
signature, and - Add
agent_wallet: [AGENT_WALLET_PUBLIC_KEY]to the request header.