Overview
Add Revolt to any ModuleX agent or workflow. Open-source chat platform for group management and social features via the Revolt REST API (revolt.chat/api).
Categories: Communication · Auth: Session Token · Actions: 3
Authentication
Session Token
Authenticate using your Revolt session token (sent as x-session-token header)Required Credentials
Available Actions
create_group — Create a new group channel
create_group — Create a new group channel
add_group_member — Add another user to a group channel
add_group_member — Add another user to a group channel
Limits & Quotas
- No officially documented rate limits for the Revolt API.
- Error model: non-2xx responses and timeouts are caught and returned as
success=False+errorrather than raising.