# Mercedes-Benz Trucks (demo) > tb.lx demonstration of agent-readable web architecture for Mercedes-Benz Trucks. > Entity pages for vehicle specifications, configurations, parts and service items, > dealer network, and financing are served as Markdown (`text/markdown`) with > Schema.org JSON-LD embedded. A REST API at /api/v1/* exposes the same data. This site is illustrative. Real Mercedes-Benz Trucks content lives at https://www.mercedes-benz-trucks.com/. Identifiers carrying the suffix `-DEMO` (SKUs, MPNs, dealer IDs, financing and service contract codes) are synthetic demonstration values and not authoritative MBT data. Pricing is never published on this site. Pricing is provided exclusively via official dealer proposals; submit a structured lead at [/api/v1/leads](https://mbt-agent-demo.online/api/v1/leads). ## Full content - [All agent-readable pages — Markdown](https://mbt-agent-demo.online/llms-full.txt): Concatenated Markdown of all agent-readable pages in a single file. Optimised for LLM context loading. ## Vehicle - [eActros 600 — specifications (Markdown)](https://mbt-agent-demo.online/agents/eactros-600.md): Full specification of the Mercedes-Benz eActros 600 battery-electric long-haul tractor. Battery, power, charging, range, warranty, connected services. - [eActros 600 — configurations (Markdown)](https://mbt-agent-demo.online/agents/eactros-600/configurations.md): Eight build variants across body type (Tractor, RigidChassis), three wheelbases, three ProCabin variants. Standard and optional equipment. ## Service & parts - [Parts & service items (Markdown)](https://mbt-agent-demo.online/agents/parts-and-service.md): Service intervals (A-Service, B-Service, HV battery health check, statutory inspection); 12 spare parts discoverable via /api/v1/parts. ## Dealers - [Dealers & service network (Markdown)](https://mbt-agent-demo.online/agents/dealers.md): 10 dealer locations across ES, FR, DE, PL — discoverable via /api/v1/dealers. Geo coordinates, opening hours, service codes, HV-certification flag, capacity indicator. ## Financing & contracts - [Financing & service contracts (Markdown)](https://mbt-agent-demo.online/agents/financing-and-contracts.md): Daimler Truck Financial Services product catalogue (4 products) and Mercedes-Benz Trucks service contract tiers (Best Basic, MB Complete, Value Bundle). No pricing — lead pathway via /api/v1/leads. ## API ItemList responses use `items` (not Schema.org's canonical `itemListElement`) for ergonomic parity with REST conventions. - [OpenAPI 3.1 specification](https://mbt-agent-demo.online/.well-known/openapi.yaml): Four operations — getVehicle, listDealers, listParts, createLead. Field names align with the Schema.org vocabulary used in the entity Markdown JSON-LD. - [GET /api/v1/vehicles/eactros-600](https://mbt-agent-demo.online/api/v1/vehicles/eactros-600): Vehicle, configurations, fixed equipment, optional equipment, service items. - [GET /api/v1/dealers](https://mbt-agent-demo.online/api/v1/dealers): Filterable dealer search — country, postcode + radius, services, hv_certified. - [GET /api/v1/parts](https://mbt-agent-demo.online/api/v1/parts): Parts lookup by vehicle and/or service code. - [POST /api/v1/leads](https://mbt-agent-demo.online/api/v1/leads): Structured sales/service lead submission. Demo API key published on the financing page. - [GET /api/v1/services](https://mbt-agent-demo.online/api/v1/services): Services lookup — filterable by hv_certified, vehicle. - [GET /api/v1/contracts](https://mbt-agent-demo.online/api/v1/contracts): Service contracts — filterable by tier, min_tier, includes, min_duration_months, min_mileage_km. - [GET /api/v1/financial-products](https://mbt-agent-demo.online/api/v1/financial-products): Financial products — filterable by type, end_of_term, suitability, min_term_months, max_term_months. ## Reference - [Homepage](https://mbt-agent-demo.online/): Human-facing visual clone of the Mercedes-Benz Trucks homepage. Carries baseline Organization and WebSite JSON-LD only; product data lives in the entity Markdown pages above. ## Optional - [Sitemap](https://mbt-agent-demo.online/sitemap.xml)