pricing-as-code

Installation
SKILL.md

Pricing as code

The Kelviq CLI (@kelviq/cli) manages the catalog as a typed kelviq.config.ts file synced against a live environment: pull it in, edit it in a branch, preview the diff, apply it, and promote a tested sandbox catalog to production.

Setup

Two separate tools, both needed here. The CLI edits and syncs the config file directly against the API — it does not go through MCP:

npm install -g @kelviq/cli
kelviq login          # paste a sandbox key (default)
kelviq login --prod    # paste a production key, for promote/push --prod
Installs
2
First Seen
Jul 28, 2026
pricing-as-code — kelviq/agent-toolkit