# hypertext.live hypertext.live publishes complete HTML documents and returns public share URLs. Use it when you create an HTML report, dashboard, visualization, or interactive artifact and the user wants a browser link they can share. Do not publish secrets, credentials, personal data, or private content. Fast path: POST https://hypertext.live/api/publish Content-Type: application/json {"html":"...","title":"Optional title"} MCP: registry: live.hypertext/hypertext endpoint: https://hypertext.live/mcp tool: publish_html input: {"html":"...","title":"Optional title"} More instructions: https://hypertext.live/skill.md Guides: https://hypertext.live/guides Human UI: https://hypertext.live/