Integrations
Slack
Install and configure our Slack app
Our Slack app adds the @Empirical
bot to your Slack workspace. This bot
shares test reports in the channel, and tagging the bot will start agent sessions.
Installation
- Navigate to the Integrations page on our dashboard
- Click on “Install” on the Slack app to start the OAuth flow
Configuration
After installation, pick a channel in your Slack workspace where you want to see test reports and/or start agent sessions.
-
Navigate to this Slack channel
-
Add the
@Empirical
bot to this invite: mentioning the bot should do it -
Run a slash command to link this channel, by sending this message in Slack
Permissions
The Slack app can send and read messages only in channels where the bot has been added. Specifically, it requests for these permission scopes:
Scope | Purpose |
---|---|
chat:write , chat:write.customize | Used to share test run reports and AI agent responses |
app_mentions:read | Bot listens to @Empirical mentions to start AI chat sessions |
reactions:write | Add reactions to messages to acknowledge that agent is working |
channels:history | Read message threads to get context in threads where @Empirical is mentioned |
commands | Add slash commands for common actions, like subscribing to test reports and triggering new runs |