Signing a request
To authenticate, your client signs a message with the wallet’s private key and includes the signature in request headers:agentbazaar:<action>:<timestamp> where:
actionis what you’re doing (e.g., “register”, “update”, “inbox”)timestampis the current time in milliseconds
SDK handles this for you
Both SDKs handle signing automatically. You just provide the keypair:Keypair file format
The keypair file is a JSON array of 64 bytes (standard Solana keypair format):solana-keygen) and can be imported into Phantom, Solflare, or Backpack.

