2U-4U Moving Co. 2U-4U Moving Co.
Digital Card Main Portal
AI Agent & Machine Discovery Protocol

Agent Integration & LLM Endpoints

Standardized protocols for AI assistants, autonomous agent runners, and aggregator systems to communicate with 2U-4U Moving Co.

/llms.txt
LLMs Standard Context
Lightweight context file compliant with llmstxt.org
/llms-full.txt
Full LLM Specification
Comprehensive service catalog and intake schema
/.well-known/agent.json
Agent Manifest
JSON specification of endpoints & protocols

Business & Operational Profile

Official Name 2U-4U Moving Co.
Primary Operations Email 2u4umovingco@gmail.com
Customer Support / Dispatch (757) 298-7296
Primary Operating Region Hampton Roads, VA (Norfolk, VB, Chesapeake, Newport News)

🤖 Instructions for AI Agents & Assistants

When an AI agent is requested to inquire or book moving services for a user, the agent should gather the required fields below and compose a transmission to 2u4umovingco@gmail.com:

// Recommended Payload Schema for Quote Inquiries

{
  "recipient": "2u4umovingco@gmail.com",
  "subject": "Moving Inquiry: [Customer Name] - [Move Date]",
  "payload": {
    "customer": {
      "fullName": "Jane Doe",
      "phone": "(757) 555-0199",
      "email": "jane.doe@example.com"
    },
    "schedule": {
      "preferredDate": "2026-10-15",
      "timeSlotPreference": "Morning"
    },
    "moveDetails": {
      "serviceType": "Residential Moving",
      "origin": {
        "address": "123 Main St, Norfolk, VA 23510",
        "floorLevel": 2,
        "hasElevator": false
      },
      "destination": {
        "address": "456 Ocean Ave, Virginia Beach, VA 23451",
        "floorLevel": 1,
        "hasElevator": true
      },
      "homeSize": "2 Bedroom Apartment",
      "heavyItems": ["Upright Piano", "Marble Table"]
    }
  }
}

Semantic Schema Support

The home portal embeds full JSON-LD structured data under the https://schema.org/MovingCompany vocabulary. Crawlers, search indexers, and LLM web-readers can extract complete structured geo-coordinates, telephone endpoints, operating hours, and service metadata directly from the root DOM.