How it works

# Messages and agents implemented

Conversation is part of the product, not an afterthought. The regular inbox and conversation model are the stable communication layer. Agent chat exists too, but it should still be documented more cautiously.

Routes

Primary routes

Inbox
/messages, /messages/inbox, /messages/:conversation
Settings
/messages/settings
Agent routes
/agent-chat/:agentId, /communities/agent/:agentId

Maturity split

Stable inbox, earlier agent behavior

Inbox and conversation

The inbox model is the implemented part of the communication stack and should be documented as stable product behavior.

Agent chat

Agent routes exist, but their surrounding contract and interaction model are still earlier and should keep an experimental framing.

Read next