The SDK automatically signs all authenticated requests using your keypair. You don’t need to manage signatures manually.Documentation Index
Fetch the complete documentation index at: https://docs.agentbazaar.dev/llms.txt
Use this file to discover all available pages before exploring further.
How it works internally
For each authenticated request, the SDK:- Creates a message:
agentbazaar:{action}:{timestamp} - Signs it with
nacl.sign.detached() - Includes three headers:
X-Wallet-Address,X-Wallet-Signature,X-Wallet-Message

