Activity Setup
This guide shows how to configure a Kiai whitelabel bot's Discord application so its dashboard opens as a Discord Activity.
1. Open the whitelabel application
- Go to the Discord Developer Portal.
- Select your whitelabel bot application.
- Copy the Application ID.
- Confirm it matches the Client ID shown for the bot in the Kiai whitelabel dashboard.
2. Set the URL mapping
Open Activities → URL Mappings.
Add this mapping:
| Prefix | Target |
|---|---|
/ | www.kiai.app |
Save changes.
Discord's URL mapping target is a hostname, so enter www.kiai.app without https://.
3. Enable Activities
Open Activities → Settings.
- Turn on Enable Activities.
- Under Supported Platforms, enable every platform:
- Web
- iOS
- Android
- Save changes.
4. Launch the Activity
- Open Discord.
- Open a server where the whitelabel bot is installed.
- Join a voice channel or open the Activity launcher in a supported channel.
- Launch the whitelabel bot's Activity.
The Activity opens Kiai inside Discord and signs users in through Discord.
Troubleshooting
The Activity is not visible
Confirm Activities → Settings has Activities enabled and all supported platforms checked.
The Activity opens a blank or broken page
Confirm Activities → URL Mappings has exactly this mapping:
/ -> www.kiai.app