On May 9, 2026, an AI coding assistant was helping test an agentic website
deployment automation. The system needed automated domain registration via
the Cloudflare Registrar API.
The assistant wanted to verify that the registration endpoint existed and
accepted the expected request format. Instead of reading the
documentation, it sent a live POST request to the production registration
endpoint.
The domain name it used was deliberately absurd, intended to signal
"this is obviously a test." But the Cloudflare API does not care about
your intentions. It cares about valid POST requests with valid payment
methods.
The endpoint worked. The domain was purchased. The purchase was
non-refundable.
The assistant's code comment read: // dry probe
There is no dry probe for a purchase API. There is only purchase.