Mattermost
Connect to a self-hosted Mattermost instance.Setup
- In your Mattermost admin panel, create a bot account
- Copy the bot token
- In Pawz, go to Settings → Channels
- Select Mattermost
- Enter:
- Server URL — e.g.,
https://mattermost.yourcompany.com - Bot token — from Mattermost admin
- Server URL — e.g.,
- Start the channel
Configuration
| Field | Required | Description |
|---|---|---|
| Server URL | Yes | Mattermost instance URL |
| Bot token | Yes | Bot access token |
| DM policy | Yes | Who can message the bot |
| Allowed users | For allowlist | Mattermost usernames |
Features
- DMs and channel messages via WebSocket
- Per-user sessions with memory
- Prompt injection scanning
- Agent routing via channel routing rules
- Thread support
Tips
- Self-hosted Mattermost gives you full control over data
- Add the bot to specific channels via the Mattermost UI
- Use channel routing to assign different agents to different Mattermost channels

