> ## Documentation Index
> Fetch the complete documentation index at: https://turnkey-0e7c1f5b-onramp-quick-fix.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Code Examples

<CardGroup>
  <Card title="Create a Sub-Org with a Passkey User" href="/embedded-wallets/code-examples/create-sub-org-passkey" icon="file-lines" iconType="solid" horizontal>
    Create a Sub-Org with a Passkey User
  </Card>

  <Card title="Authenticate a User with a Passkey Credential" href="/embedded-wallets/code-examples/authenticate-user-passkey" icon="file-lines" iconType="solid" horizontal>
    Authenticate a User with a Passkey Credential
  </Card>

  <Card title="Create a User Passkey Session" href="/embedded-wallets/code-examples/create-passkey-session" icon="file-lines" iconType="solid" horizontal>
    Create a User Passkey Session
  </Card>

  <Card title="Create a User with Email Only" href="/embedded-wallets/code-examples/create-user-email" icon="file-lines" iconType="solid" horizontal>
    Create a User with Email Only
  </Card>

  <Card title="Authenticate a User with Email" href="/embedded-wallets/code-examples/authenticate-user-email" icon="file-lines" iconType="solid" horizontal>
    Authenticate a User with Email
  </Card>

  <Card title="Recover a User with Email" href="/embedded-wallets/code-examples/email-recovery" icon="file-lines" iconType="solid" horizontal>
    Recover a User with Email
  </Card>

  <Card title="Add an Additional Passkey" href="/embedded-wallets/code-examples/add-credential" icon="file-lines" iconType="solid" horizontal>
    Add an Additional Passkey
  </Card>

  <Card title="Authenticate a User with an Ethereum Wallet" href="/embedded-wallets/code-examples/wallet-auth" icon="file-lines" iconType="solid" horizontal>
    Authenticate a User with an Ethereum Wallet
  </Card>

  <Card title="Signing Transactions" href="/embedded-wallets/code-examples/signing-transactions" icon="file-lines" iconType="solid" horizontal>
    Signing Transactions
  </Card>

  <Card title="Import Wallet or Private Key" href="/embedded-wallets/code-examples/import" icon="file-lines" iconType="solid" horizontal>
    Import Wallet or Private Key
  </Card>

  <Card title="Export Wallet or Private Key" href="/embedded-wallets/code-examples/export" icon="file-lines" iconType="solid" horizontal>
    Export Wallet or Private Key
  </Card>

  <Card title="Social Linking" href="/embedded-wallets/code-examples/social-linking" icon="file-lines" iconType="solid" horizontal>
    Social Linking
  </Card>
</CardGroup>
