Who is Nozle for?
Nozle is built for AI companies that:- Bill customers based on API calls, tokens, compute time, or other usage metrics
- Need visibility into per-customer and per-model costs
- Want feature gating and usage limits without building entitlement logic from scratch
- Use Stripe for payments and need managed checkout flows
Key capabilities
Architecture
Nozle is built around two layers:-
Nozle API — The backend for checkout, subscriptions, credits, entitlements, margin analytics, and usage ingestion. Runs at
api.nozle.app. - SDKs — Client and server libraries that connect your application to Nozle.
You interact with Nozle through the SDKs or REST API — all the complexity of billing, entitlements, and margin lives behind a single API surface.
SDKs
Nozle ships three SDKs:@nozle-js/react— Public catalog, checkout orchestration, pricing, usage, and presentational gate components.@nozle-js/node— Server-side billing, credits, subscriptions, event tracking, entitlements, and margin queries.nozle-sdk(Python) — Typed server-side access to the same core billing and credit workflows.