Hey there!
What would you like to purchase?
This demo uses AI agents to checkout any product on the internet. Paste a URL from any product page to get started, or select one of our featured products below.
Product
1curl --request POST \
2 --url https://staging.api.rye.com/v1/checkout-intents \
3 --header 'Authorization: Basic <api_key>' \
4 --header 'Content-Type: application/json' \
5 --data '{
6 "productUrl": "https://www.amazon.com/dp/..."
7 }'

























