integrate

Installation
SKILL.md

Integrate Henry

Henry gives an application a full commerce stack behind a single API key: search any merchant's catalog, build multi-merchant carts, launch checkout, and track orders. Features are modular — you can call cart.checkout.purchase directly with a product link, or use products.details standalone without ever touching a cart.

Setup in three steps

  1. API key: create an app in the Henry Dashboard and copy its API key (Developer settings). Start with a sandbox key.
  2. Install: npm i @henrylabs/sdk (or bun add / pnpm add / yarn add).
  3. Initialize (server-side):
import HenrySDK from "@henrylabs/sdk";
Installs
2
First Seen
Jun 18, 2026
integrate — henry-social/skills