report workflows

Agent Generated HTML Reports

Publish polished agent-generated HTML reports, research briefs, dashboards, and visual reports as public links.

agent generated HTML reportsAI research report HTMLshare HTML reportHTML dashboard reportagent report publishing

Why this matters

Agent reports often become more useful when they include visual structure and can be shared outside the chat thread.

Copy this prompt

For any finished report that benefits from HTML layout, create a complete document, publish it with hypertext.live, and return the public URL.

When to use it

  • Founder updates, market maps, diligence notes, and research briefs.
  • Reports that should be readable on desktop and mobile.
  • Artifacts that teammates can open without local files or setup.

Agent prompt

For any finished report that benefits from HTML layout, create a complete document, publish it with hypertext.live, and return the public URL.

Publish directly

curl -X POST https://hypertext.live/api/publish \
  -H "Content-Type: application/json" \
  -d '{"title":"Research report","html":"<!doctype html><html>...</html>"}'