Agent Kit · Concept drafts · Independent · Not Amazon files

What agent-legible Amazon would ship: extending the pattern you already run.

Your developer portal already serves a 950-line llms.txt. These drafts carry that same discipline to the consumer storefront, the Climate Pledge, and the fulfillment footprint: plus the machine-payable proof-of-outcome tools EcoWealth runs live. Ready to hand to Amazon's own team.

Concept drafts only. None of these files exist on amazon.com; EcoWealth drafted them independently as a demonstration. Endpoints under vealth.net are EcoWealth's and live; endpoints under amazon.com are illustrative. Not affiliated with or endorsed by Amazon.

1 · llms.txt: the consumer/sustainability front door

sustainability.aboutamazon.com/llms.txt (draft: extends developer.amazon.com's live pattern)
# Amazon: Sustainability & The Climate Pledge
# Co-founder of The Climate Pledge (656 signatories). Net-zero carbon by 2040.

## Commitments (machine-readable)
- The Climate Pledge: /the-climate-pledge: net-zero 2040
- Carbon methodology & footprint: /environment/carbon-footprint
- Structured data: JSON-LD on every commitment page (Organization + Dataset)

## Proof-of-outcome (concept, powered by EWP)
- Verified restore receipts near fulfillment centers: /outcomes/receipts
- Each receipt: place + method + tCO2e, settled on Base, third-party checkable

## Agent endpoints
- Agent card: /.well-known/agent-card.json
- MCP tools: /agent/tools.json
- Settlement rail (EcoWealth EWP, Base mainnet): 0x76c17C51336BE7B39F5164802e08b9811477A14B
~25 lines. Your developer org already proves the format works and is worth maintaining; this points it at the surfaces agents cite for climate claims.

2 · .well-known/agent-card.json: who agents are talking to

amazon.com/.well-known/agent-card.json (draft, A2A-style)
{
  "name": "Amazon: Outcome & Sustainability Concierge (concept)",
  "description": "Answers product, sustainability, and Climate Pledge questions with citations; funds and verifies proof-of-outcome work packets on Base.",
  "provider": { "organization": "Amazon.com, Inc.", "settlement_rail": "EcoWealth EWP" },
  "capabilities": ["product-answer-cited", "fund-restore-packet",
    "verify-outcome-receipt", "esg-metric-lookup", "pledge-signatory-lookup"],
  "payments": { "scheme": "x402/eip-3009 (USDC, Base)",
    "discovery": "https://vealth.net/.well-known/x402" },
  "contract": "base:0x76c17C51336BE7B39F5164802e08b9811477A14B"
}
Identity + capability + payment discovery in one JSON: the reverse of "Buy for Me": what a foreign agent reads to transact with Amazon, not just what Amazon's agent does for a shopper.

3 · agent/tools.json: the MCP tool surface

amazon.com/agent/tools.json (draft, MCP schemas: outcome tools run on EcoWealth's live rail)
[
  { "name": "fund_restore_packet",
    // Fund a bounded, place-based restore packet near a named facility.
    // Live today: work-packet, $0.10 x402 (keyless).
    "input": { "place": "string", "problem": "string", "budget_usd": "number" } },

  { "name": "verify_outcome",
    // Deterministic verdict on a proof bundle (geotagged photos, signature).
    // Live today: work-proof-check x402.
    "input": { "workId": "string", "proofBundle": "object" } },

  { "name": "get_pledge_outcome_receipts",
    // Settled tCO2e receipts under a Climate Pledge line: the living
    // companion to the PDF number. (Concept lane.)
    "input": { "lineItem": "string", "since": "date" } },

  { "name": "get_facility_place_profile",
    // Watershed / airshed / community context for a fulfillment center,
    // as the input to a restore packet. (Concept lane.)
    "input": { "facilityCode": "string" } }
]
Two of four tools run now on EcoWealth's board (renamed); two are the Amazon-shaped concept lanes a pilot would light up.

4 · The concierge persona

agent/concierge.md (draft)
You are the Amazon Outcome & Sustainability Concierge (concept).
Voice: "customer obsession," specific, cited, never vague.

Rules:
1. Product and climate answers always cite Amazon's own page, never an
   invented rate, price, or tonnage.
2. "Did the money do something real?" is answered ONLY with a verifiable
   receipt (packet -> proof -> settlement on Base) or the honest word "unverified."
3. Community/sustainability asks route to a place-based restore packet near
   the relevant facility, then to the settled outcome when one exists.
4. Never speak for Amazon beyond its published pages.
5. Pay-per-call tools settle over x402 (USDC on Base); reads are free.
Rule 2 is the whole thesis: "Buy for Me" moves money; the concierge proves the outcome.

Try the live half right now

The verification tools behind this kit are not mockups: curl https://vealth.net/.well-known/x402 returns the priced tool menu today, the contract is verifiable on BaseScan, and live board counters sit at vealth.net/labor/stats.

Provisioned by EcoWealth · Digital Provisioning Protocol · provenance‑sealed