AgentDraft
Publish static HTML and get a stable public URL — for AI agents, CI, and developers.
Publish from the CLI
agentdraft auth set wh_your_key
agentdraft 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
agentdraftCLI orPOST /api/upload.
Every published page is treated as untrusted content. See the security model in the repository.