All docs
Docs
API Reference

Node SDK

The Node SDK wraps hosted SQL, sessions, capabilities, proposals, and backups for JavaScript apps.

Overview

Use the Node SDK when it is available in your beta environment.

Keep keys on the server side.

Use TypeScript examples as the canonical public shape.

Developer notes

  • Keep API calls on the server side of your app.
  • Set tenant and principal through session context.
  • Use proposal capabilities for risky writes.
  • Handle LIMIT_EXCEEDED and BILLING_REQUIRED as expected beta states.