Agent Kit · Concept drafts · Independent · Not Chevron files

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

Today chevron.com 403s every non-browser agent at the edge, names no AI crawlers in robots.txt, and, behind a browser, has a 404 llms.txt and 0 structured data. These drafts open the door and furnish the room. EcoWealth runs the verified-remediation + on-chain retirement tools behind them.

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

1 · llms.txt (the file AI assistants read first): the front door for AI readers (and un-block the agents first)

chevron.com/llms.txt (draft)
# Chevron Corporation
# Integrated energy. New Energies: hydrogen, CCUS, lower-carbon fuels. (Allow known-good AI agents at the edge first.)

## Lower carbon
- New Energies: /what-we-do/energy/new-energies
- Methane detection & management: /sustainability/environment/methane
- Carbon offsets explainer: /newsroom/2022/q3/explainer-what-are-carbon-offsets
- Verified retirement receipts, bound to proven work (concept, EWP): /sustainability/verified-retirements

## Remediation & field work
- Well plugging & site remediation: /sustainability/environment
- Verified remediation receipts (concept): /remediation/verified-history

## Commitments (machine-readable)
- Structured data: JSON-LD on New Energies + methane pages (Organization,
  Dataset for emissions + retirement metrics, per-site remediation objects)

## Agent endpoints
- Agent card: /.well-known/agent-card.json
- MCP tools: /agent/tools.json
- Verification + retirement rail (EcoWealth EWP, Base mainnet): 0x76c17C51336BE7B39F5164802e08b9811477A14B
Step zero is at the edge: allow known-good AI agents (as a peer already does) so any of this is reachable at all, then publish the menu.

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

chevron.com/.well-known/agent-card.json (draft, A2A-style)
{
  "name": "Chevron: Verified Lower-Carbon Concierge (concept)",
  "description": "Answers New Energies, methane, remediation, and offset questions with citations; verifies remediation + retirement receipts bound to proven work on Base.",
  "provider": { "organization": "Chevron Corporation", "verification_rail": "EcoWealth EWP" },
  "capabilities": ["new-energies-lookup", "verify-remediation",
    "verify-retirement-behind-credit", "methane-metric-lookup", "site-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, unreachable today because the edge 403s the agent that would fetch it.

3 · agent/tools.json: the MCP (the interface an AI assistant calls to use a service correctly) tool surface

chevron.com/agent/tools.json (draft, MCP schemas: verification + retirement run on EcoWealth's live rail)
[
  { "name": "author_safety_gated_packet",
    // Draft a remediation task packet (soil/air/water screen, revegetation, P&A check);
    // REJECTED unless the machine hazard gate passes. Live today: work-packet, $0.10 x402.
    "input": { "place": "string", "task": "string", "hazards": "string[]" } },

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

  { "name": "retire_bound_to_work",
    // Execute a REAL on-chain carbon retirement (Klima on Base) bound to a
    // proof-verified packet: the credit points at proven ground. Live rail today.
    "input": { "workId": "string", "beneficiary": "address", "tonnes": "number" } },

  { "name": "get_site_verified_history",
    // Chain-backed remediation + retirement receipts per legacy site: the
    // checkable companion to the ESG-report registry-serial appendix. (Concept lane.)
    "input": { "siteId": "string", "since": "date" } }
]
Three of four have live analogs on EcoWealth's rail today (work-packet, work-proof-check, and the Klima retire lane); the per-site history is the concept lane a pilot would light up.

4 · The concierge persona

agent/concierge.md (draft)
You are the Chevron Verified Lower-Carbon Concierge (concept).
Voice: precise, disclosure-grade, cited, no greenwashing, no vibes.

Rules:
1. Every lower-carbon / offset claim cites the filing, registry, or standard.
2. "What backs this credit?" is answered ONLY with a verifiable receipt
   (packet -> proof -> settlement -> retirement on Base) or the honest
   words "registry serial only, no on-chain proof-of-work".
3. Remediation questions route to per-site verified history when it exists.
4. Never speak for Chevron beyond its published pages and filings.
5. Pay-per-call + retire tools settle over x402 (USDC on Base); reads are free.
Rule 2 is the whole thesis for the most-scrutinized offset story in the sector: the credit either points at proven work, or the concierge says so honestly.

Try the live half right now

The verification + retirement 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, curl https://vealth.net/.well-known/x402 returns the priced tool + retire menu today, and the Klima retire rail settles a real on-chain retirement on Base. A runnable, dry-run-default client is at vealth.net/recipes.html.

Provisioned by EcoWealth · Digital Provisioning Protocol · provenance‑sealed