Matrix / Synapse Admin
Matrix Client-Server and Synapse admin APIs for users, rooms, messages, and moderation operations.
Tools
| Name | Description |
|---|---|
list_usersList users through the Synapse admin API. | List users through the Synapse admin API. |
get_userGet one Matrix user through the Synapse admin API. | Get one Matrix user through the Synapse admin API. |
upsert_userCreate or modify a Matrix account through the Synapse admin API. | Create or modify a Matrix account through the Synapse admin API. |
deactivate_userDeactivate a Matrix user account through the Synapse admin API. | Deactivate a Matrix user account through the Synapse admin API. |
list_roomsList rooms visible to the Synapse admin API. | List rooms visible to the Synapse admin API. |
create_roomCreate a Matrix room with the Client-Server API. | Create a Matrix room with the Client-Server API. |
send_room_messageSend a text message to a Matrix room with the Client-Server API. | Send a text message to a Matrix room with the Client-Server API. |
get_room_messagesPaginate messages for a Matrix room with the Client-Server API. | Paginate messages for a Matrix room with the Client-Server API. |
delete_roomDelete a room through the Synapse admin API. | Delete a room through the Synapse admin API. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('matrix-synapse', 'list_users', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'matrix-synapse',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Matrix / Synapse Admin to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Matrix / Synapse Admin support?
Matrix / Synapse Admin supports 9 tools including List Users, Get User, Create Or Modify User, Deactivate User, List Rooms, and more.
Can I use Matrix / Synapse Admin with AI agents?
Yes. Add Matrix / Synapse Admin to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can Matrix / Synapse Admin be used in stateful agent workflows?
Yes. Agents can combine Matrix / Synapse Admin tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Matrix / Synapse Admin use?
Matrix / Synapse Admin uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Matrix / Synapse Admin integration cost?
The Matrix / Synapse Admin integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
Connect Matrix / Synapse Admin in minutes
Get 20,000 free action executions every month. No credit card required.