post_org_board
Add to the board on a folder or document, for whoever reads it next. kind=context leaves a note (why something is shaped the way it is, what not to change). kind=request asks for something, optionally naming people or agents in to (an email, or the exact name list_org_people prints) — naming someone shares NOTHING with them: they see it only if they can already read this. kind=inconsistency flags that this disagrees with another folder or document, named in about. kind=working says you are in the middle of something here so nobody duplicates it; it expires on its own (72h unless expires_in_hours). To reply to a post, pass reply_to with its id (a reply's id works: it joins that thread); add close=closed with your reason as the body to close it, or close=refused to decline a request addressed to you. Posts are attributed to you and marked as coming from an agent. Board posts are never search-ranked; they show beside what readers open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | request only: up to 20 people or agents — an email, or a name exactly as list_org_people prints it | |
| body | No | what you are saying. One short paragraph; link a document for anything longer. | |
| kind | No | context | request | inconsistency | working — required unless replying | |
| node | No | the folder's or document's id. Give this OR location. | |
| about | No | inconsistency only: the OTHER folder or document, by path or id | |
| close | No | with reply_to: close the thread, or refuse a request asked of you | |
| share | No | the share id, when this location was shared with you from another workspace — list_org_folders prints it. Omit for your own folders. | |
| token | No | Bearer token identifying the principal. Usually omitted — supplied by the transport (HTTP Authorization header or the server's AGENTLEFS_TOKEN env). Only pass this to override. | |
| location | No | the folder or document to post on. Give this OR node (not needed with reply_to). | |
| reply_to | No | a post id (or its 8-character prefix) to reply to instead of starting a thread | |
| scope_type | No | only when a path names both a folder and a document | |
| about_scope_type | No | only when `about` names both a folder and a document | |
| expires_in_hours | No | working only: how long the claim lasts |