◆
Integration
DeployDoc for Netlify
Reconcile Netlify env vars across deploy contexts and access scopes, and parse netlify.toml for build-time overrides.
Live connectorLive Netlify connector for env audits across Production, Previews and Branches.
What commonly breaks on Netlify
- Env var missing for Deploy Previews while Production builds fine.
- Function-scope omissions — vars set for Builds only.
- netlify.toml [build.environment] silently overrides UI values.
- Sensitive-flagged vars with empty values after rotation.
- Custom redirects breaking auth callbacks.
What DeployDoc checks
- Env per deploy context (Production / Deploy Previews / Branch) and per scope (Builds / Functions / Runtime).
- netlify.toml overrides that shadow dashboard values.
- Function entrypoints referencing vars not in Function scope.
- Redirects / rewrites that intercept auth callbacks.
Can automate
- • Per-context env diff.
- • netlify.toml override detection.
- • Build log triage.
Cannot automate
- • Writing env vars to Netlify.
- • Triggering new deploys.
- • Editing netlify.toml in your repo.
Get started with Netlify
Run a diagnosis on a recent failed build, or connect Netlify for one-click fixes where supported.