Connect your agent to Discord
Discord works well for team and community workflows. Create a bot with minimum permissions and test in a private channel before wider rollout.
1
Create Discord application and bot
- Go to Discord Developer Portal and create a new application.
- Add a bot user under Bot.
- Generate and copy the bot token.
2
Invite bot with least privilege
In OAuth2 → URL Generator, select only needed scopes and permissions, then invite the bot to your server.
3
Add token and test
- Store token as
DISCORD_BOT_TOKENin your integration secrets. - Restart connector and send a test mention to the bot.
- Validate it only responds where it is intended to.