after-install.md 755 B

Chatto Plugin Installed ✅

Next steps:

  1. Add credentials to ~/.hermes/.env:

    CHATTO_URL=https://chat.example.com
    CHATTO_LOGIN=your-username
    CHATTO_PASSWORD=your-password
    
  2. Find your home channel ID — in Chatto, right-click a room → Copy ID, or use the API:

    curl -s -X POST https://chat.example.com/auth/login \
     -H "Content-Type: application/json" \
     -d '{"login":"your-username","password":"your-password"}'
    
    1. Set the home channel (optional, defaults to first room): bash CHATTO_HOME_CHANNEL=ROOM_ID_HERE
  3. Restart the gateway:

    hermes gateway restart
    
    1. Test — send a message in a Chatto room mentioning your bot's username.