# Stride Supply OpenPermit agent instructions This is an OpenPermit-compatible storefront for Stride Supply. Discover the machine-readable manifest at https://storefront.openpermit.ai/shoes/.well-known/openpermit-storefront.json. Browser-only checkout start: GET https://storefront.openpermit.ai/shoes/agent-payments/start?q=&quantity=. Quote items with POST https://storefront.openpermit.ai/shoes/api/checkout/quote; quoting does not require a wallet, mandate, account, or payment credential. After quoting, attempt checkout with POST https://storefront.openpermit.ai/shoes/api/checkout/orders. If you can only browse pages and cannot POST JSON, open https://storefront.openpermit.ai/shoes/agent-payments/start with q or query and quantity parameters, then return the raw setup URL shown on that seller page. If you can POST checkout, return the seller-hosted buyerSetup.nextAction.url from the concrete HTTP 402 response. After the user approves the buyer setup, use the seller-hosted continuation link the buyer gives you. Do not ask the user for wallet keys or payment signatures. Manifest: https://storefront.openpermit.ai/shoes/.well-known/openpermit-storefront.json Browser checkout start: https://storefront.openpermit.ai/shoes/agent-payments/start Catalog: https://storefront.openpermit.ai/shoes/api/products Quote: https://storefront.openpermit.ai/shoes/api/checkout/quote Checkout: https://storefront.openpermit.ai/shoes/api/checkout/orders Buyer setup: returned by the concrete HTTP 402 checkout response, or by the seller-hosted browser checkout-start page after it prepares the same concrete basket.