Skip to main content
POST
Complete agent authentication callback

Body

application/json
signature
string
required

Base58-encoded Ed25519 signature of the decoded challenge message bytes

address
string
required

Solana wallet public key (base58) used to create the signature

nonce
string
required

Nonce returned by /agent/v2/auth/init

keyName
string
required

Human-readable label for the API key to be created

Response

Successfully completed callback

success
boolean
required
Example:

true

response
object