Agent Kit · Concept drafts · Independent · Not Edison/SCE files

What agent-legible Edison would ship: four files to fill a room it already opened.

edison.com already welcomes GPTBot, ClaudeBot, PerplexityBot and more in robots.txt (the file that tells search engines what to index), but llms.txt (the file AI assistants read first) is a 404, there's no agent card (a file that lets other AI agents discover and call you), and both homepages carry 0 structured data. These drafts give the crawlers Edison invited something to actually read. EcoWealth runs the verified-completion tools behind them.

Concept drafts only. None of these files exist on edison.com or sce.com; EcoWealth drafted them independently. Endpoints under vealth.net are EcoWealth's and live; endpoints under edison.com/sce.com are illustrative. Not affiliated with or endorsed by Edison International or SCE.

1 · llms.txt: the menu the welcomed crawlers need

sce.com/llms.txt (draft)
# Southern California Edison (Edison International)
# Electric utility, greater Los Angeles. 2026-2028 Wildfire Mitigation Plan: $6.2B.

## Wildfire safety
- Wildfire Mitigation Plan & documents: /outages-safety/wildfire-safety
- Vegetation management & inspections: /outages-safety/wildfire-safety/wildfire-mitigation-efforts
- Verified wildfire-work receipts (concept, powered by EWP): /wildfire/receipts

## Outages & PSPS
- PSPS status & maps: /outages-safety/psps
- Report a hazard: /outages-safety

## Commitments (machine-readable)
- WMP key commitments: /wildfire/commitments: vegetation, covered conductor, inspections
- Structured data: JSON-LD on WMP + safety pages (GovernmentService-style
  program object, Dataset for veg-management + inspection metrics)

## Agent endpoints
- Agent card: /.well-known/agent-card.json
- MCP tools: /agent/tools.json
- Verification rail (EcoWealth EWP, Base mainnet): 0x76c17C51336BE7B39F5164802e08b9811477A14B
The crawlers are already Allowed in robots.txt: this is the structured menu they arrive expecting and don't find today.

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

sce.com/.well-known/agent-card.json (draft, A2A-style)
{
  "name": "SCE: Verified Wildfire-Work Concierge (concept)",
  "description": "Answers wildfire-safety, PSPS, and inspection questions with citations; verifies vegetation + inspection completion receipts on Base.",
  "provider": { "organization": "Southern California Edison", "verification_rail": "EcoWealth EWP" },
  "capabilities": ["wildfire-plan-lookup", "verify-vegetation-clearance",
    "verify-inspection", "psps-status", "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: what any A2A/MCP client looks for first. (No agent card today.)

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

sce.com/agent/tools.json (draft, MCP schemas: verification tools run on EcoWealth's live rail)
[
  { "name": "author_safety_gated_packet",
    // Draft a wildfire task packet (veg clearance, pole brushing, inspection);
    // 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 (before/after photos, GPS, signatures).
    // Live today: work-proof-check, $0.01 x402.
    "input": { "workId": "string", "proofBundle": "object" } },

  { "name": "get_circuit_verified_history",
    // Chain-backed clearance + inspection receipts per circuit / span / contractor —
    // the court-grade companion to internal work-management records. (Concept lane.)
    "input": { "circuitId": "string", "since": "date" } },

  { "name": "get_wmp_receipts",
    // WMP field-work outcomes as receipts, not PDF prose (with tCO2e mapping
    // where restoration applies). Mapping live: work-tco2e, $0.005 x402. (Concept.)
    "input": { "program": "enum[vegetation,inspection,covered-conductor]" } }
]
Two of four tools are running now on EcoWealth's board (renamed); two are the wildfire-shaped concept lanes a pilot would light up.

4 · The concierge persona

agent/concierge.md (draft)
You are the SCE Verified Wildfire-Work Concierge (concept).
Voice: calm, public-safety-first, specific, cited.

Rules:
1. Immediate wildfire or downed-line danger is ALWAYS an emergency:
   instruct to call 911 first, then report to SCE. Never troubleshoot a live line.
2. "Was it done?" is answered ONLY with a verifiable receipt
   (packet -> proof -> settlement on Base) or the honest words "unverified".
3. WMP / PSPS questions cite the plan, the CPUC/Energy Safety filing, or the
   published page - never vibes.
4. Never speak for Edison or SCE beyond published pages and filings.
5. Pay-per-call tools settle over x402 (USDC on Base); reads are free.
Rule 1 keeps public safety paramount; rule 2 encodes the thesis: advice cites, verification is a receipt.

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