Install Continuum to Your Slack Workspace
This guide walks you through installing Continuum step-by-step.
Installation Methods
Method 1: Public Landing Page (Recommended)
- Visit the landing page - Go to the Continuum install page
- Authorize in Slack - You'll be redirected to Slack's authorization page. Review the permissions Continuum requests and click "Allow" to authorize.
- Complete installation - You'll be redirected back to the setup page. Continuum is now installed in your workspace!
Method 2: Direct OAuth URL
- Visit the OAuth URL - Go to:
https://api.continuumworks.app/slack/install - Follow authorization flow - Same as Method 1, steps 2-3
What Happens During Installation
When you click "Add to Slack":
- Slack OAuth Flow Starts - Continuum redirects you to Slack's authorization page. Slack shows the permissions Continuum is requesting.
- You Review Permissions - See what Continuum needs access to. All permissions are standard for Slack apps.
- You Authorize - Click "Allow" to grant permissions. Slack processes the authorization.
- Workspace Created - Continuum creates a workspace record in its database. Your Slack workspace ID is stored (for security and isolation).
- Bot Token Stored - Continuum receives a bot token from Slack. Token is encrypted and stored securely. Only your workspace can use this token.
- Setup Page Opens - You're redirected to the setup page. URL includes:
?workspace_id={uuid}&success=true
Verifying Installation
Method 1: Check Slack
- Open Slack
- Go to any channel
- Type
@continuum(you should see "Continuum" in autocomplete) - Or check
/appscommand to see installed apps
Method 2: Test Command
In any channel or DM, type:
@continuum helpContinuum should respond.
Permissions Explained
What Continuum requests:
app_mentions:read- See when you mention@continuumchat:write- Send messages back to youcommands- Handle slash commands like/connectionsim:history/im:read- Read DM history for contextusers:read- Identify team members for delegationreactions:write- Add emoji reactions (future feature)