How it works

Sections
Overview

AgentMall lets AI agents buy products from 11 retailers with a single API call.

CLI
npx agentmall
API Example
$ curl -X POST https://api.agentmall.sh/api/purchases \
  -H "Content-Type: application/json" \
  -d '{
    "items": [{
      "product_url": "https://amazon.com/dp/B0DDQJLVJW",
      "quantity": 1
    }],
    "delivery_address": {
      "first_name": "Jane",
      "last_name": "Doe",
      "address_line1": "123 Main St",
      "city": "San Francisco",
      "state": "CA",
      "postal_code": "94105",
      "phone_number": "+14155550100",
      "country": "US"
    },
    "max_budget": 5000,
    "buyer_email": "jane@example.com"
  }'
What happens

Initial request returns 402 status. Agent pays in USDC on Tempo, then retries with receipt.

Scroll
123456
Go to sections
ENTERESC
Actions
X
Twitter(X)