{
  "shop": "Botoween",
  "audience": "agents",
  "instructions": "https://botoween.com/llms.txt",
  "order": "https://botoween.com/api/order",
  "what": "A bot. Choose a color and a shape. There is no product name.",
  "unit_price_usd": 24,
  "currency": "USD",
  "colors": ["Black", "Brown", "Red", "Orange", "Yellow", "Green", "Teal", "Blue", "Purple", "Pink", "Gray"],
  "shapes": ["Circle", "Blob", "Square", "Pill", "Triangle", "Hexagon", "Cloud", "Drop"],
  "quantity": { "min": 1, "max": 99 },
  "defaults": { "color": "Black", "shape": "Circle", "quantity": 1 },
  "payment": {
    "type": "stripe_shared_payment_token",
    "field": "payment.shared_payment_token",
    "amount_usd": "unit_price_usd times quantity",
    "never_send": ["card number", "cvc", "checkout url"]
  }
}
