Communication26 toolsPaste one API key
Revolt integration for AI agents
Revolt is a free and open-source chat platform offering secure and customizable communication.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Revolt once and call the same tools from all of them.
Setup
Connect Revolt through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Revolt exposes 26 tools through ClawLink. The 24 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
revolt_fetch_owned_bots | Fetch all bots that you have control over | Read |
revolt_fetch_sync_settings | Fetch settings from server filtered by keys | Read |
revolt_fetch_user | Fetch detailed information about a user | Read |
revolt_fetch_user_flags | Fetch flags associated with a specific user | Read |
revolt_get_api_info | Fetch the server configuration for this Revolt instance | Read |
revolt_get_channel | Fetch a channel by its ID | Read |
revolt_get_current_user | Retrieve your own user information | Read |
revolt_get_invite | Fetch detailed information about an invite by its code | Read |
revolt_get_sync_unreads | Fetch information about unread state on channels | Read |
revolt_get_user_profile | Retrieve a user's profile data including bio and background | Read |
revolt_get_users_default_avatar | Fetch a user's default avatar image based on their ID | Read |
revolt_get_users_dms | Fetch all direct message conversations for the authenticated user | Read |
revolt_acknowledge_policy_changes | Acknowledge platform policy changes | Read |
revolt_add_channels_messages_reactions | Add a reaction to a message in a channel | Write |
revolt_block_user | Block another user by their ID | Read |
revolt_create_sync_settings_set | Upload and save settings data to Revolt's sync storage | Write |
revolt_get_users_dm | Open a DM with another user | Read |
revolt_pin_message | Pin a message in a channel by its ID | Read |
revolt_send_channels_messages | Send a message to a Revolt channel | Write |
revolt_update_channels_messages | Edit a message that you've previously sent in a channel | Write |
revolt_update_user | Update user information | Write |
revolt_remove_message_reaction | Remove a reaction from a message | Write |
revolt_unblock_user | Unblock another user by their ID | Read |
revolt_unpin_message | Unpin a message in a channel | Read |