Skip to content

Commit 91367a7

Browse files
samecrowderkatmayb
andauthored
feat: add slack app install page for app verification (#1260)
as part of the review process with the Slack App marketplace, we are supposed to have a page somewhere that has installation instructions for our Slack app. I figured Agent Builder docs was the easiest place to put that. --------- Co-authored-by: Kathryn May <44557882+katmayb@users.noreply.github.com>
1 parent 58f9277 commit 91367a7

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

src/docs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1309,7 +1309,8 @@
13091309
"pages": [
13101310
"langsmith/agent-builder",
13111311
"langsmith/agent-builder-setup",
1312-
"langsmith/agent-builder-tools"
1312+
"langsmith/agent-builder-tools",
1313+
"langsmith/agent-builder-slack-install"
13131314
]
13141315
},
13151316
{
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: Install LangSmith Agent Builder for Slack
3+
description: Connect the LangSmith Agent Builder to your Slack workspace to power AI agents.
4+
sidebarTitle: Slack installation
5+
mode: wide
6+
---
7+
8+
After installation, your agents will be able to:
9+
10+
- Send direct messages.
11+
- Post to channels.
12+
- Read thread messages.
13+
- Reply in threads.
14+
- Read conversation history.
15+
16+
LangSmith Agent Builder integrates your agents with Slack for secure, context-aware communication inside your Slack workspace.
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+
## Getting started
42+
43+
After installation, configure your agent:
44+
45+
1. Set up Slack as a trigger to activate your agent when messages are received.
46+
2. Enable Slack tools to allow your agent to send messages.
47+
3. Configure which channels or users your agent should monitor.
48+
49+
For full setup instructions, see the [Agent Builder documentation](/langsmith/agent-builder).

0 commit comments

Comments
 (0)