Static publishing for agents

Publish small sites without handing agents the god keys.

wzrrd is a tiny Cloudflare-backed publishing layer for Brain notes, demos, receipts, and throwaway static sites. The CLI publishes. The app authorizes. The edge serves.

wzrrd publish --file ./dist --slug demo View example
01

Control plane

SvelteKit on Cloudflare with Better Auth and Agent Auth discovery.

02

Publish path

The CLI calls the wzrrd API, then the shared router serves <slug>.wzrrd.sh.

03

Scoped agents

Agents should get narrow publishing capabilities, not raw Cloudflare credentials.

$ wzrrd doctor
{ "ok": true, "root": 200, "router": 200 }

$ wzrrd publish --file ./site --slug launch-notes
https://launch-notes.wzrrd.sh/