AI Installer & CLI
How AI Installer & CLI works in Paycux, what it is for, and the smallest setup that gets it running.
Introduction
AI Installer & CLI is part of the Paycux platform. This page explains what it does, when to reach for it, and the smallest working setup you can ship.
Everything below applies to both environments. Build and test in staging, then promote the same configuration to production without changing your code — only the API key and client ID differ.
AI Installer
Install the SDK with your package manager, then read the API key from the environment rather than hard-coding it.
1npm install @paycux/node
What the installer handles
What the installer handles is configured per environment in the dashboard, so staging and production can differ while your application code stays identical.
Changes take effect on the next request. There is no deploy step and no cache to clear.
Supported frameworks
Supported frameworks is handled by AI Installer & CLI rather than by your application code. Paycux exposes it through the same API surface as the rest of the platform, so the client you already configured needs no additional setup.
Configuration lives in the dashboard and is versioned per environment. Change it in staging, confirm the behaviour, then apply the same change to production.
How the installer works
How the installer works is configured per environment in the dashboard, so staging and production can differ while your application code stays identical.
Changes take effect on the next request. There is no deploy step and no cache to clear.
Install options
Install options is configured per environment in the dashboard, so staging and production can differ while your application code stays identical.
Changes take effect on the next request. There is no deploy step and no cache to clear.
Coding agent skills
Coding agent skills is handled by AI Installer & CLI rather than by your application code. Paycux exposes it through the same API surface as the rest of the platform, so the client you already configured needs no additional setup.
Configuration lives in the dashboard and is versioned per environment. Change it in staging, confirm the behaviour, then apply the same change to production.
Manage resources
Manage resources is handled by AI Installer & CLI rather than by your application code. Paycux exposes it through the same API surface as the rest of the platform, so the client you already configured needs no additional setup.
Configuration lives in the dashboard and is versioned per environment. Change it in staging, confirm the behaviour, then apply the same change to production.