One platform, many workspaces
SlackHive lets you deploy agents into multiple Slack workspaces from a single installation. Each agent carries its own Slack credentials, so agents in different workspaces run completely independently — while you manage everything from one dashboard. Common setups:| Setup | Example |
|---|---|
| Single workspace | All agents live in company.slack.com |
| Multi-team | Engineering agents in one workspace, support agents in another |
| Client workspaces | Agency deploying agents into each client’s Slack |
| Staging + production | Same agent config, separate workspaces for testing |
How it works
Each agent stores its own Slack credentials:slack_bot_token— the bot’s OAuth token (xoxb-...)slack_app_token— for Socket Mode (xapp-...)slack_signing_secret— to verify incoming events
Setting up agents across workspaces
Each workspace needs its own Slack app. For each workspace:Create a Slack app for that workspace
During agent creation, the onboarding wizard generates a manifest. Install that manifest into the target workspace — not your main workspace.→ See Slack App Setup for the full manifest install steps.
Collect the credentials
From the installed app, copy:
- Bot Token (
xoxb-...) — from OAuth & Permissions - App Token (
xapp-...) — from Basic Information → App-Level Tokens - Signing Secret — from Basic Information
User management across workspaces
Users and roles in SlackHive are platform-wide — there’s no per-workspace access control.| What’s shared | What’s isolated |
|---|---|
| User accounts and roles | Agent Slack connections |
| Admin dashboard | Agent memories |
| Platform settings | Agent skills and tools |
| Slack thread sessions |
Boss agents across workspaces
A Boss and all its specialists must be in the same Slack workspace. Boss delegates by @mentioning specialists in the same thread — this only works when they share a workspace. If you need Boss orchestration in multiple workspaces, create a separate Boss and specialist set for each workspace.Next steps
Slack App Setup
How to create and install a Slack app for each workspace.
Creating Agents
Walk through the full agent creation wizard.