publish_report
Host a report and return a shareable link. Ask the user first, as it publishes their data to the public web.
Instructions
Host the report and return a shareable link.
ASK THE USER FIRST. This puts their product's numbers on the public web. Only run it when they have said they want a link.
The report goes to a random path in a Vercel project and is deployed with
vercel deploy --prod. The random path plus a noindex header means only
someone with the link can reach it and search engines won't list it — but it
is still the open internet. Requires the vercel CLI to be logged in. To take
one down, delete the file under r/ and deploy again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html_path | Yes |