Documentation

Cliux TypeScript SDK

Official Node.js and TypeScript SDK for server-side Cliux integrations — ideal for custom backends, CI/CD pipelines, and agency tooling.

Installation

npm install @cliux/sdk. Requires Node 18+. Import CliuxClient and pass your API key from environment variables — never commit keys to source control.

Quick start

const cliux = new CliuxClient({ apiKey: process.env.CLIUX_API_KEY }); const sites = await cliux.sites.list(); Full TypeScript types included for all resources.

Resources

SDK covers sites, pages, contacts, products, orders, webhooks, and automations. Pagination helpers and automatic retry on 429 included.

Examples

Common patterns: sync CRM on form submit, bulk page updates from CMS, nightly order exports. Example repos linked from the developer dashboard.

Related docs

Ready to integrate?

Create an account and generate API keys in minutes.

Start for free