Skip to Content

Slack

Integrating Slack with *auxilia enables your team to interact with agents directly from Slack channels and receive notifications about agent activity.

This integration is planned and not yet available. This page documents the intended setup.

Planned Features

Slack Bot

  • Chat with agents — Mention the bot in a channel or DM to interact with a specific agent
  • Thread-based conversations — Each Slack thread maps to an auxilia chat thread
  • Tool approval in Slack — Approve or reject tool calls directly from Slack notifications

Notifications

  • Agent activity alerts — Get notified when an agent completes a task or encounters an error
  • Approval requests — Receive Slack messages when a tool call needs human approval

Planned Configuration

SLACK_BOT_TOKEN=xoxb-... SLACK_SIGNING_SECRET=... SLACK_APP_TOKEN=xapp-...

Creating a Slack App

When available, setup will involve:

  1. Create a new Slack app at api.slack.com/apps 
  2. Enable Socket Mode for real-time events
  3. Add Bot Token Scopes: chat:write, app_mentions:read, channels:history
  4. Install the app to your workspace
  5. Copy the tokens to your auxilia environment
Last updated on