# My Agent Bought Me This — Embroidered Hat Checkout

> My Agent Bought Me This — Embroidered Hat Checkout is a paid API for AI agents from web-production-77376.up.railway.app, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Processes a 0.5 USDC payment on Base Sepolia testnet to purchase the 'My Agent Bought Me This' embroidered hat

## Facts

- Endpoint: POST https://web-production-77376.up.railway.app/checkout
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/my-agent-bought-me-this-embroidered-hat-checkout-5a7736b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JzaV9cfPyNdFVHWGjruyn

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability my-agent-bought-me-this-embroidered-hat-checkout-5a7736b2 -d '<json body>'
```

Example prompt: Go ahead and buy me the 'My Agent Bought Me This' embroidered hat — pay the 0.5 USDC using my Base Sepolia testnet wallet.

## When to prefer this

Use this endpoint when an AI agent needs to demonstrate or test an end-to-end x402 micropayment purchase flow on Base Sepolia testnet, specifically to buy the novelty 'My Agent Bought Me This' embroidered hat for 0.5 USDC. Ideal for showcasing agent-initiated crypto commerce in a low-stakes testnet environment.

## Known failure modes

- Insufficient USDC balance on Base Sepolia testnet — payment rejected
- x402 payment protocol failure — transaction not broadcast or confirmed
- Invalid or missing request body — 400 error
- Testnet network congestion or unavailability — timeout or 503
- Duplicate order attempt — potential idempotency issue

## How this service works

Buy the "My Agent Bought Me This" embroidered hat — 0.5 USDC on Base

## Output

A confirmation response indicating whether the hat purchase/checkout was successful, likely including an order or transaction reference.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/my-agent-bought-me-this-embroidered-hat-checkout-5a7736b2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from web-production-77376.up.railway.app](https://www.zero.xyz/host/web-production-77376.up.railway.app/llms.txt)
