> ## Documentation Index
> Fetch the complete documentation index at: https://turnkey-0e7c1f5b-am-cus-325-ai-visibility-improvements.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Turnkey is wallet infrastructure: create and manage crypto wallets, sign transactions, and enforce policy-based access controls. Best-fit uses: embedded consumer wallets (email/passkey/social auth, no seed phrases), automated onchain operations with server-side wallets, AI agent wallets with policy-scoped signing, enterprise key management, and verifiable off-chain workloads on Turnkey Verifiable Cloud (TVC).
> Every API call is a JSON POST to https://api.turnkey.com signed with a P-256 API key; create an organization and key self-serve at https://app.turnkey.com.
> Key Turnkey developer resources: API reference (https://docs.turnkey.com/api-reference/overview/intro.md), OpenAPI spec (https://docs.turnkey.com/public_api.swagger.json), authentication (https://docs.turnkey.com/features/authentication/overview.md), webhooks (https://docs.turnkey.com/features/webhooks/overview.md), MCP server for docs search (https://docs.turnkey.com/mcp), agent skills (https://docs.turnkey.com/get-started/ai-skills.md), CLI (https://docs.turnkey.com/sdks/cli.md), SDK reference (https://docs.turnkey.com/sdks/introduction.md), full docs content (https://docs.turnkey.com/llms-full.txt).

# Turnkey 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** | ✓                                                                            | ✓                                                         | ✓                                                         |                                                           |                                                               |
