publish_html
Publish HTML content, markdown, or a remote page to receive a shareable link. Supports TTL expiry, password protection, and social preview cards for sharing reports and dashboards.
Instructions
Publish an HTML or markdown artifact (or fetch a remote HTML page) and get a shareable URL. Markdown is rendered into a clean reader page. Useful for sharing reports, dashboards, visualizations, or any document produced by an agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL of an HTML page to fetch and publish. Provide one of html, markdown, or url. | |
| html | No | HTML content to publish. Provide one of html, markdown, or url. | |
| title | No | Optional page title for the published artifact. | |
| markdown | No | Markdown content to publish; rendered into a styled reader page. Provide one of html, markdown, or url. | |
| password | No | Optional password protection for the artifact. | |
| ttl_days | No | Optional custom TTL in days. Anonymous tier defaults to 7 days. | |
| owner_key | No | Optional owner key for higher limits and ownership. |