Deploy hooks
Deploy hooks are secret URLs that trigger a deploy when called over HTTP — useful for CI pipelines or external systems without GitHub webhooks.
Hook URL
Find your hook under service Settings → Deploy. The URL format is:
POST https://cloud.breachfix.com/deploy/{serviceId}?key={secret}Artifact hook
An artifact hook accepts a built tarball for services that build outside BreachFix Cloud:
POST https://cloud.breachfix.com/deploy/{serviceId}/artifact?key={secret}Security
Regenerate the hook key from Settings if it is exposed. Treat hook URLs like passwords — do not commit them to public repositories.