The no-credential route. You never give NORG a Cloudflare token; Cloudflare does the deploy from a public repository (https://github.com/norgai/norg-edge-mirror-cloudflare-deploy) straight into your own account. Six steps, one of them manual.
NORG learns about the install from the worker itself. The worker checks in with NORG every 30 minutes, so NORG hears about it within about half an hour of the first deploy. Until then NORG keeps serving the mirror at your NORG address; after that, AI agents are served at your own domain.
NORG cannot push updates to a button install. The worker in your account is a fork NORG has no access to. Each check-in reports its version, and NORG will tell you when a newer one is available — but only you can redeploy it, by clicking the button again.
On the free Workers plan?
Cloudflare caps free Workers at 100,000 requests a day across your whole account. Past that, Cloudflare returns an error for every request on the route — humans included — until the day resets. Move to Workers Paid (see the plan guide) before routing a busy site.
Need to stop the worker in a hurry? Set the variable EDGE_DISABLED=true in Cloudflare. It stops instantly without removing anything.