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

# Code examples

<CardGroup>
  <Card title="Embedded Consumer Wallet" href="/embedded-wallets/code-examples/embedded-consumer-wallet" icon="file-lines" iconType="solid" horizontal>
    Embedded Consumer Wallet
  </Card>

  <Card title="Embedded Business Wallet" href="/products/embedded-business-wallets/overview" icon="file-lines" iconType="solid" horizontal>
    Embedded Business Wallet
  </Card>

  <Card title="Embedded Wallet-as-a-Service" href="/embedded-wallets/embedded-waas" icon="file-lines" iconType="solid" horizontal>
    Embedded Wallet-as-a-Service
  </Card>

  <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="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="Sending sponsored transactions" href="/embedded-wallets/code-examples/sending-sponsored-transactions" icon="file-lines" iconType="solid" horizontal>
    Sending sponsored 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>
