<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: SR</title>
    <description>The latest articles on DEV Community by SR (@sidratnam).</description>
    <link>https://dev.to/sidratnam</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3922710%2F4f535dba-f3c9-454e-b982-54b29c3f38a7.png</url>
      <title>DEV Community: SR</title>
      <link>https://dev.to/sidratnam</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sidratnam"/>
    <language>en</language>
    <item>
      <title>How to Make Your Store Visible to ChatGPT Operator and AI Shopping Agents</title>
      <dc:creator>SR</dc:creator>
      <pubDate>Tue, 23 Jun 2026 10:30:04 +0000</pubDate>
      <link>https://dev.to/sidratnam/how-to-make-your-store-visible-to-chatgpt-operator-and-ai-shopping-agents-140e</link>
      <guid>https://dev.to/sidratnam/how-to-make-your-store-visible-to-chatgpt-operator-and-ai-shopping-agents-140e</guid>
      <description>&lt;p&gt;ChatGPT Operator is already live. It browses the web and completes purchases on behalf of users — flights, hotel bookings, products. Perplexity Comet is doing the same. Google's shopping agents are in early rollout.&lt;/p&gt;

&lt;p&gt;Most stores are not visible to any of them.&lt;/p&gt;

&lt;p&gt;This is a solvable problem. Here's what it takes.&lt;/p&gt;

&lt;h2&gt;
  
  
  The discovery layer
&lt;/h2&gt;

&lt;p&gt;Agents find stores via the ACP discovery file: &lt;code&gt;/.well-known/agent-purchase.json&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;This file tells agents what the store sells, how products are structured, what payment methods are accepted, and where to send purchase requests.&lt;/p&gt;

&lt;p&gt;Without this file, agents cannot discover the store. They skip it entirely — not because of bad content or poor SEO, but because the discovery layer doesn't exist.&lt;/p&gt;

&lt;h2&gt;
  
  
  The purchase endpoint
&lt;/h2&gt;

&lt;p&gt;Once an agent discovers a store, it needs somewhere to send the purchase request.&lt;/p&gt;

&lt;p&gt;The endpoint: &lt;code&gt;/api/agent/purchase&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;This receives a structured JSON payload from the agent, validates it, processes payment via Stripe, and returns a confirmation. It also tags the transaction with AI-vs-human attribution so you can see exactly how much revenue is coming from agents vs. human customers.&lt;/p&gt;

&lt;p&gt;Without this endpoint, agents can find the store but cannot buy anything. They move on.&lt;/p&gt;

&lt;h2&gt;
  
  
  The content layer
&lt;/h2&gt;

&lt;p&gt;Agents don't parse HTML the way Google crawlers do. They read:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;JSON-LD structured data&lt;/strong&gt; — every product page needs &lt;code&gt;@type: Product&lt;/code&gt; schema with price, availability, and purchase URL&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;code&gt;llms.txt&lt;/code&gt;&lt;/strong&gt; — a plain-text file at the site root that summarizes what the store sells and how to buy it&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;&lt;code&gt;/agents&lt;/code&gt; page&lt;/strong&gt; — a human-readable but AI-optimized page describing the store's catalog and purchase flow&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What a full build takes
&lt;/h2&gt;

&lt;p&gt;Building this correctly — ACP discovery file, purchase backend, agent-optimized content, Stripe integration, transaction logging — takes roughly 30 days for a custom build on a live store.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://sidratnam.com/agentic-commerce" rel="noopener noreferrer"&gt;AI-agent-ready store setup&lt;/a&gt; deploys all of this to your VPS in a single engagement. Foundation build: $5,000. Full Suite with four agents and JARVIS control layer: $20,000.&lt;/p&gt;

&lt;p&gt;Details: &lt;a href="https://sidratnam.com/agentic-commerce" rel="noopener noreferrer"&gt;sidratnam.com/agentic-commerce&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>ecommerce</category>
    </item>
    <item>
      <title>Why Agentic Commerce Must Run on Your VPS (Not a SaaS Platform)</title>
      <dc:creator>SR</dc:creator>
      <pubDate>Wed, 13 May 2026 15:15:21 +0000</pubDate>
      <link>https://dev.to/sidratnam/why-agentic-commerce-must-run-on-your-vps-not-a-saas-platform-39bl</link>
      <guid>https://dev.to/sidratnam/why-agentic-commerce-must-run-on-your-vps-not-a-saas-platform-39bl</guid>
      <description>&lt;p&gt;There's a version of agentic commerce you rent. There's a version you own. They are not equivalent — and the difference will matter enormously when AI purchasing becomes mainstream.&lt;/p&gt;

&lt;h2&gt;
  
  
  What you give up when you rent
&lt;/h2&gt;

&lt;p&gt;SaaS agentic commerce tools give you convenience. They also give you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Vendor lock-in&lt;/strong&gt; — when they change pricing or shut down, your commerce layer goes with them&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Shared infrastructure&lt;/strong&gt; — your agent runs on the same servers as thousands of other stores, with shared rate limits and shared failure modes&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No audit trail you control&lt;/strong&gt; — their logs, their retention policy, their decision on what you can see&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Monthly fees in perpetuity&lt;/strong&gt; — $2,000–$8,000/month for a stack of tools that provide less visibility than a properly built self-hosted system on day one&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What you get when you own it
&lt;/h2&gt;

&lt;p&gt;The &lt;a href="https://sidratnam.com/agentic-commerce" rel="noopener noreferrer"&gt;agentic commerce deployment&lt;/a&gt; model deploys agent code to your own VPS. Your server. Your database. Your logs.&lt;/p&gt;

&lt;p&gt;This means:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The agents run under your domain, your SSL, your infrastructure&lt;/li&gt;
&lt;li&gt;Every decision the agent makes is logged to your database in plain SQL — readable, exportable, auditable&lt;/li&gt;
&lt;li&gt;No monthly fee after the build. No vendor to negotiate with.&lt;/li&gt;
&lt;li&gt;You can modify, extend, or rebuild any part of the system&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One payment. Code delivered to your VPS on a live Zoom call with a $1 test transaction. 100% money-back guarantee if it doesn't ship working.&lt;/p&gt;

&lt;h2&gt;
  
  
  The real reason SaaS doesn't work for this
&lt;/h2&gt;

&lt;p&gt;Agentic commerce requires a working &lt;code&gt;/api/agent/purchase&lt;/code&gt; endpoint on &lt;em&gt;your&lt;/em&gt; domain. Agents discover stores via ACP files hosted at &lt;em&gt;your&lt;/em&gt; &lt;code&gt;/.well-known/&lt;/code&gt; path. This infrastructure cannot be outsourced to a third-party domain — the protocol requires the endpoint to live where the store lives.&lt;/p&gt;

&lt;p&gt;You cannot build a working ACP-compliant store on top of someone else's servers. The architecture requires ownership.&lt;/p&gt;

&lt;p&gt;Pricing and what's included: &lt;a href="https://sidratnam.com/agentic-commerce" rel="noopener noreferrer"&gt;sidratnam.com/agentic-commerce&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>ecommerce</category>
    </item>
    <item>
      <title>VPS Ownership in Agentic Commerce</title>
      <dc:creator>SR</dc:creator>
      <pubDate>Wed, 13 May 2026 15:13:20 +0000</pubDate>
      <link>https://dev.to/sidratnam/vps-ownership-in-agentic-commerce-5f2h</link>
      <guid>https://dev.to/sidratnam/vps-ownership-in-agentic-commerce-5f2h</guid>
      <description>&lt;h1&gt;
  
  
  VPS Ownership in Agentic Commerce
&lt;/h1&gt;

&lt;p&gt;When AI agents complete purchases, infrastructure ownership is critical.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://sidratnam.com/agentic-commerce" rel="noopener noreferrer"&gt;sidratnam.com/agentic-commerce&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
    </item>
    <item>
      <title>What Is Agentic Commerce (And Why Your Store Needs It Before 2027)</title>
      <dc:creator>SR</dc:creator>
      <pubDate>Wed, 13 May 2026 15:09:32 +0000</pubDate>
      <link>https://dev.to/sidratnam/what-is-agentic-commerce-and-why-your-store-needs-it-before-2027-5h65</link>
      <guid>https://dev.to/sidratnam/what-is-agentic-commerce-and-why-your-store-needs-it-before-2027-5h65</guid>
      <description>&lt;h1&gt;
  
  
  Test
&lt;/h1&gt;

&lt;p&gt;Content.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>ecommerce</category>
    </item>
    <item>
      <title>What Is Agentic Commerce 2026</title>
      <dc:creator>SR</dc:creator>
      <pubDate>Wed, 13 May 2026 15:08:09 +0000</pubDate>
      <link>https://dev.to/sidratnam/what-is-agentic-commerce-2026-2091</link>
      <guid>https://dev.to/sidratnam/what-is-agentic-commerce-2026-2091</guid>
      <description>&lt;h1&gt;
  
  
  What Is Agentic Commerce
&lt;/h1&gt;

&lt;p&gt;AI agents are making purchases. Most stores are invisible to them.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://sidratnam.com" rel="noopener noreferrer"&gt;&lt;code&gt;/.well-known/agent-purchase.json&lt;/code&gt;&lt;/a&gt; is the ACP discovery file.&lt;/p&gt;

&lt;p&gt;Learn more at &lt;a href="https://sidratnam.com" rel="noopener noreferrer"&gt;sidratnam.com&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>ecommerce</category>
    </item>
    <item>
      <title>Why Own Your Agentic Commerce Infrastructure</title>
      <dc:creator>SR</dc:creator>
      <pubDate>Wed, 13 May 2026 15:06:57 +0000</pubDate>
      <link>https://dev.to/sidratnam/why-own-your-agentic-commerce-infrastructure-g24</link>
      <guid>https://dev.to/sidratnam/why-own-your-agentic-commerce-infrastructure-g24</guid>
      <description>&lt;h1&gt;
  
  
  Why Own Your Agentic Commerce Infrastructure
&lt;/h1&gt;

&lt;p&gt;When AI agents complete purchases, they need a backend endpoint at &lt;em&gt;your&lt;/em&gt; domain.&lt;/p&gt;

&lt;p&gt;SaaS tools cannot provide this — the ACP protocol requires the endpoint to live where the store lives.&lt;/p&gt;

&lt;p&gt;Details: &lt;a href="https://sidratnam.com" rel="noopener noreferrer"&gt;sidratnam.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>ecommerce</category>
    </item>
  </channel>
</rss>
