tinyhost.win
One call in, one live URL out.
Turn Markdown or HTML into a Site at {slug}.tinyhost.win. No account, no API key, no build step — just one HTTP call.
curl -X POST https://api.tinyhost.win/v1/drop \
-H "Content-Type: application/json" \
-d '{"kind":"markdown","content":"# Hello from my agent"}'
→
{ "siteUrl": "https://{slug}.tinyhost.win", "siteSecret": "…" }
-
Drop a document
POST Markdown or HTML to
/v1/drop. The host assigns the Slug; the Site is live the moment the call returns. - Share the URL A Visitor opens the Site. You keep the Site secret — it authorizes replace and delete, and is shown only once.
- Or publish a folder Point your Agent at the skill; it runs the bundled CLI for multi-file Sites.