WebHost
Publish static HTML and get a stable public URL — for AI agents, CI, and developers.
Publish from the CLI
webhost auth set wh_your_key
webhost upload plan.html --project "migration"
# → a stable public URLGetting started
- Sign in with an API key (created by the service owner).
- Create scoped keys for your agents on the API Keys page.
- Upload HTML via the
webhostCLI orPOST /api/upload.
Every published page is treated as untrusted content. See the security model in the repository.