Submit passkey ceremony data (create or auth) to initialize or refresh a passkey account. Returns the passkey account address, session key, and optionally a smart account if the passkey is a signer on one.
Your Grid API key from the Grid Dashboard
Solana network environment (sandbox, devnet, mainnet)
create, auth Grid v1 API SessionKey type that supports backward-compatible deserialization from both raw bytes array (old format) and base58 string (new format). Always serializes to base58 string format.
x >= 0Passkey session submitted successfully. If the passkey is a signer on a smart account, smart_account data will be included in the response.