Skip to main content
ChangeGuard AI is designed to sit alongside the tools you already run, not replace them. This page describes each integration with the same structure — what it reads, what it writes, the permissions and effort it takes, and its support level — so you can plan a rollout without surprises.
This list covers the integrations we verified for this release. If you need one that isn’t here (a specific chat platform, ticketing system, or CI vendor), contact support@changeguard.ai — several are handled case-by-case and aren’t self-serve yet.

GitOps — Argo CD & Flux

ChangeGuard AI ingests changes from GitOps controllers so that “what changed” reflects your real delivery pipeline, not just raw cluster mutations.

GitHub — a verdict on every pull request

The primary integration. A GitHub App plus one short workflow file judges the manifests each pull request changes against the environment bound to the repository, and — when you enable deploys — reports the outcome back to the same Change record. Setup is guided in the product: Start here → 5. Connect GitHub.

Any other CI / CD — the same judgment via API

GitLab, Jenkins, Argo, a script: the same POST /api/cicd/preflight call, authenticated with an API key of scope cicd. See Use the verdict in CI.
Roll either out in two phases: first log the verdict without acting on it so your team sees it match reality, then make BLOCK fail the build. The judgment is deterministic for the same change and the same evidence, so a gate built on it is stable.

Notifications

ChangeGuard AI can alert your team when it detects a change or an incident, so the signal lands where people already look.
Specific notification destinations are configured inside the product and may vary by plan. Check the in-app notification settings for the current list, or ask support if you need a destination you don’t see.

Security scanners (bundled)

The scanners aren’t third-party integrations you wire up — they ship with ChangeGuard AI and run as optional in-cluster jobs. They’re listed here so you know what’s producing findings.
Scanner findings are sent to the control plane; the scanned images and manifests are not. See Architecture & data flow.

What ChangeGuard AI does not integrate with (yet)

To keep this honest: there is no outbound HTTP-proxy support for the collector today, and no SSO/SAML for app sign-in as of this release. If either is a requirement for you, raise it with support before you plan a rollout — we’d rather set the right expectation up front.