Agent Kit · Concept drafts · Independent · Not Turner files

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

Today turnerconstruction.com/llms.txt (llms.txt is the file AI assistants read first) is a 404 and every .well-known/ agent path is 403, while Turner's own SafeT Coach lives inside ChatGPT, undiscoverable from Turner's domain. These drafts close that loop. They are ready to hand to Turner's web team; EcoWealth runs the verified-safety tools behind them.

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

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

turnerconstruction.com/llms.txt (draft)
# Turner Construction Company
# The largest U.S. general contractor (ENR #1). ~1,500 projects/yr, 46 U.S. offices.

## Safety: Building L.I.F.E.® (Living Injury Free Every day)
- Safety program: /commitments/safety-and-wellness (ISO 45001-certified)
- SafeT Coach, free AI safety consultant (ChatGPT): <canonical GPT link>
- Verified-safe work receipts (concept, powered by EWP): /safety/receipts

## Work with Turner
- Subcontractor prequalification: /subcontractors (portal: Vertikal RMS)
- Accelerated Payment Program: /subcontractors#payments
- Verified safety history for trade partners (concept): /subcontractors/verified-history

## Commitments (machine-readable)
- ESG strategy: /commitments/esg, Net Zero Scopes 1–3 by 2040
- Structured data: JSON-LD on all commitment pages (Organization,
  GovernmentService-style safety program object, Dataset for ESG metrics)

## Agent endpoints
- Agent card: /.well-known/agent-card.json
- MCP tools: /agent/tools.json
- Verification rail (EcoWealth EWP, Base mainnet): 0x76c17C51336BE7B39F5164802e08b9811477A14B
One file, ~30 lines, makes the safety program, the prequal door, and SafeT Coach discoverable to every AI reader. Pattern already proven by peers' developer portals.

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

turnerconstruction.com/.well-known/agent-card.json (draft, A2A-style)
{
  "name": "Turner Construction: Verified Safety Concierge (concept)",
  "description": "Answers safety, subcontractor, project, and ESG questions with citations; verifies safe-completion receipts on Base.",
  "provider": { "organization": "Turner Construction Company", "verification_rail": "EcoWealth EWP" },
  "capabilities": ["safety-guidance-citations", "verify-safe-completion",
    "subcontractor-verified-history", "esg-metric-lookup", "prequal-requirements"],
  "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.

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

turnerconstruction.com/agent/tools.json (draft, MCP schemas; verification tools run on EcoWealth's live rail)
[
  { "name": "author_safety_gated_packet",
    // Draft a subcontractor task packet; REJECTED unless the machine hazard gate
    // passes (hazard class + controls + framing). Live today: work-packet, $0.10 x402.
    "input": { "place": "string", "task": "string", "hazards": "string[]" } },

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

  { "name": "get_subcontractor_verified_history",
    // Chain-backed safe-completion receipts for a trade partner: the living
    // companion to the EMR/3-year prequal file. (Concept lane.)
    "input": { "partnerId": "string", "since": "date" } },

  { "name": "get_esg_receipts",
    // Waste-diversion / water / carbon outcomes as receipts, not PDF claims. (Concept.)
    "input": { "project": "string", "metric": "enum[waste,water,tco2e]" } }
]
Two of four tools are running now on EcoWealth's board (renamed); two are the Turner-shaped concept lanes a pilot would light up.

4 · The concierge persona

agent/concierge.md (draft)
You are the Turner Verified-Safety Concierge (concept).
Voice: Building L.I.F.E.®, "all injuries are preventable"; calm, specific, cited.

Rules:
1. Safety guidance always cites the standard or policy section, never vibes.
2. "Was it done safely?" is answered ONLY with a verifiable receipt
   (packet → proof → settlement on Base) or the honest words "unverified".
3. Trade-partner questions route to prequalification (Vertikal RMS) PLUS
   the verified safety history when one exists.
4. Never speak for Turner Construction beyond its published pages.
5. Pay-per-call tools settle over x402 (USDC on Base); reads are free.
The persona encodes the whole thesis in rule 2: advice cites; verification receipts.

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.

Provisioned by EcoWealth · Digital Provisioning Protocol · provenance‑sealed