Inspekt is a zero-latency AI diagnostic layer for modern backends that performs live autopsies on API failures and suggests instant logic fixes. It sits silently in your middleware, transforming raw HTTP errors into actionable AI-powered fixes. Key features include:
- Zero-config handshake: Initialization triggers an immediate bi-directional sync with the engine, inheriting security rules and analysis modes without local YAML files.
- Intent-driven diagnoses: Choose analysis modes: 'errors' for surgical failure analysis, 'always' for full request-lifecycle visibility, or 'never' for structured logging.
- Zero-trust redaction layer: Local-first scrubbing ensures PII never leaves your infrastructure before sanitized payloads are emitted.
- Infinite recovery strategy: Persistent exponential backoff ensures observability is restored automatically after network failures.
- Dashboard-optional DX: Get structured, color-coded, severity-tagged diagnoses directly in the console.
- Atomic session persistence: On reconnection, the SDK performs a fresh handshake to re-sync latest redaction rules.
Use cases include debugging production API errors, monitoring high-availability Node.js environments, and reducing time spent reading stack traces.

