Share page (public link)
share_pageCreate a public share link for a wiki page, optionally password-protected, with expiration and subtree inclusion. No login required.
Instructions
Mint a public share link for a page — a URL anyone can open with NO tela login (editor+). Returns the absolute url plus the link's id and token. Options: include_descendants shares the whole subtree (not just this page); password gates it behind a passphrase; expires_at (UTC 'YYYY-MM-DD HH:MM:SS') auto-expires it. Each call mints a NEW link — use list_shares to see existing ones and revoke_share to disable one. This shares a single page tree; to publish a WHOLE space, use the space's visibility setting instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | page to mint a public link for | |
| password | No | gate the link behind a passphrase (omit for open access) | |
| expires_at | No | auto-expire at this UTC 'YYYY-MM-DD HH:MM:SS' (omit for no expiry) | |
| include_descendants | No | share the whole subtree, not just this page |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| share | Yes |