Quickstart
Go from zero to a monitored endpoint in five minutes — free trial includes full Pro features on one watch.
What do you want to do?
Start a free trial
- Open /start and paste a vendor URL or
mcp.jsonsnippet. - Confirm the suggested watch and start the trial — no credit card.
- Copy your API key from /activate after checkout, or use the trial session header in CI.
Open-source client (optional)
git clone https://github.com/kioie/driftguard.git
cd driftguard && npm ci && npm run build
node dist/cli/check.js diff '{"a":1}' '{"a":1,"b":2}'
Connect Cursor MCP
{
"mcpServers": {
"driftguard": {
"command": "node",
"args": ["/absolute/path/to/driftguard/dist/mcp/server.js"],
"env": { "DRIFTGUARD_API_KEY": "dg_live_…" }
}
}
}
Add CI coverage preview
Copy the starter workflow from CI setup or the OSS repo examples/workflows/ directory. Preview mode prints missing watches without blocking; add DRIFTGUARD_API_KEY to enforce.