Currently, the Missive API does not expose the parent-child relationship between comments — there is no way to determine which comment a given comment is replying to. Additionally, the create post endpoint does not support creating a comment or post as a reply to an existing one. For our bot integration, these features would be extremely valuable for maintaining context and enabling threaded conversations. We’d greatly appreciate support for: 1- Including a parent_id or similar field in the comments API response. 2- Allowing create post to specify a parent_id to create replies programmatically.