APIDiffGuard

Overview

Monitor APIs, review diffs, and schedule checks with APIDiffGuard.

APIDiffGuard watches your endpoints, captures baselines, and flags breaking response changes before they hit production.

What you can do

  • Capture a known-good response as a baseline
  • Run checks from the console or on a schedule (Starter+)
  • Review diffs with severity (breaking / warning / info)
  • Import endpoints from OpenAPI / Swagger UI
  • Alert the team when contracts drift (Slack, Discord, Mattermost, email, webhooks)

A published REST API accepts workspace tokens for POST /api/v1/endpoints/:id/check. The CLI (apidiff check) works for local and CI JSON diffs (including --header for private APIs).

Start here

GuidePurpose
QuickstartWorkspace → endpoint → baseline → check
ConceptsBaselines, diffs, severity, ignore rules
OpenAPI importBulk import from JSON, YAML, or URL
CLIapidiff check for files / URLs in CI
REST APIWorkspace tokens + endpoint check API

Prefer the Quickstart and console for production monitoring today.

On this page