Skip to content

Commit 3f5dc31

Browse files
authored
fix: address review comments from the Slack team as we continue through their app review process (#1342)
Slack has laid out all kinds of requirements that need to be included in our Slack app landing page <img width="705" height="898" alt="Screenshot 2025-11-08 at 9 45 25 PM" src="https://github.com/user-attachments/assets/a0b760b5-dc65-4920-9c7b-9baae173bcf4" />
1 parent f7cc8d8 commit 3f5dc31

File tree

2 files changed

+71
-1
lines changed

2 files changed

+71
-1
lines changed

src/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1304,7 +1304,7 @@
13041304
"langsmith/agent-builder",
13051305
"langsmith/agent-builder-setup",
13061306
"langsmith/agent-builder-tools",
1307-
"langsmith/agent-builder-slack-install"
1307+
"langsmith/agent-builder-slack-app"
13081308
]
13091309
},
13101310
{
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
title: LangSmith Agent Builder Slack App
3+
description: Connect the LangSmith Agent Builder to your Slack workspace to power AI agents.
4+
sidebarTitle: Slack app
5+
mode: wide
6+
---
7+
8+
The LangSmith Agent Builder Slack app integrates your agents with Slack for secure, context-aware communication inside your Slack workspace.
9+
10+
After installation, your agents will be able to:
11+
12+
- Send direct messages.
13+
- Post to channels.
14+
- Read thread messages.
15+
- Reply in threads.
16+
- Read conversation history.
17+
18+
## How to install
19+
20+
To install the LangSmith Agent Builder for Slack:
21+
22+
1. Navigate to Agent Builder in your [LangSmith workspace](https://smith.langchain.com).
23+
2. Create or edit an agent.
24+
3. Add Slack as a trigger or enable Slack tools.
25+
4. When prompted, authorize the Slack connection.
26+
5. Follow the OAuth flow to grant permissions to your Slack workspace.
27+
28+
The app will be installed automatically when you complete the authorization.
29+
30+
## Permissions
31+
32+
The LangSmith Agent Builder requires the following permissions to your Slack workspace:
33+
34+
- **Send messages** - Send direct messages and post to channels
35+
- **Read messages** - Read channel history and thread messages
36+
- **View channels** - Access basic channel information
37+
- **View users** - Look up user information for messaging
38+
39+
These permissions enable agents to communicate effectively within your Slack workspace.
40+
41+
## Privacy policy
42+
43+
The LangSmith Agent Builder Slack app collects, manages, and stores third-party data in accordance with our privacy policy. For full details on how your data is handled, please see [our privacy policy](https://www.langchain.com/privacy-policy).
44+
45+
## AI components and disclaimers
46+
47+
The LangSmith Agent Builder uses large language models (LLMs) to power AI agents that interact with users in Slack. While these models are powerful, they have the potential to generate inaccurate responses, summaries, or other outputs.
48+
49+
### What you should know
50+
51+
- **AI-generated content**: All responses from agents are generated by AI and may contain errors or inaccuracies. Always verify important information.
52+
- **Data usage**: Slack data is not used to train LLMs. Your workspace data remains private and is only used to provide agent functionality.
53+
- **Transparency**: The Agent Builder is transparent about the actions it will take once added to your workspace, as outlined in the permissions section above.
54+
55+
### Technical details
56+
57+
The Agent Builder uses the following approach to AI:
58+
59+
- **Model**: Uses LLMs provided through the LangSmith platform
60+
- **Data retention**: User data is retained according to LangSmith's data retention policies
61+
- **Data tenancy**: Data is handled according to your LangSmith organization settings
62+
- **Data residency**: Data residency follows your LangSmith configuration
63+
64+
For more information about AI safety and best practices, see the [Agent Builder documentation](/langsmith/agent-builder).
65+
66+
## Pricing
67+
68+
The LangSmith Agent Builder Slack app itself does not have any direct pricing. However, agent runs and traces are billed through the [LangSmith platform](https://smith.langchain.com) according to your organization's plan.
69+
70+
For current pricing information, see the [LangSmith pricing page](https://www.langchain.com/pricing).

0 commit comments

Comments
 (0)