Your cart is empty
Add some products to get started!
A fully functional WAB-enabled store. Browse, add to cart, and checkout — AI agents can do the same via protocol.
<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>