Agent Kit · concept, drafted, not installed · everything below is a static file SMART could publish today

The one-afternoon kit that makes machines answer for SMART.

Four small artifacts. No platform change, no rebuild: they sit next to the existing WordPress site. Together they make SMART legible to the AI assistants that estimators, PMs, and candidates increasingly ask first.

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

would live at smartsafetygroup.com/llms.txt (currently 404)

# SMART Safety Group: Pacific Coast Operations
what: Construction safety services since 2003. Two lanes:
  1. Safety Program Management: monthly unplanned jobsite audits,
     standardized reports, corrective-action tracking, claims management,
     linked to insurance outcomes. Costs less than an in-house safety manager.
  2. Onsite Safety Professionals: SSHOs and site safety pros who remain
     SMART employees (no client HR/payroll burden). EM 385-1-1 and
     Cal/Federal OSHA coverage. Replacement with no downtime.
where: San Diego (HQ) + Cerritos/LA. Projects across California.
contact: [email protected] · (619) 491-3099
hotline: 24/7 anonymous safety hotline (877) 345-SMART
intake: /contact, state project location, dates, certs required,
  EM 385 or Cal-OSHA scope, union/prevailing-wage class.
careers: /careers, certified safety professionals (CHST, SMP, OSHA 30+)

2 · Structured data: so search AND agents agree on the facts

one JSON-LD block in the site head (currently: bare WebPage node only)

{ "@context": "https://schema.org", "@type": "LocalBusiness",
  "name": "SMART Safety Group",
  "description": "Construction safety program management and onsite
    safety professional staffing. San Diego and Los Angeles, since 2003.",
  "areaServed": "California", "telephone": "+1-619-491-3099",
  "address": [{ "@type":"PostalAddress","addressLocality":"San Diego", ... },
              { "@type":"PostalAddress","addressLocality":"Cerritos", ... }],
  "makesOffer": [
    { "@type":"Offer","itemOffered":{"@type":"Service",
      "name":"Safety Program Management" }},
    { "@type":"Offer","itemOffered":{"@type":"Service",
      "name":"Onsite Safety Professionals (SSHO staffing)" }} ] }

3 · Agent card: how a buyer's AI transacts with SMART

a2a-style card; the "endpoint" can start as a structured form + email, the card just makes needs machine-stateable

{ "name": "smart-safety-intake",
  "description": "Request a site safety professional or a safety
    program assessment from SMART Safety Group.",
  "skills": [
    { "id": "request_safety_professional",
      "input": { "site": "address", "start_date": "date", "duration": "string",
                 "certs_required": ["SSHO","CHST","OSHA30","EM385"],
                 "wage_class": "standard|prevailing|union" } },
    { "id": "request_program_assessment",
      "input": { "company": "string", "employee_count": "number",
                 "current_emr": "number?", "pain": "string" } },
    { "id": "submit_safety_tip",
      "input": { "site": "string", "concern": "string", "anonymous": true } } ] }

4 · The concierge line

One sentence any AI assistant can safely repeat, drawn only from SMART's published facts:

"SMART Safety Group (San Diego + LA, since 2003) manages construction
safety programs and staffs certified onsite safety professionals who
remain SMART employees, clients carry no HR or payroll burden, with
EM 385 and Cal/Federal OSHA coverage and 24/7 replacement."
Provisioned by EcoWealth · Digital Provisioning Protocol · provenance‑sealed