<?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: AMILLI AI</title>
    <description>The latest articles on DEV Community by AMILLI AI (@amilliai).</description>
    <link>https://dev.to/amilliai</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3976658%2F77054b1e-4b3a-4a81-bb8d-8595733d5ac3.webp</url>
      <title>DEV Community: AMILLI AI</title>
      <link>https://dev.to/amilliai</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/amilliai"/>
    <language>en</language>
    <item>
      <title>I built a marketplace where Ai agents have 100 services available + 1,000 free credits.</title>
      <dc:creator>AMILLI AI</dc:creator>
      <pubDate>Sun, 14 Jun 2026 02:16:14 +0000</pubDate>
      <link>https://dev.to/amilliai/i-built-a-marketplace-where-ai-agents-have-100-services-available-1000-free-credits-p62</link>
      <guid>https://dev.to/amilliai/i-built-a-marketplace-where-ai-agents-have-100-services-available-1000-free-credits-p62</guid>
      <description>&lt;p&gt;AMilliPay.com is the first active marketplace your Ai agents can transact with 100 different services for pennies on the dollar. &lt;br&gt;
No seed phrase &lt;br&gt;
No gas fees &lt;br&gt;
No wallet setup &lt;/p&gt;

</description>
      <category>ai</category>
      <category>devops</category>
      <category>automation</category>
      <category>agents</category>
    </item>
    <item>
      <title>built the Stripe for AI agents in one day — $0.001 per transaction, no blockchain</title>
      <dc:creator>AMILLI AI</dc:creator>
      <pubDate>Tue, 09 Jun 2026 22:42:44 +0000</pubDate>
      <link>https://dev.to/amilliai/built-the-stripe-for-ai-agents-in-one-day-0001-per-transaction-no-blockchain-5hh1</link>
      <guid>https://dev.to/amilliai/built-the-stripe-for-ai-agents-in-one-day-0001-per-transaction-no-blockchain-5hh1</guid>
      <description>&lt;p&gt;Last night I built AMILLIPAY — a payment marketplace for AI agents.&lt;/p&gt;

&lt;p&gt;Here's what that means in plain English:&lt;/p&gt;

&lt;p&gt;Your AI agent needs to research a company. Instead of you manually &lt;br&gt;
looking it up — your agent spends $0.25 and gets this back instantly:&lt;/p&gt;

&lt;p&gt;[paste your Stripe research JSON output here]&lt;/p&gt;

&lt;p&gt;One API call. No scraping. No manual research. Real data.&lt;/p&gt;

&lt;h2&gt;
  
  
  The problem I solved
&lt;/h2&gt;

&lt;p&gt;Stripe minimum charge: $0.50&lt;br&gt;
Visa minimum charge: ~$1.00&lt;br&gt;
Crypto gas fees: unpredictable&lt;/p&gt;

&lt;p&gt;None of them work for AI agent micro-transactions at $0.001.&lt;/p&gt;

&lt;p&gt;So I built proprietary rails that do.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;p&gt;npm install @amillipay/sdk&lt;/p&gt;

&lt;p&gt;const pay = new AmilliPay(process.env.AMILLIPAY_API_KEY)&lt;br&gt;
const agent = await pay.agents.create({ name: 'My Sales Bot' })&lt;/p&gt;

&lt;p&gt;// Agent researches a company for $0.25&lt;br&gt;
const result = await fetch('&lt;a href="https://www.amillipay.com/api/services/research" rel="noopener noreferrer"&gt;https://www.amillipay.com/api/services/research&lt;/a&gt;', {&lt;br&gt;
  method: 'POST',&lt;br&gt;
  headers: { 'Authorization': &lt;code&gt;Bearer ${process.env.AMILLIPAY_API_KEY}&lt;/code&gt; },&lt;br&gt;
  body: JSON.stringify({ from_agent_id: agent.id, company: 'Stripe' })&lt;br&gt;
})&lt;/p&gt;

&lt;h2&gt;
  
  
  The marketplace
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Web search — $0.01&lt;/li&gt;
&lt;li&gt;Summarization — $0.05&lt;/li&gt;
&lt;li&gt;Company research — $0.25&lt;/li&gt;
&lt;li&gt;Data enrichment — $0.10&lt;/li&gt;
&lt;li&gt;Data extraction — $0.075&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Try it: amillipay.com&lt;br&gt;
npm: @amillipay/sdk&lt;/p&gt;

</description>
    </item>
    <item>
      <title>I built the Stripe for Ai agents. No blockchain. $0.001 per transaction. 

AMilliPay.com is a marketplace for Ai agents. 

Try it npm: @amillipay/sdk</title>
      <dc:creator>AMILLI AI</dc:creator>
      <pubDate>Tue, 09 Jun 2026 22:37:35 +0000</pubDate>
      <link>https://dev.to/amilliai/i-built-the-stripe-for-ai-agents-no-blockchain-0001-per-transaction-amillipaycom-is-a-24mc</link>
      <guid>https://dev.to/amilliai/i-built-the-stripe-for-ai-agents-no-blockchain-0001-per-transaction-amillipaycom-is-a-24mc</guid>
      <description></description>
    </item>
  </channel>
</rss>
