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
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": "…" } live now · expires in seven days · no account
  1. Drop a document POST Markdown or HTML to /v1/drop. The host assigns the Slug; the Site is live the moment the call returns.
  2. Share the URL A Visitor opens the Site. You keep the Site secret — it authorizes replace and delete, and is shown only once.
  3. Or publish a folder Point your Agent at the skill; it runs the bundled CLI for multi-file Sites.