> ## Documentation Index
> Fetch the complete documentation index at: https://developers.squads.so/llms.txt
> Use this file to discover all available pages before exploring further.

# CreatePasskeyAccountRequest

Create Passkey Account Request
Creates both the passkey account (externally signed account) and smart account in one call

## Properties

| Property                                                 | Type                                                                                     | Description                                           |
| -------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ----------------------------------------------------- |
| <a id="sessionkey" /> `sessionKey`                       | [`SessionKey`](/grid/v1/sdk-reference/typescript/reference/latest/interfaces/SessionKey) | Session key for the passkey account                   |
| <a id="slotnumber" /> `slotNumber`                       | `number`                                                                                 | Slot number for the passkey ceremony                  |
| <a id="authenticatorresponse" /> `authenticatorResponse` | `any`                                                                                    | WebAuthn authenticator response from passkey creation |
| <a id="adminaddress" /> `adminAddress?`                  | `string`                                                                                 | Optional admin address for settings authority         |
| <a id="memo" /> `memo?`                                  | `string`                                                                                 | Optional memo for the account creation                |
