> ## Documentation Index
> Fetch the complete documentation index at: https://turnkey-0e7c1f5b-moeo-sync.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>
