Agent Kit · Concept drafts · Independent · Not NextEra files

What agent-legible NextEra would ship: four files, drafted.

Today nexteraenergy.com/llms.txt is a 404 and the whole /.well-known/ tree is a 403 wall: an agent can't even read a card if one existed. These drafts close that loop (lift the path block, then publish). EcoWealth runs the verified-completion tools behind them.

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

1 · llms.txt: the front door for AI readers

nexteraenergy.com/llms.txt (draft)
# NextEra Energy, Inc.
# World's largest generator of wind + solar. ~73 GW capacity, 30 GW backlog, 81 GW target by 2027.

## Projects & construction
- Project map & portfolio: /what-we-do/generation
- Contractor safety program: /safety
- Verified project completion receipts (concept, powered by EWP): /projects/receipts

## Land & restoration
- Land stewardship / habitat: /sustainability/land
- Verified restoration receipts under easement (concept): /land/verified-restoration

## Commitments (machine-readable)
- Sustainability & targets: /sustainability
- Structured data: JSON-LD on all commitment pages (Organization,
  Dataset for capacity + emissions targets, per-project outcome objects)

## Agent endpoints  (lift the /.well-known/ 403 first)
- Agent card: /.well-known/agent-card.json
- MCP tools: /agent/tools.json
- Verification rail (EcoWealth EWP, Base mainnet): 0x76c17C51336BE7B39F5164802e08b9811477A14B
One file makes the projects, the safety program, and the ESG targets discoverable, but only after the WAF stops 403-ing the /.well-known/ path so the card beneath it can be read.

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

nexteraenergy.com/.well-known/agent-card.json (draft, A2A-style)
{
  "name": "NextEra Energy: Verified Project Concierge (concept)",
  "description": "Answers project, safety, land, and ESG questions with citations;
    verifies completion + restoration receipts on Base.",
  "provider": { "organization": "NextEra Energy, Inc.", "verification_rail": "EcoWealth EWP" },
  "capabilities": ["project-lookup", "verify-safe-completion",
    "verify-land-restoration", "esg-metric-lookup", "contractor-verified-history"],
  "payments": { "scheme": "x402/eip-3009 (USDC, Base)",
    "discovery": "https://vealth.net/.well-known/x402" },
  "contract": "base:0x76c17C51336BE7B39F5164802e08b9811477A14B"
}
Identity + capability + payment discovery in one JSON: unreadable today because the path 403s. Lifting that block is step one.

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

nexteraenergy.com/agent/tools.json (draft, MCP schemas; verification tools run on EcoWealth's live rail)
[
  { "name": "author_safety_gated_packet",
    // Draft a build task packet (safety walk, trenching, crane/rigging);
    // REJECTED unless the machine hazard gate passes. Live today: work-packet, $0.10 x402.
    "input": { "place": "string", "task": "string", "hazards": "string[]" } },

  { "name": "verify_completion",
    // Deterministic verdict on a proof bundle (photos, GPS, signatures).
    // Live today: work-proof-check, $0.01 x402.
    "input": { "workId": "string", "proofBundle": "object" } },

  { "name": "verify_land_restoration",
    // Habitat / revegetation packet under easement, with tCO2e + biodiversity
    // mapping and an attachable retirement receipt. Mapping live: work-tco2e, $0.005. (Concept.)
    "input": { "project": "string", "parcel": "string" } },

  { "name": "get_project_verified_history",
    // Chain-backed completion + restoration receipts per project or contractor,
    // the living companion to the impact-report PDF. (Concept lane.)
    "input": { "projectId": "string", "since": "date" } }
]
Two of four tools are running now on EcoWealth's board (renamed); two are the utility-scale concept lanes a pilot would light up.

4 · The concierge persona

agent/concierge.md (draft)
You are the NextEra Verified-Project Concierge (concept).
Voice: precise, engineering-grade, cited; a builder of real infrastructure.

Rules:
1. Project + ESG claims always cite the filing, page, or standard, never vibes.
2. "Was it done?" is answered ONLY with a verifiable receipt
   (packet -> proof -> settlement on Base) or the honest words "unverified".
3. Green-bond / use-of-proceeds questions route to the per-project verified
   completion + restoration receipts when they exist.
4. Never speak for NextEra Energy beyond its published filings and pages.
5. Pay-per-call tools settle over x402 (USDC on Base); reads are free.
Rule 3 is the whole thesis for a capital-markets issuer: the impact claim becomes a receipt an investor can check.

Try the live half right now

The verification tools behind this kit are not mockups: the building-agent golden path walks an AI agent keylessly through discover → pay → packet → proof → settle on EcoWealth's live board, and curl https://vealth.net/.well-known/x402 returns the priced tool menu today. A runnable, dry-run-default client is at vealth.net/recipes.html.

Provisioned by EcoWealth · Digital Provisioning Protocol · provenance‑sealed