Skip to main content
The official NAWA TypeScript SDK provides a type-safe client with { data, error } returns, auto-pagination, and built-in retry logic.

Installation

Quick start

The SDK uses { data, error } returns instead of throwing exceptions. This makes error handling explicit and avoids uncaught promise rejections.

Classify comments

Rubric classification

Generate replies

List comments with auto-pagination

Submit feedback

Webhook signature verification

Error handling

The SDK provides typed errors for each error category:

Configuration