🛒 TechStore WAB ENABLED

🛒 Cart 0

🛒 Shopping Cart

🛒

Your cart is empty

Add some products to get started!

Welcome to TechStore

A fully functional WAB-enabled store. Browse, add to cart, and checkout — AI agents can do the same via protocol.

WAB Protocol Active Discovery Actions Ping Audit Log
Loading products...
How this store was made WAB-enabled
<script src="https://webagentbridge.com/script/wab.min.js"></script>
<script>
  WAB.init({ name: "TechStore", actions: {
    getPrice:  () => document.querySelector("#price").innerText,
    addToCart: ({ id }) => fetch("/wab/execute", { ... }),
    buy:       () => document.querySelector("#buy").click()
  }});
</script>