Skip to main content
These prompts are written to be pasted directly into a coding agent. They assume the agent can read the LIP spec and examples, and that a local sandbox is running.

Before you start

Install the LIP agent skills:
Enable the MCP server via mcp.json. Then use the prompts below with your agent (Cursor, Claude Code, Codex, etc.). Attach llms.txt or enable the lip MCP server for accurate spec context. The prompts reference @loyalty-interchange/sdk, published on npm at 0.1.0.
Before running any prompt, start the local sandbox with npm start (or npm run lip -- serve) and confirm it is healthy:

Bootstrap a new integration

Add earn/redeem preview to a cart screen

Implement webhook delivery receiver

Add refund with points clawback

Validate a FoodserviceOrder payload

Run conformance and fix failures

Custom program for a brand

End-to-end test suite

Next steps

Using LIP with AI

How agent skills, the MCP server, and llms.txt give your coding agent accurate spec context.

TypeScript SDK

The idiomatic @loyalty-interchange/sdk client the prompts above build on.