# Turnkey ## Docs - [Overview](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/home.md): Welcome to Turnkey! - [Overview](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/concepts/overview.md): Turnkey is flexible, scalable, and secure wallet infrastructure that can be used for transaction automation (e.g., payments flows, smart contract management), or non-custodial embedded wallets. Turnkey offers low-level primitives that can be combined to accomplish a variety of goals. - [Organizations](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/concepts/organizations.md): An organization is a logical grouping of resources (e.g. users, policies, wallets). These resources can only be accessed by authorized and permissioned users within the organization. Resources are not shared between organizations. - [Sub-Organizations](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/concepts/sub-organizations.md): Using Turnkey's flexible infrastructure, you can programmatically create and manage sub-organizations for your end-users. sub-organizations aren't subject to size limits: you can create as many sub-organizations as needed. The parent organization has **read-only** visibility into all of its sub-orga… - [Introduction to users](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/concepts/users/introduction.md): Turnkey users are resources within organizations or sub-organizations that can submit activities to Turnkey via a valid credential (e.g., API key, passkey). - [Wallets](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/concepts/wallets.md): A [hierarchical deterministic (HD) Wallet](https://learnmeabitcoin.com/technical/hd-wallets) is a collection of cryptographic private/public key pairs that share a common seed. A Wallet is used to generate Accounts. - [Resource Limits](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/concepts/resource-limits.md): We have limits on the number of resources within a single organization to avoid performance slowdowns and overly complex permission models. You can scale your organizational resources beyond these limits via . You can create an unlimited number of sub-organizations within a single organization. - [Policy overview](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/concepts/policies/overview.md): Our policy engine is the foundation for flexible controls and permissions within your organization. This page provides an overview of how to author policies. - [FAQ](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/faq.md) - [Account Setup](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/getting-started/quickstart.md): Before diving into the code, let's set up your organization and conjure up an API keypair to unlock the full potential of Turnkey! - [Embedded Wallets Quickstart](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/getting-started/embedded-wallet-quickstart.md): Turnkey's Embedded Wallets enable you to integrate secure, custom wallet experiences directly into your product. With features like advanced security, seamless authentication, and flexible UX options, you can focus on building great products while we handle the complexities of private key management… - [Transaction Automation Quickstart](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/getting-started/signing-automation-quickstart.md): Turnkey's Transaction Automation enables you to build secure, programmatic signing workflows directly into your applications. With features like customizable policies, multi-party approvals, and support for any blockchain, you can confidently automate complex signing operations while maintaining ent… - [Production Checklist - Embedded Wallets](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/production-checklist/embedded-wallet.md): This checklist contains recommendations and steps specifically for deploying an Embedded Wallet production environment. - [Production Checklist - Transaction Automation](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/production-checklist/transaction-automation.md): This checklist contains recommendations and steps specifically for deploying a Transaction Automation production environment. - [Overview](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/embedded-wallets/overview.md) - [Features](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/embedded-wallets/features/overview.md) - [Embedded Wallet Kit (EWK)](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/reference/embedded-wallet-kit.md): Turnkey offers a suite of react components to create embedded wallets without having to setup a backend by using Next.js [server actions](https://nextjs.org/docs/app/building-your-application/data-fetching/server-actions-and-mutations) and associated directives. Each component uses the **indexedDbCl… - [Overview](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/authentication/overview.md): Learn about supported authentication methods for Turnkey, how to add them, and usage details. - [Email Auth & Recovery](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/authentication/email.md): Email Authentication enables users to authenticate and recover their Turnkey accounts using email-based verification. There are two methods of email authentication: - [Social Logins](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/authentication/social-logins.md): Social logins provide a familiar and convenient way for users to access applications using their existing accounts from popular platforms like Google, Apple, or Facebook. Under the hood, this functionality is powered by OAuth - a robust authentication protocol that enables secure user verification t… - [SMS Authentication](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/authentication/sms.md): SMS authentication enables users to authenticate their Turnkey account using their phone number via a 6-9 digit or bech32 alphanumeric one-time password (OTP). When authenticated, users receive an expiring API key stored in memory within an iframe, which functions like a session key to access their… - [Introduction to Passkeys](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/authentication/passkeys/introduction.md): Passkeys are born out of a new standard being pushed by major industry players: Apple and Google. - [Integrating Passkeys](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/authentication/passkeys/integration.md) - [Passkey Options](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/authentication/passkeys/options.md): Whether you use the raw browser APIs or one of our helpers you'll have flexibility to set your own registration and authentication options. This page provides an overview and some recommendations related to these options. - [Native Passkeys](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/authentication/passkeys/native.md): If you're unfamiliar with passkeys broadly, head to for an overview. TL;DR: passkeys are cryptographic key pairs generated and stored on secure hardware. Typically this is your Mac's or iPhone's , your Android's , or an external security key plugged in via USB. - [Discoverable vs. Non-Discoverable](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/authentication/passkeys/discoverable-vs-non-discoverable.md): Also known as "resident" vs. "non-resident" credentials. From [the spec](https://www.w3.org/TR/webauthn-2/) - [Backend Authentication](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/authentication/backend-setup.md): Guide for setting up a secure backend proxy with Turnkey authentication, focusing on JWT implementation and user data management. - [Proxying signed requests](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/authentication/proxying-signed-requests.md): Turnkey has an open CORS policy for its public API. This means your frontend can choose to POST sign requests straight to `https://api.turnkey.com`. Your frontend can also choose to forward the requests via a backend server (which POSTs the signed request to Turnkey). - [Delegated Access](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/concepts/policies/delegated-access.md): With Turnkey you can create multi-user accounts with flexible co-ownership controls. This primitive enables you to establish delegated access to a user’s wallet, reducing or removing the need for them to manually approve each action. You can provide a smoother user experience while ensuring that end… - [Policy Engine](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/products/embedded-wallets/features/policy-engine.md): Our policy engine is the foundation for flexible controls and permissions within your organization. This page provides an overview of how to author policies. - [Multi-Chain Support](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/products/embedded-wallets/features/multi-chain-support.md): Overview of our multi-chain network support. - [Sessions](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/authentication/sessions.md): Turnkey sessions allow a user to take multiple, contiguous actions in a defined period of time. - [How to Integrate Gasless Transactions On Solana With Turnkey](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/reference/solana-gasless-transactions.md) - [Pre-Generated Wallets](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/wallets/pregenerated-wallets.md): Turnkey allows you to pre-generate wallets for your user before they authenticate. This is helpful if you already know the users email or phone number, and want to create a deposit address for them or airdrop a reward before they authenticate to Turnkey. - [Claim Links](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/wallets/claim-links.md): Enable your users to send crypto to people who haven’t signed up yet through secure, non-custodial magic claim links. This feature creates pre-funded wallets that new users can claim by simply clicking a URL. - [Account Abstraction Wallets](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/reference/aa-wallets.md): Turnkey offers flexible infrastructure to create and manage keys. These keys can be used as a signer inside of an [Account Abstraction wallet](https://www.erc4337.io/), and we've partnered with [Alchemy](https://www.alchemy.com/) and [ZeroDev](https://zerodev.app/) to integrate in a few lines of cod… - [Import Wallets and Keys](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/wallets/import-wallets.md): Turnkey's import functionality allows your end users to securely transfer a [Wallet](/concepts/wallets) or a [Private Key](/concepts/wallets#private-keys) onto the Turnkey platform via CLI or an embedded iframe. We engineered this feature to ensure that the user can import their mnemonic or private… - [Export Wallets and Keys](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/wallets/export-wallets.md): Turnkey's export functionality allows your end users to backup or transfer a [Wallet](/concepts/wallets) by securely viewing the wallet's [mnemonic phrase](https://learnmeabitcoin.com/technical/mnemonic), a [Wallet Account](/concepts/wallets#accounts) or a raw [Private Key](/concepts/wallets#private… - [Integrating an Embedded Wallet with Wagmi](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/wallets/wagmi.md) - [React](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/sdks/react.md) - [React Native](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/sdks/react-native.md): This documentation contains guides for using Turnkey's React Native compatible [JavaScript packages](https://github.com/tkhq/sdk/tree/main/packages). - [Flutter](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/sdks/flutter.md): This documentation contains guides for using the Flutter SDK. - [Turnkey Swift SDK](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/sdks/swift.md): This documentation contains guides for using the [Turnkey Swift SDK](https://github.com/tkhq/swift-sdk). - [JavaScript Browser](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/sdks/javascript-browser.md) - [Code Examples](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/category/code-examples.md) - [Create a Sub-Org with a Passkey User](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/embedded-wallets/code-examples/create-sub-org-passkey.md): In this guide, we'll walk through the process of creating a new end user with a passkey. - [Authenticate a User with a Passkey Credential](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/embedded-wallets/code-examples/authenticate-user-passkey.md) - [Create a User Passkey Session](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/embedded-wallets/code-examples/create-passkey-session.md): A passkey session is an expiring session enabled by an initial passkey authentication. You could think of this as a "lightning mode" of sorts: creating a passkey session allows users to authenticate subsequent requests touch-free. Under the hood, this is powered by our [indexedDbStamper](/sdks/advan… - [Create a User with Email Only](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/embedded-wallets/code-examples/create-user-email.md): This example demonstrates how to create a sub organization using just an end-user's email: passkeys not required! Note that this flow does not require emails to be verified. - [Authenticate a User with Email](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/embedded-wallets/code-examples/authenticate-user-email.md) - [Recover a User with Email](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/embedded-wallets/code-examples/email-recovery.md): In this guide, we'll walk through the process of recovering a user using their email. - [Add an Additional Passkey](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/embedded-wallets/code-examples/add-credential.md): This guide demonstrates how to add a new credential (specifically, a passkey) to an existing wallet using the Turnkey SDK. - [Wallet Authentication](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/embedded-wallets/code-examples/wallet-auth.md): In this guide, we'll explore how to leverage the `WalletClient` in the Turnkey SDK to authenticate requests to Turnkey's API using either Solana or Ethereum wallets. - [Signing Transactions](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/embedded-wallets/code-examples/signing-transactions.md): This is a guide to signing transactions in the browser context. While these snippets leverage Ethers, it can be swapped out for other signers in the Viem or Solana contexts. See [here](https://github.com/tkhq/sdk/tree/main/examples/with-eth-passkeys-galore) for an example with both Ethers and Viem i… - [Import Wallet or Private Key](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/embedded-wallets/code-examples/import.md): This is a guide to importing your wallet or private key into Turnkey. For more information about the security of this flow, check out [Enclave secure channels](/security/enclave-secure-channels). - [Export Wallet or Private Key](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/embedded-wallets/code-examples/export.md): This is a guide to exporting your wallet or private key from Turnkey. For more information about the security of this flow, check out [Enclave secure channels](/security/enclave-secure-channels). - [Overview](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/signing-automation/overview.md) - [Policy Engine](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/products/transaction-automation/policy-engine.md): Embedded wallets - Policy Engine feature. - [Policy quickstart](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/concepts/policies/quickstart.md): This guide will help you add an additional user to your Turnkey organization and set permissions for that user through Policies. Specifically, we will create an API-only user with permissions to sign transactions to an allowlisted address. - [Policy language](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/concepts/policies/language.md): This page provides an overview of how to author policies using our policy language. To begin, we'll need to get familiar with the language's grammar, keywords, and types. - [Policy examples](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/concepts/policies/examples.md) - [Multi-Chain Support](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/products/transaction-automation/features/multi-chain-support.md): Overview of our multi-chain network support. - [Using the CLI](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/sdks/cli.md): This quickstart will guide you through Turnkey’s onboarding, adding an API key, creating a wallet, and signing your first Ethereum transaction. - [Co-signing Transactions](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/signing-automation/co-signing-transactions.md): Learn how to set up and use co-signing (multi-sig) wallets with Turnkey. - [Import wallets](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/products/transaction-automation/features/import-wallets.md) - [Export wallets](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/products/transaction-automation/features/export-wallets.md) - [Activity Webhooks](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/developer-reference/webhooks.md): Webhooks provide a powerful mechanism to receive real-time notifications about activity requests in your Turnkey organization. Additionally, you'll be able to receive all activity requests for both the parent organization and all its child organizations. This functionality can be enabled via the org… - [QuoromOS](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/products/transaction-automation/features/security/quorom-os.md) - [Remote Attestation](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/products/transaction-automation/features/security/remote-attestation.md) - [Secure Hardware](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/products/transaction-automation/features/security/secure-hardware.md) - [Golang](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/sdks/golang.md): Turnkey offers native tooling for interacting with the API using Golang. See [https://github.com/tkhq/go-sdk](https://github.com/tkhq/go-sdk) for more details. - [Rust](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/sdks/rust.md): Turnkey offers native tooling for interacting with the API using Rust. See [https://github.com/tkhq/rust-sdk](https://github.com/tkhq/rust-sdk) for more details. - [Python](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/sdks/python.md): Turnkey offers support for interacting with the API using Python. See [https://github.com/tkhq/python-sdk](https://github.com/tkhq/python-sdk) for more details. - [JavaScript Server](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/sdks/javascript-server.md): The [`@turnkey/sdk-server`](https://www.npmjs.com/package/@turnkey/sdk-server) package exposes functionality that lets developers build server-side functionality for applications that interact with the Turnkey API. - [Code Examples](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/category/code-examples-1.md) - [Signing Transactions](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/signing-automation/code-examples/signing-transactions.md): This is a guide to signing transactions in a server context. While these snippets leverage Ethers, it can be swapped out for other signers in the Viem or Solana contexts. An example for Ethers can be found , and for Viem in the server context. A similar example with Solana can be found . - [Overview](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/networks/overview.md): Turnkey operates at the **cryptographic curve** level rather than specific assets. As a result Turnkey is asset agnostic and can be used with any type of asset as long as we support the underlying curve. - [Ethereum (EVM) support on Turnkey](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/networks/ethereum.md) - [Solana (SVM) support on Turnkey](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/networks/solana.md) - [Bitcoin support on Turnkey](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/networks/bitcoin.md) - [Cosmos support on Turnkey](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/networks/cosmos.md) - [Tron support on Turnkey](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/networks/tron.md) - [Sui support on Turnkey](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/networks/sui.md) - [Sei support on Turnkey](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/networks/sei.md) - [Aptos support on Turnkey](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/networks/aptos.md) - [Movement](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/networks/movement.md): Movement support on Turnkey - [Others](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/networks/others.md) - [Examples](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/getting-started/examples.md): Turnkey infrastructure is flexible by default. We intentionally prioritize low-level primitives in our product to avoid creating blockers for developers building new kinds of applications on Turnkey. - [Using LLMs](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/developer-reference/using-llms.md) - [Introduction](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/developer-reference/api-overview/intro.md): Turnkey's API is a remote procedure call (RPC) API. - [Stamps](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/developer-reference/api-overview/stamps.md): Every request made to Turnkey must include a signature over the POST body attached as a HTTP header. Our secure enclave applications use this signature to verify the integrity and authenticity of the request. - [Queries](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/developer-reference/api-overview/queries.md): Queries are read requests to Turnkey's API. Query URL paths are prefixed with `/public/v1/query`. Queries are not subject to enforcement of the policy engine. All users within an organization can read any data within the organization. - [Submissions](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/developer-reference/api-overview/submissions.md): Submissions are requests to securely execute a workload. Submission URL paths are prefixed with `/public/v1/submit`. Submissions requests, if valid, produce an `Activity`. - [Errors](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/developer-reference/api-overview/errors.md): An error returned by the Turnkey API might look something like this: - [Security](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/category/security.md): Learn how Turnkey achieves innovative, cloud scale, no single point of failure security. - [Our Approach](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/security/our-approach.md): At Turnkey we’ve developed a security framework that allows us, and eventually our users, to prove that all systems with security critical workloads are running exactly the software we expect at any given time, no single engineer can access any enclave or reconstruct a secret, and the system is alwa… - [Non-Custodial Key Management](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/security/non-custodial-key-mgmt.md) - [Secure Enclaves](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/security/secure-enclaves.md): A core security anchor at Turnkey is the ability to prove to ourselves and our users that all systems within secure enclaves are running exactly the software we expect at any given time. To accomplish this, all security-critical Turnkey services, which perform actions including key generation, signi… - [Quorum Deployments](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/security/quorum-deployments.md): To run our applications in secure enclaves, we built QuorumOS: a minimal, immutable, and deterministic Linux unikernel build system for use cases that require high security and accountability. QuorumOS also contains an initialization and attestation framework for running applications within this env… - [Verifiable Data](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/security/verifiable-data.md): Enclave applications in Turnkey’s infrastructure are stateless meaning, there is no persistent data held behind the enclave boundary. Instead, data is held in a PostgreSQL instance in our primary AWS account. Before any enclave applications operate on the data in a Turnkey account, it first verifies… - [Disaster Recovery](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/security/disaster-recovery.md): We have a comprehensive disaster recovery process in place for all critical Turnkey data. - [Enclave to end-user secure channels](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/security/enclave-secure-channels.md): Turnkey does not trust anything running outside of secure enclaves. See [our approach](/security/our-approach) for more details. When enclaves and end-users need to exchange private information, we've rely on a protocol based on [HPKE](https://datatracker.ietf.org/doc/html/rfc9180) to establish a **… - [The Turnkey Whitepaper](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/security/whitepaper.md): We have published an in-depth whitepaper describing the principles with which we've built Turnkey and explaining in great detail the infrastructure foundations as well as the system architecture underpinning our product. - [Reporting a Vulnerability](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/security/reporting-a-vulnerability.md): Turnkey highly values the security of our software, services, and systems and we actively encourage the ethical reporting of any security vulnerabilities discovered. We invite researchers and users to report potential security vulnerabilities to our Bug Bounty Program via the form below, or to us vi… - [SDK Reference](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/sdks/introduction.md): 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. - [Proxy Middleware](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/sdks/swift/proxy-middleware.md): The [`ProxyMiddleware`](https://github.com/tkhq/swift-sdk/blob/bd8993b4b6b35c44d4a917b06dd44490961c4f28/Sources/Middleware/ProxyMiddleware.swift) is integrated into the `TurnkeyClient` through its initializer that accepts a proxy server URL. - [Introduction](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/sdks/swift/register-passkey.md): This guide explains how to use the `PasskeyManager` class to register a new passkey within your iOS application. We'll cover the necessary configurations and provide code examples with detailed explanations. - [Web3 Libraries](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/category/web3-libraries.md): Turnkey Web3 Libraries - [Ethers](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/sdks/web3/ethers.md): [`@turnkey/ethers`](https://www.npmjs.com/package/@turnkey/ethers) exports a `TurnkeySigner` that serves as a drop-in replacement for an Ethers signer. - [Viem](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/sdks/web3/viem.md): [`@turnkey/viem`](https://www.npmjs.com/package/@turnkey/viem) provides a Turnkey [Custom Account](https://viem.sh/docs/accounts/custom.html#custom-account) (signer) which implements the signing APIs expected by Viem clients. - [CosmJS](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/sdks/web3/cosmjs.md): [`@turnkey/cosmjs`](https://www.npmjs.com/package/@turnkey/cosmjs) exports a `TurnkeyDirectWallet` that serves as a drop-in replacement for a CosmJS direct wallet. It includes support for `signDirect`. See full implementation [here](https://github.com/tkhq/sdk/tree/main/packages/cosmjs) for more det… - [EIP 1193](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/sdks/web3/eip-1193.md): [`@turnkey/eip-1193-provider`](https://www.npmjs.com/package/@turnkey/eip-1193-provider) is a Turnkey-compatible Ethereum provider that conforms to the [EIP-1193](https://eips.ethereum.org/EIPS/eip-1193) standard. It's built to seamlessly integrate with a broad spectrum of EVM-compatible chains, off… - [Solana](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/sdks/web3/solana.md): We have released a package that you can use to sign transactions and messages: [`@turnkey/solana`](https://www.npmjs.com/package/@turnkey/solana). See [here](https://github.com/tkhq/sdk/tree/main/examples/with-solana) for an example. - [Advanced](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/category/advanced.md): Use Turnkey's low-level http libraries directly - [TurnkeyClient](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/sdks/advanced/turnkey-client.md) - [ApiKeyStamper](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/sdks/advanced/api-key-stamper.md) - [WalletStamper](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/sdks/advanced/wallet-stamper.md) - [WebauthnStamper](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/sdks/advanced/webauthn-stamper.md) - [IframeStamper](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/sdks/advanced/iframe-stamper.md) - [Migration Path](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/sdks/migration-path.md): This guide aims to cover the process for migrating from lower-level Turnkey SDK (i.e. `@turnkey/{ http, api-key-stamper, webauthn-stamper, iframe-stamper }`) libraries, to our more recent abstractions: `@turnkey/{ sdk-browser, sdk-server, sdk-react }` - [API Reference](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/overview.md): Review our [API Introduction](/developer-reference/api-overview/intro) to get started. - [Activities](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/overview.md): Activities are requests to securely execute a workload in Turnkey. - [Create API Keys](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/create-api-keys.md): Add api keys to an existing User - [Create Authenticators](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/create-authenticators.md): Create Authenticators to authenticate requests to Turnkey - [Create Invitations](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/create-invitations.md): Create Invitations to join an existing Organization - [Create Oauth Providers](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/create-oauth-providers.md): Creates Oauth providers for a specified user - BETA - [Create Policies](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/create-policies.md): Create new Policies - [Create Policy](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/create-policy.md): Create a new Policy - [Create Private Key Tag](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/create-private-key-tag.md): Create a private key tag and add it to private keys. - [Create Private Keys](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/create-private-keys.md): Create new Private Keys - [Create Read Only Session](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/create-read-only-session.md): Create a read only session for a user (valid for 1 hour) - [Create Read Write Session](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/create-read-write-session.md): Create a read write session for a user - [Create Sub-Organization](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/create-sub-organization.md): Create a new Sub-Organization - [Create User Tag](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/create-user-tag.md): Create a user tag and add it to users. - [Create Users](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/create-users.md): Create Users in an existing Organization - [Create Wallet](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/create-wallet.md): Create a Wallet and derive addresses - [Create Wallet Accounts](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/create-wallet-accounts.md): Derive additional addresses using an existing wallet - [Delete API Keys](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/delete-api-keys.md): Remove api keys from a User - [Delete Authenticators](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/delete-authenticators.md): Remove authenticators from a User - [Delete Invitation](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/delete-invitation.md): Delete an existing Invitation - [Delete Oauth Providers](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/delete-oauth-providers.md): Removes Oauth providers for a specified user - BETA - [Delete Policy](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/delete-policy.md): Delete an existing Policy - [Delete Private Key Tags](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/delete-private-key-tags.md): Delete Private Key Tags within an Organization - [Delete Private Keys](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/delete-private-keys.md): Deletes private keys for an organization - [Delete Sub Organization](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/delete-sub-organization.md): Deletes a sub organization - [Delete User Tags](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/delete-user-tags.md): Delete User Tags within an Organization - [Delete Users](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/delete-users.md): Delete Users within an Organization - [Delete Wallets](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/delete-wallets.md): Deletes wallets for an organization - [Export Private Key](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/export-private-key.md): Exports a Private Key - [Export Wallet](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/export-wallet.md): Exports a Wallet - [Export Wallet Account](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/export-wallet-account.md): Exports a Wallet Account - [Import Private Key](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/import-private-key.md): Imports a private key - [Import Wallet](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/import-wallet.md): Imports a wallet - [Init Email Recovery](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/init-email-recovery.md): Initializes a new email recovery - [Init Generic OTP](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/init-generic-otp.md): Initiate a Generic OTP activity - [Init Import Private Key](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/init-import-private-key.md): Initializes a new private key import - [Init Import Wallet](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/init-import-wallet.md): Initializes a new wallet import - [Init OTP auth](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/init-otp-auth.md): Initiate an OTP auth activity - [Login with a Stamp](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/login-with-a-stamp.md): Create a session for a user through stamping client side (api key, wallet client, or passkey client) - [Login with Oauth](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/login-with-oauth.md): Create an Oauth session for a user - [Login with OTP](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/login-with-otp.md): Create an OTP session for a user - [Oauth](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/oauth.md): Authenticate a user with an Oidc token (Oauth) - BETA - [OTP auth](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/otp-auth.md): Authenticate a user with an OTP code sent via email or SMS - [Perform Email Auth](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/perform-email-auth.md): Authenticate a user via Email - [Recover a user](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/recover-a-user.md): Completes the process of recovering a user by adding an authenticator - [Remove Organization Feature](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/remove-organization-feature.md): Removes an organization feature. This activity must be approved by the current root quorum. - [Set Organization Feature](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/set-organization-feature.md): Sets an organization feature. This activity must be approved by the current root quorum. - [Sign Raw Payload](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/sign-raw-payload.md): Sign a raw payload - [Sign Raw Payloads](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/sign-raw-payloads.md): Sign multiple raw payloads with the same signing parameters - [Sign Transaction](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/sign-transaction.md): Sign a transaction - [Update Policy](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/update-policy.md): Update an existing Policy - [Update Private Key Tag](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/update-private-key-tag.md): Update human-readable name or associated private keys. Note that this activity is atomic: all of the updates will succeed at once, or all of them will fail. - [Update Root Quorum](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/update-root-quorum.md): Set the threshold and members of the root quorum. This activity must be approved by the current root quorum. - [Update User](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/update-user.md): Update a User in an existing Organization - [Update User Tag](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/update-user-tag.md): Update human-readable name or associated users. Note that this activity is atomic: all of the updates will succeed at once, or all of them will fail. - [Update Wallet](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/update-wallet.md): Update a wallet for an organization - [Verify Generic OTP](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/activities/verify-generic-otp.md): Verify a Generic OTP - [Queries](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/queries/overview.md): Queries are read requests to Turnkey's API. They allow you to retrieve data about your organization and its resources. - [Get Activity](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/queries/get-activity.md): Get details about an Activity - [Get API key](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/queries/get-api-key.md): Get details about an API key - [Get API keys](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/queries/get-api-keys.md): Get details about API keys for a user - [Get Authenticator](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/queries/get-authenticator.md): Get details about an authenticator - [Get Authenticators](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/queries/get-authenticators.md): Get details about authenticators for a user - [Get Configs](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/queries/get-configs.md): Get quorum settings and features for an organization - [Get Oauth providers](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/queries/get-oauth-providers.md): Get details about Oauth providers for a user - [Get Policy](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/queries/get-policy.md): Get details about a Policy - [Get Private Key](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/queries/get-private-key.md): Get details about a Private Key - [Get Suborgs](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/queries/get-suborgs.md): Get all suborg IDs associated given a parent org ID and an optional filter. - [Get User](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/queries/get-user.md): Get details about a User - [Get Verified Suborgs](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/queries/get-verified-suborgs.md): Get all email or phone verified suborg IDs associated given a parent org ID. - [Get Wallet](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/queries/get-wallet.md): Get details about a Wallet - [Get Wallet Account](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/queries/get-wallet-account.md): Get a single wallet account - [List Activities](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/queries/list-activities.md): List all Activities within an Organization - [List Policies](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/queries/list-policies.md): List all Policies within an Organization - [List Private Key Tags](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/queries/list-private-key-tags.md): List all Private Key Tags within an Organization - [List Private Keys](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/queries/list-private-keys.md): List all Private Keys within an Organization - [List User Tags](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/queries/list-user-tags.md): List all User Tags within an Organization - [List Users](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/queries/list-users.md): List all Users within an Organization - [List Wallets](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/queries/list-wallets.md): List all Wallets within an Organization - [List Wallets Accounts](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/queries/list-wallets-accounts.md): List all Accounts within a Wallet - [Who am I?](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/api-reference/queries/who-am-i.md): Get basic information about your current API or WebAuthN user and their organization. Affords Sub-Organization look ups via Parent Organization for WebAuthN or API key users. - [API Key Stamper](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/changelogs/api-key-stamper/readme.md) - [Cosmjs](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/changelogs/cosmjs/readme.md) - [Crypto](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/changelogs/crypto/readme.md) - [Eip 1193 Provider](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/changelogs/eip-1193-provider/readme.md) - [Encoding](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/changelogs/encoding/readme.md) - [Ethers](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/changelogs/ethers/readme.md) - [Http](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/changelogs/http/readme.md) - [Iframe Stamper](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/changelogs/iframe-stamper/readme.md) - [React Native Passkey Stamper](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/changelogs/react-native-passkey-stamper/readme.md) - [SDK Browser](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/changelogs/sdk-browser/readme.md) - [SDK React](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/changelogs/sdk-react/readme.md) - [SDK React Native](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/changelogs/sdk-react-native/readme.md) - [SDK Server](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/changelogs/sdk-server/readme.md) - [Solana](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/changelogs/solana/readme.md) - [Telegram Cloud Storage Stamper](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/changelogs/telegram-cloud-storage-stamper/readme.md) - [Viem](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/changelogs/viem/readme.md) - [Wallet Stamper](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/changelogs/wallet-stamper/readme.md) - [Webauthn Stamper](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/changelogs/webauthn-stamper/readme.md) - [Go](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/changelogs/golang/readme.md) - [Dart](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/changelogs/dart/readme.md) ## OpenAPI Specs - [test-openapi](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/scripts/openapi-gen/test-openapi.json) - [openapi](https://turnkey-0e7c1f5b-traian-ref-sendfromemailaddress.mintlify.site/openapi.json) ## Optional - [Support](https://join.slack.com/t/clubturnkey/shared_invite/zt-31v4yhgw6-PwBzyNsWCCBTk2xft3EoHQ) - [Blog](https://www.turnkey.com/blog) - [Contact Us](https://www.turnkey.com/contact-us)