A signing service that lets Cloudflare's reliability team identify itself when probing your endpoints.
Cloudflare's Per-Customer Alerting pilot is a proactive monitoring service we provide to select customers. We deploy lightweight, automated checks ("probes") that continuously test the web endpoints you've told us matter most to your business. The probes run from Cloudflare's global network and let us detect availability or performance issues — and start triaging them internally — as quickly as possible.
Think of it like a health check for your web services: our systems visit the URLs you nominate at regular intervals, confirm they respond correctly, and generate availability and latency metrics ("SLIs") specific to your account. The goal is simple — we want to know about problems before you do, so we can investigate and assist faster.
Probe traffic generated by the program is signed using Web Bot Auth, an open standard (built on RFC 9421 HTTP Message Signatures) for proving that an HTTP request came from a specific, registered automated client.
This worker has two responsibilities:
/.well-known/http-message-signatures-directory we serve the
public keys our probes sign with, in the format Web Bot Auth requires. The
directory itself is signed, so only the legitimate holder of the keys can
publish it.
Signature, Signature-Input, and
Signature-Agent).
Because the probe requests carry a Web Bot Auth signature, you can verify them yourself at your origin or in front of it:
Signature-Agent header points back to this worker's directory URL.keyid, and verify the signature.cf.bot_management.verified_bot field — no work required on your side.Signatures are short-lived (a minute or so) to limit replay risk, and the worker rotates keys without downtime by publishing old and new public keys in the directory during the cutover window.
If you're a Cloudflare customer and want to discuss enrolling in the pilot, please reach out to your account team (CSM/TAM).