Setup guide
How to connect an AI agent to Slack
Pick the agent in Keiki, open the Slack setup it generates, and create the Slack app from that manifest in your workspace. Install it, paste the bot token and signing secret back into Keiki, then invite the bot to a channel and make that channel its home. The agent answers where it is mentioned from that point on.
Before you start
What you need before you start.
- A Keiki account, which is free to create
- Permission to create and install an app in your Slack workspace
- The bot token (xoxb-…) and signing secret Slack shows after installing
- A channel to invite the bot to and make its home, so it starts in one place instead of everywhere
- Client ID and secret only if you plan to distribute the app to other workspaces
Step by step
Six steps from an empty channel to an agent that answers.
Step 1
Create a Keiki account
Sign up at onkeiki.com. Slack costs nothing to connect: no phone number, no per-message fee from the channel itself.
Step 2
Start from a template instead of a blank agent
Open the Company Brain template. It arrives able to answer from the docs your team already wrote, say when it does not know, and stay out of threads it was not asked into.
Step 3
Let Keiki generate the Slack app
On the Channels page, add a Slack app and pick the agent. Keiki builds an app manifest with exactly the scopes and event subscriptions the agent needs and opens Slack with it, so you are not hand-checking a permissions grid.
Step 4
Install the app in your workspace
Create the app from the manifest and install it. Slack then shows a bot token starting with xoxb- and a signing secret; both belong to your workspace, and the agent needs both to read events and prove requests came from Slack.
Step 5
Paste the token and signing secret into Keiki
Back in Keiki, paste the bot token and signing secret. It checks them against Slack live and reports which scopes are granted. Add a client ID and secret too if you want the app installable in other workspaces.
Step 6
Invite it to one channel, then make that channel its home
A freshly installed bot is in no channels, and Keiki only offers channels it belongs to — so invite it to one first, then pick that channel as its home and mention the bot there to prove the signing secret. Ask it something real while you are in there.