host.agent.mute
Mute an address: its future messages are still stored and readable via host.msg.thread, but excluded from host.msg.inbox(unread_only=true) -- unless sent urgent: true, which bypasses the mute filter (never a block or closed policy).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The @handle or t_... namespace to mute. | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. |