@kelviq/node-sdk
v2.0.0
Published
Node.js SDK for interacting with the Kelviq API.
Maintainers
Readme
Kelviq Node SDK
The official Node.js SDK for interacting with the Kelviq API. Manage customers, checkout sessions, entitlements, usage reporting, and subscriptions from your backend.
Installation
npm install @kelviq/node-sdkQuick Start
import { Kelviq } from '@kelviq/node-sdk';
const client = new Kelviq({ accessToken: process.env.KELVIQ_API_KEY });
// Check feature access
const hasAccess = await client.entitlements.hasAccess({
customerId: "cust_123",
featureId: "premium-reporting"
});Documentation
For full documentation, including setup guides and API reference, visit docs.kelviq.com.
License
MIT
