From a1da5697c641bf55582e94f2d2a81e887c2bc5bc Mon Sep 17 00:00:00 2001 From: Soham Sharma Date: Tue, 12 Aug 2025 01:22:05 +0530 Subject: [PATCH] docs: clarify how to get LangSmith API key (#32402) **Description:** I've added a small clarification to the chatbot tutorial. The tutorial mentions setting the `LANGSMITH_API_KEY`, but doesn't explain how a new user can get the key from the website. This change adds a brief note to guide them to the Settings page. P.S. This is my first pull request, so I'm excited to learn and contribute! **Issue:** N/A **Dependencies:** N/A **Twitter handle:** @sohamactive Co-authored-by: Mason Daugherty --- docs/docs/tutorials/chatbot.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorials/chatbot.ipynb b/docs/docs/tutorials/chatbot.ipynb index 86020175f26..193322d979e 100644 --- a/docs/docs/tutorials/chatbot.ipynb +++ b/docs/docs/tutorials/chatbot.ipynb @@ -85,7 +85,7 @@ "As these applications get more and more complex, it becomes crucial to be able to inspect what exactly is going on inside your chain or agent.\n", "The best way to do this is with [LangSmith](https://smith.langchain.com).\n", "\n", - "After you sign up at the link above, make sure to set your environment variables to start logging traces:\n", + "After you sign up at the link above, **(you'll need to create an API key from the Settings -> API Keys page on the LangSmith website)**, make sure to set your environment variables to start logging traces:\n", "\n", "```shell\n", "export LANGSMITH_TRACING=\"true\"\n",