Skip to content

Commit 51f1d57

Browse files
Karthikeya-MeesalaSushmithamalleshcursoragent
authored
docs: add changelog for slackbot bot-compatible actions (#2707)
Co-authored-by: Sushmitha Mallesh <sushdec6@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent d1fdcbd commit 51f1d57

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: "Slackbot Toolkit: Bot-Compatible Actions Only"
3+
description: "Slackbot toolkit now includes only actions that work with bot tokens"
4+
date: "2026-02-20"
5+
---
6+
7+
**Toolkit version:** `20260223_00`
8+
9+
The Slackbot toolkit inherits actions from the Slack toolkit. Previously, it included all 155 actions — but many of these were admin-only endpoints (`admin.*`) that require user tokens and don't work with bot tokens.
10+
11+
We've filtered the action list down to **89 bot-compatible actions** — only actions whose Slack API endpoints are callable with a bot token.
12+
13+
### What Changed
14+
15+
| Category | Count |
16+
|----------|-------|
17+
| Bot-compatible actions (included) | 89 |
18+
| Admin/non-bot actions (removed) | 62 |
19+
| Triggers (unchanged) | 9 |
20+
21+
### Why This Matters
22+
23+
- **Actions that work**: Every action in the Slackbot toolkit now works with standard bot tokens
24+
- **Clearer scope**: No more confusion about which actions require elevated permissions
25+
- **All triggers kept**: Event-based triggers work with bot tokens and remain available
26+
27+
### Removed Actions
28+
29+
The following action categories were removed because they require user tokens or admin permissions:
30+
31+
- `admin.*` endpoints (workspace administration)
32+
- `audit.*` endpoints (audit logs)
33+
- SCIM endpoints (user provisioning)
34+
35+
If you need admin-level Slack functionality, use the full Slack toolkit with appropriate user token authentication.

0 commit comments

Comments
 (0)