Minimum requirements before the adapter should be considered production-ready
The moderation request alone is not enough. You need traceability, operator visibility, and explicit degraded-state behavior.
Most rollout issues are missing incident ids, exhausted credits, wrong keys, or silent degraded paths. Make these states visible before you ship.
The moderation request alone is not enough. You need traceability, operator visibility, and explicit degraded-state behavior.
Most rollout issues can be explained quickly if the operator can confirm key scope, incident presence, and remaining balance before diving into code.
Check key scope, then incident ingestion, then credit balance, and only then investigate adapter code. This order avoids most false debugging starts.
The dangerous path is not a hard error. It is a system that silently stops moderating or loses the ids needed to explain what it did later.
Treat low-credit, wrong-key, or moderation-service failure states as first-class incidents in your product telemetry. Hidden degradation is what creates trust gaps during rollout.
Incident ids, source event ids, scope ids, and any local enforcement outcome should be recorded together. Without that, moderation support becomes guesswork.