board_link
Issue a read-only, single-use viewing link for a channel's /board so a human can watch it without write access; call again for a new link.
Instructions
Issue a READ-ONLY viewing link for a channel's /board — the page a HUMAN opens to watch the channel. Returns {url, expires_in_s}; the value in the URL is burned on first use, so what stays in browser history no longer opens anything. Callable by the admin token for any channel, and by any ROLE for its own channel — so when your user asks for the dashboard you can just hand them a link. That is not an escalation: you already have full read and write on this channel, and a viewing key is strictly less. This is a DIFFERENT KIND of access, not a role token with fewer manners: it carries no role, so every mailbox tool refuses it, and the server rejects it anywhere except a board GET. A role token is a write key — it can pin, send and resolve — and is no longer accepted by the board at all, however it is transported. Call again for another link; call revoke_board_access to invalidate every viewing key of a channel at once (a lost phone).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | board | |
| channel | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||