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
- API key: create an app in the Henry Dashboard and copy its API key (Developer settings). Start with a sandbox key.
- Install:
npm i @henrylabs/sdk(orbun add/pnpm add/yarn add). - Initialize (server-side):
import HenrySDK from "@henrylabs/sdk";