Caramel

Onboard your agent to Caramel

Copy the sentence below and paste it into any AI coding agent. The agent fetches /agent-setup/prompt.md and installs everything itself: the Caramel coupon skill, which looks up live promo codes for any store through our public API. No API key, no account.

Fetch and execute the appropriate instructions to set me up for Caramel from https://grabcaramel.com/agent-setup/prompt.md

Or follow the guide for your agent

What your agent gets

  • The caramel-coupons skill: when you are about to buy something, it fetches live codes for that store, with each code's latest verification status.
  • The public coupon API: https://grabcaramel.com/api/coupons (by store or search) and https://grabcaramel.com/api/coupons/stores (store lookup).
  • Nothing that needs a key. There is no Caramel MCP server or SDK; the browser extension itself is yours to install from the download page.

Verify

curl -s "https://grabcaramel.com/api/coupons?site=nike.com&limit=1"

Success: HTTP 200 with a JSON body whose coupons array holds one object carrying code, site and title, and a numeric total.