From 4b45b8a0099840b817d4f99022b0cbae99cecd8b Mon Sep 17 00:00:00 2001 From: alt <84208222+a1ttech@users.noreply.github.com> Date: Wed, 15 Oct 2025 13:59:23 -0400 Subject: [PATCH 1/3] added redirect to legacy docs and vincent --- docs/index.mdx | 10 ++++++++++ docs/sdk/introduction.mdx | 4 ++++ 2 files changed, 14 insertions(+) diff --git a/docs/index.mdx b/docs/index.mdx index 1a14d8ac5..3ce38396c 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -3,6 +3,16 @@ title: "What is Lit Protocol" description: "Decentralized key management and private compute" --- + +We're excited to announce that Vincent is now live! Vincent is a powerful toolkit that enables secure web3 capabilities for AI agents through: + +🔐 Secure Delegation: Safely delegate wallet operations to AI agents while maintaining full control +🛠️ Customizable Tools: Define and manage specific web3 actions your agents can perform +📜 Policy Controls: Set granular rules and restrictions for how agents interact with web3 + +Check out the [Vincent documentation](https://docs.heyvincent.ai/) to get started! + + # Overview Lit Protocol is a decentralized key management and private compute network. Lit provides developers building in Web3 with three core primitives: diff --git a/docs/sdk/introduction.mdx b/docs/sdk/introduction.mdx index ceaeb6c4e..676772071 100644 --- a/docs/sdk/introduction.mdx +++ b/docs/sdk/introduction.mdx @@ -3,6 +3,10 @@ title: "Introduction" description: "Explore our JS SDK for building applications with Lit Protocol" --- + +Lit v1 ("Naga") is live on [testnet](https://spark.litprotocol.com/naga-test/). If you're looking to deploy in production, you can use Lit v0 ("Datil"), live today. [Link](https://developer.litprotocol.com/). + + # SDK Reference The Lit JS SDK provides a comprehensive toolkit for integrating Lit Protocol's decentralised authentication and cryptographic capabilities into your applications. This reference documentation covers all the methods, classes, and configuration options available in the SDK. From 268a38f937449f3ca616e688f3ef1c414faa9249 Mon Sep 17 00:00:00 2001 From: alt <84208222+a1ttech@users.noreply.github.com> Date: Wed, 15 Oct 2025 14:03:17 -0400 Subject: [PATCH 2/3] Update introduction.mdx --- docs/sdk/introduction.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/sdk/introduction.mdx b/docs/sdk/introduction.mdx index 676772071..dd5fb3622 100644 --- a/docs/sdk/introduction.mdx +++ b/docs/sdk/introduction.mdx @@ -4,7 +4,9 @@ description: "Explore our JS SDK for building applications with Lit Protocol" --- -Lit v1 ("Naga") is live on [testnet](https://spark.litprotocol.com/naga-test/). If you're looking to deploy in production, you can use Lit v0 ("Datil"), live today. [Link](https://developer.litprotocol.com/). +Lit V1 ("Naga") is currently live on [testnet](https://spark.litprotocol.com/naga-test/). + +If you're a builder looking to deploy your application in production, you can use Lit V0 ("Datil"), which is already live today ([Link](https://developer.litprotocol.com/)). # SDK Reference From 60d4aaf9c8038c53a0943ea2a92d49048aa2a54f Mon Sep 17 00:00:00 2001 From: alt <84208222+a1ttech@users.noreply.github.com> Date: Wed, 15 Oct 2025 14:06:14 -0400 Subject: [PATCH 3/3] fixes --- docs/index.mdx | 6 +++--- docs/sdk/introduction.mdx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.mdx b/docs/index.mdx index 3ce38396c..218e25952 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -6,9 +6,9 @@ description: "Decentralized key management and private compute" We're excited to announce that Vincent is now live! Vincent is a powerful toolkit that enables secure web3 capabilities for AI agents through: -🔐 Secure Delegation: Safely delegate wallet operations to AI agents while maintaining full control -🛠️ Customizable Tools: Define and manage specific web3 actions your agents can perform -📜 Policy Controls: Set granular rules and restrictions for how agents interact with web3 +- Secure Delegation: Safely delegate wallet operations to AI agents while maintaining full control +- Customizable Tools: Define and manage specific web3 actions your agents can perform +- Policy Controls: Set granular rules and restrictions for how agents interact with web3 Check out the [Vincent documentation](https://docs.heyvincent.ai/) to get started! diff --git a/docs/sdk/introduction.mdx b/docs/sdk/introduction.mdx index dd5fb3622..e8be29937 100644 --- a/docs/sdk/introduction.mdx +++ b/docs/sdk/introduction.mdx @@ -6,7 +6,7 @@ description: "Explore our JS SDK for building applications with Lit Protocol" Lit V1 ("Naga") is currently live on [testnet](https://spark.litprotocol.com/naga-test/). -If you're a builder looking to deploy your application in production, you can use Lit V0 ("Datil"), which is already live today ([Link](https://developer.litprotocol.com/)). +If you're a builder looking to deploy your application in production, you can use Lit's V0 Mainnet Beta ("Datil"), already live today ([Link](https://developer.litprotocol.com/)). # SDK Reference