DriftGuard API
Prevent pipeline failures before they happen. DriftGuard is a metadata-only API that catches breaking schema changes in your data pipelines, warehouses, and integrations.What is DriftGuard?
Data pipelines break when schemas change unexpectedly. A column gets renamed. A number becomes a string. A required field disappears. These “small” changes cause big problems: failed DAGs, wrong dashboards, hours of firefighting. DriftGuard solves this with data contracts:- Define what your data should look like (the contract)
- Check incoming schemas against that contract
- Alert when drift is detected — before it breaks production
Why DriftGuard?
Metadata-Only
We store column names and types, never your actual data. No PII, no security review delays.
API-First
One HTTP endpoint. No platform to adopt, no months-long implementation. Works with dbt, Airflow, Fivetran, or custom Python.
Pay As You Go
$10 for 500 checks. No monthly minimums, no contracts. Credits never expire.
CI/CD Native
Catch drift in pull requests, not in production. GitHub Action available.
How It Works
All endpoints use the
X-API-Key header for authentication. The /api/v1/health endpoint is the only one that does not require a key.What Makes It Different
- API-first — no platform to adopt, no agent to install
- Metadata-only — we never store or touch your raw data, only column names and types
- Pay-as-you-go — 1 credit per check, no monthly seat fees. Credits never expire.
- CI-ready — integrates in one curl command, GitHub Action available
- Schema inference — send a sample JSON payload and DriftGuard auto-generates your contract schema
Valid Column Types
DriftGuard supports the following column types in contracts and incoming schemas:| Type | Description |
|---|---|
string | Text values |
integer | Whole numbers |
number | Floating point / decimal numbers |
boolean | True / false values |
date | Date without time (YYYY-MM-DD) |
timestamp | Date with time |
json | Nested JSON / object values |
Get Started
Start in 5 Minutes
Follow the quickstart guide to run your first schema check.
Quick Links
5-Minute Quickstart
Get your first schema check running.
Core Concepts
Understand contracts, checks, and severity scoring.
API Reference
Complete endpoint documentation.
Need Help?
- Email: singhnaveen360@gmail.com
- Twitter/X: @naveenbale
- GitHub: Naveen071110/driftguard-docs
DriftGuard is currently in private beta. Join the waitlist to get your API key.
