{"name":"Host Website","description":"Deploy a website instantly from HTML or Markdown content. Sites live for 365 days. Send your content (HTML or Markdown) and get back a live URL. Input: `content` (required — your HTML or Markdown), `format` (\"html\" or \"markdown\", default \"html\"), `title` (page title, optional), `css` (custom CSS to inject, optional), `slug` (custom URL slug, optional — auto-generated if omitted), `wrapInTemplate` (boolean, default true — wraps content in a responsive template). Returns: `url` (the live site URL), `slug`, `title`, `createdAt`, `expiresAt`, `contentLength`. Sites are served instantly at the returned URL. Supports full HTML documents, HTML fragments, and Markdown with automatic conversion to styled HTML. Max content size: 1MB. Perfect for: landing pages, documentation, reports, dashboards, portfolios, or any content an agent wants to publish to the web. Surface map: paid `POST /run` (publish); free `GET /s/:slug` + `HEAD /s/:slug` (serve site HTML, increments visit counter), `GET /site/:slug` + `HEAD /site/:slug` (legacy aliases for /s/:slug), `GET /stats/:slug` (JSON: title, createdAt, expiresAt, visit count), `GET /sites` (listing stub)."}