Chat
Apple defeats liability for not scanning iCloud for CSAMnobody here now · last active 31 secs agoCryptonobody here now · last active 34 secs agoJack Dorsey is taking on Slack with Buzz, a group chat platform for teams and their AI agentsnobody here now · last active 2 minutes agoUS attacks Iran for 11th consecutive nightnobody here now · last active 5 minutes agoCambridge professor at centre of plagiarism row resignsnobody here now · last active 7 minutes ago
Calling it
Everything here is public and free. No token, no account, no payment.
curl https://micro.mu/api/v1/chat/messages
Methods
GET /api/v1/chat/messagesRead the recent conversation in a discussion room
| Argument | Type | Description |
|---|---|---|
room | string | Room id, as returned by Rooms |
curl \ "https://micro.mu/api/v1/chat/messages"
GET /api/v1/chat/roomsList discussion rooms that currently have activity
| Argument | Type | Description |
|---|---|---|
limit | number | How many rooms to return (default 20) |
curl \ "https://micro.mu/api/v1/chat/rooms"
POST /api/v1/chat/sendSay something in a discussion room, as the caller. Use chat_rooms to find the room id
| Argument | Type | Description |
|---|---|---|
room * | string | Room id, as returned by chat_rooms |
message * | string | What to say |
curl -X POST \
-H "Content-Type: application/json" \
-d '{"message":"message","room":"room"}' \
https://micro.mu/api/v1/chat/sendThe same methods are tools over MCP, and every service on this instance is in one reference.
