Integrations

Slack Integration

Mention @superset in Slack to file tasks or dispatch coding agents

@superset in Slack is an agent, not just a task-filer. Mention it in a channel or DM it, describe what you want, and it acts.

The Superset Slack bot spinning up a workspace and reporting back in-thread

What It Can Do

  • Create, update, search, and triage tasks from the conversation it's standing in, pulling assignees, statuses, and priorities from your team's Linear/Superset setup
  • Spin up a cloud workspace and launch a coding agent to actually do the work. Code-change requests ("bump our Sentry SDK to v9 across all apps") default to spawning a workspace and agent rather than filing a ticket
  • Read the thread or channel history on its own to gather context, no copy-pasting prior messages
  • Search the web with citations when a request needs current information
  • Unfurl Superset task and workspace links with rich previews

Setup

  1. In the dashboard, go to Integrations → Slack
  2. Click Connect to install the Superset Slack app (OAuth)
  3. Mention @superset in any channel, or DM the bot, and describe what you want done

Connected Plugins

The Slack agent can use a linked user's connected Linear and GitHub plugins to read issues and repositories, file or update issues, comment, and open pull requests. It uses a limited tool set; plugin tools cannot delete resources, merge pull requests, or perform bulk writes. If a requested plugin is not connected, the reply offers a Connect button.

Thread Follow-ups

These controls are available when thread follow-ups are enabled for your Slack team:

  • Once the agent has replied in a thread, follow-up replies reach it without another mention. Replies sent while it is working are queued for the next turn.
  • Send !mute to require mentions in that thread again, or !unmute to resume automatic follow-ups. Direct mentions still work in a muted thread.
  • Send !stop or !cancel in the thread or DM to end the running Slack turn. Work already completed remains in the reply's Changes footer. This does not undo actions or stop coding agents already launched in workspaces.

Without thread follow-ups enabled, continue to mention @superset for each channel request.

Good First Prompts

@superset file a bug: the export button 500s on reports over 10k rows.
Assign to whoever owns reporting.
@superset bump our Sentry SDK to v9 across all apps and open a PR.

The second one creates a workspace, runs an agent, and reports back in-thread.

On this page