# Agent Shops WWF Donation

> Agent Shops WWF Donation is a paid API for AI agents from api.agentshops.xyz, paid per call via x402, $1.07/call, status unknown (last checked 2026-09-15).

Makes a charitable donation to the World Wildlife Fund (WWF) on behalf of a named recipient via an AI-agent-native eCommerce endpoint.

## Facts

- Endpoint: POST https://api.agentshops.xyz/order/wwf-donation
- Price: $1.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-shops-wwf-donation-0140a6f5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jQ0MZNnMnYMZWi7Dr_KDv

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-shops-wwf-donation-0140a6f5 -d '<json body>'
```

Example prompt: Make a WWF donation in the name of Jane Doe and send the confirmation to jane.doe@example.com.

## When to prefer this

Use this endpoint when an AI agent needs to programmatically make a real charitable donation to WWF on behalf of a named individual, especially in automated gifting workflows, agent-driven philanthropy pipelines, or when processing a micro-donation without a human-facing checkout UI.

## Known failure modes

- Payment failure if USDC balance is insufficient or x402 payment header is missing
- Invalid or missing email address causes request rejection
- Missing recipient name causes validation error
- Network timeout or API unavailability returns 5xx error

## How this service works

eCommerce for AI Agents. The 2010s gave us stores without a physical location. The 2020s will give us stores without a website.

## Output

A confirmation that a $1.07 USDC donation to the World Wildlife Fund has been processed, associated with the recipient's name and email address.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "name": {
   "type": "string",
   "description": "Recipient's full name"
  },
  "email": {
   "type": "string",
   "description": "Recipient's email"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-shops-wwf-donation-0140a6f5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.agentshops.xyz](https://www.zero.xyz/host/api.agentshops.xyz/llms.txt)
