v1

latestOpenAPI 3.1.02026-07-265086129.5 KB
Agent

Initialize agent authentication

Generate a signable challenge message and nonce for wallet-signature based agent authentication.

post/agent/v2/auth/init

Request body

addressstring required

Solana wallet public key (base58) that will sign the authentication challenge

Response

Successfully generated wallet challenge

successboolean required

Example response

{
  "success": true
}