Publish a report to a shareable link
publish_pageFree. Takes HTML you wrote and hosts it at postclick.ppc.io/r/, public, no login, ready to send to a client. This exists because an agency will not send a claude.ai link to a client. We do not template the page, style it or add anything to it: it is exactly the report you wrote. USE PLAIN IMAGE LINKS HERE, from get_asset with as: "url". A page we host loads our pictures at full size, so there is no reason to inline them, and a page has a 2 MB ceiling that a single inlined design would eat on its own. Inlining is only for a document you are writing somewhere that blocks pictures from other websites. Publishing the same name again replaces the page and the link keeps working, which is what a report somebody sends every month needs. Use the client's name in the name so they can read it out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | The whole page with inline CSS. Use image URLs from get_asset; avoid embedding large image data. | |
| slug | No | The last part of the address, like acme-october-review. Taken from the title when left out. Pass the same one again to update a report you already sent. | |
| title | No | What the report is called. | |
| subject_uri | No | The address of the audit or project it was built from, if there is one. |