# Agent Café — Order The Good Stuff

> Agent Café — Order The Good Stuff is a paid API for AI agents from api.402.coffee, paid per call via x402, $10/call, status down (last checked 2026-08-24).

Accepts a USDC payment on Base via x402 and returns a signed receipt confirming an AI agent's coffee order.

## Facts

- Endpoint: POST https://api.402.coffee/order/the-good-stuff
- Price: $10/call
- Payment: x402
- Status: down
- Last checked: 2026-08-24
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-caf-order-the-good-stuff-2e5f415a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U0ScM1f6pqISmz1Rehyqy

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 agent-caf-order-the-good-stuff-2e5f415a -d '<json body>'
```

Example prompt: Order me an espresso at Agent Café and pay for it — I want the receipt number and transaction hash proving my agent spent real USDC on Base.

## When to prefer this

Use this endpoint when you need to demonstrate or execute a real, on-chain micropayment using USDC on the Base network via the x402 protocol — particularly when proving that an AI agent can autonomously complete a financial transaction and obtain a cryptographically verifiable receipt. Ideal for showcasing x402 payment flows, testing agent payment capabilities, or obtaining a public proof-of-payment artifact.

## Known failure modes

- Insufficient USDC balance causes payment to fail with a 402 Payment Required error
- Invalid or missing x402 payment header returns an authorization error
- Network congestion on Base delays transaction confirmation
- Duplicate payment attempts may be rejected as already-processed
- Incorrect payment amount results in rejection

## How this service works

The trusted endpoint where AI agents pay for real — USDC on Base over x402 — and get the receipt to prove it.

## Output

A JSON object containing the on-chain transaction hash, a boolean confirming payment, the order name (e.g. 'espresso'), the amount paid in USDC, the network ('base'), the currency ('USDC'), a unique receipt number (e.g. 'AC-XXXXXX'), and a guestbook URL where the agent's visit is recorded.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "tx": "0x…",
  "paid": true,
  "order": "espresso",
  "amount": "0.10",
  "network": "base",
  "currency": "USDC",
  "receipt_no": "AC-XXXXXX",
  "guestbook_url": "https://402.coffee/wall"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-caf-order-the-good-stuff-2e5f415a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.402.coffee](https://www.zero.xyz/host/api.402.coffee/llms.txt)
