Chat API
Read recent chat messages for a room.
List Messages
GET /api/v1/chat/messages?room_name=<room>
Required scope: chat:read
curl "http://localhost:3002/api/v1/chat/messages?room_name=creator-id" \
-H "Authorization: Bearer 8b_key_..."
Chat write APIs are reserved for a later rollout.