> ## 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.

# SDK reference

> Turnkey provides a variety of client and server SDKs which simplify interacting with Turnkey's API. The SDKs offer methods, utilities, and helper functions to quickly implement features and perform common workflows.

The following SDK reference tables separate our SDKs by Client and Server. The column headers indicate the specific languages or frameworks for which we have an SDK. The rows indicate a specific feature or capability that Turnkey provides.

A checkmark in the table indicates that the SDK provides either a complete implementation for a feature or helper methods exist and can be composed in a few lines of code to implement a workflow. If no checkmark is present it means the SDK does not offer support for that feature.

Turnkey also has several [wrappers for popular web3 libraries](/sdks/web3/overview) to streamline integration into existing dApps.

## Client side SDKs

|                               | [TypeScript](/solutions/embedded-wallets/integration-guide/typescript/index) | [React](/solutions/embedded-wallets/integration-guide/react/index) | [React Native](/solutions/embedded-wallets/integration-guide/react-native/overview) | [Flutter](/solutions/embedded-wallets/integration-guide/flutter/index) | [Swift](/solutions/embedded-wallets/integration-guide/swift/overview) | [Kotlin](/solutions/embedded-wallets/integration-guide/kotlin/overview) |
| ----------------------------- | ---------------------------------------------------------------------------- | ------------------------------------------------------------------ | ----------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | --------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| **Authentication**            |                                                                              |                                                                    |                                                                                     |                                                                        |                                                                       |                                                                         |
| Email                         | ✓                                                                            | ✓                                                                  | ✓                                                                                   | ✓                                                                      | ✓                                                                     | ✓                                                                       |
| SMS                           | ✓                                                                            | ✓                                                                  | ✓                                                                                   | ✓                                                                      | ✓                                                                     | ✓                                                                       |
| Passkey                       | ✓                                                                            | ✓                                                                  | ✓                                                                                   | ✓                                                                      | ✓                                                                     | ✓                                                                       |
| Google                        | ✓                                                                            | ✓                                                                  | ✓                                                                                   | ✓                                                                      | ✓                                                                     | ✓                                                                       |
| Facebook                      | ✓                                                                            | ✓                                                                  | ✓                                                                                   |                                                                        |                                                                       |                                                                         |
| Apple                         | ✓                                                                            | ✓                                                                  | ✓                                                                                   | ✓                                                                      | ✓                                                                     | ✓                                                                       |
| Discord                       | ✓                                                                            | ✓                                                                  | ✓                                                                                   | ✓                                                                      | ✓                                                                     | ✓                                                                       |
| X (Twitter)                   | ✓                                                                            | ✓                                                                  | ✓                                                                                   | ✓                                                                      | ✓                                                                     | ✓                                                                       |
| Web3 Wallets                  | ✓                                                                            | ✓                                                                  |                                                                                     |                                                                        |                                                                       |                                                                         |
| **Embedded Wallets**          |                                                                              |                                                                    |                                                                                     |                                                                        |                                                                       |                                                                         |
| Wallet Creation               | ✓                                                                            | ✓                                                                  | ✓                                                                                   | ✓                                                                      | ✓                                                                     | ✓                                                                       |
| Signing                       | ✓                                                                            | ✓                                                                  | ✓                                                                                   | ✓                                                                      | ✓                                                                     | ✓                                                                       |
| Import                        | ✓                                                                            | ✓                                                                  | ✓                                                                                   | ✓                                                                      | ✓                                                                     | ✓                                                                       |
| Export                        | ✓                                                                            | ✓                                                                  | ✓                                                                                   | ✓                                                                      | ✓                                                                     | ✓                                                                       |
| **Arbitrary Request Signing** |                                                                              |                                                                    |                                                                                     |                                                                        |                                                                       |                                                                         |
| Stamping                      | ✓                                                                            | ✓                                                                  | ✓                                                                                   | ✓                                                                      | ✓                                                                     | ✓                                                                       |

## Server side SDKs

|                       | [TypeScript](/solutions/company-wallets/integration-guide/javascript-server) | [Go](/solutions/company-wallets/integration-guide/golang) | [Ruby](/solutions/company-wallets/integration-guide/ruby) | [Rust](/solutions/company-wallets/integration-guide/rust) | [Python](/solutions/company-wallets/integration-guide/python) |
| --------------------- | ---------------------------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | ------------------------------------------------------------- |
| **Authentication**    | ✓                                                                            | ✓                                                         | ✓                                                         | ✓                                                         | ✓                                                             |
| **Wallet Management** | ✓                                                                            | ✓                                                         | ✓                                                         |                                                           |                                                               |
| **Policy Management** | ✓                                                                            | ✓                                                         | ✓                                                         |                                                           |                                                               |
