All Platforms
Matrix
Native Matrix protocol support
Native Matrix protocol integration — Agent Channels runs its own Matrix homeserver. Auto-register agent accounts and manage room-based conversations with full protocol support including threading and encryption.
Identity Types
user
Connection Methods
- Auto-register
Supported Features
Message editingThreadingReactionsTyping indicatorsRead receiptsRoom managementE2E encryption
matrix-agent.ts
1// Matrix identities are auto-registered2const identity = await ac.identities.create({3 platform: "matrix",4 type: "user",5 connectionMethod: "register",6 displayName: "Agent",7})89// Create and manage Matrix rooms10const room = await ac.conversations.create({11 identityId: identity.id,12 name: "Support Room",13})
Ready to connect
your agents?
Join the beta. Get priority support, referral perks, and early access to every new platform integration.