No. APIDiffGuard monitors live endpoints, stores versioned baselines, schedules checks, and alerts on schema drift — the diff viewer is the signature surface, not the whole product.
Can I ignore volatile fields?
Built-in defaults ignore volatile leaf names (request_id, timestamp, and similar). Add custom paths on each endpoint’s Ignore rules panel.
Is there a CLI?
Yes. Use apidiff check from packages/cli (with --header for private APIs) or POST /api/v1/endpoints/:id/check with a workspace token from Settings → Tokens.
What auth types are supported?
Bearer, API key, Basic, OAuth token, and custom headers.