{
  "name": "HostPitCrew Agent Data Layer",
  "tagline": "Trusted mechanics, anywhere your fleet operates.",
  "description": "Clean, machine-readable data on mobile mechanics serving Turo hosts: metro coverage, per-service price ranges, and reviews from hosts verified through their actual Turo data.",
  "schema_version": "1.0.0",
  "website": "https://hostpitcrew.com",
  "start_here": "https://agents.hostpitcrew.com/llms.txt",
  "endpoints": {
    "metros": "https://agents.hostpitcrew.com/v1/metros",
    "services": "https://agents.hostpitcrew.com/v1/services",
    "search": "https://agents.hostpitcrew.com/v1/mechanics?metro={metro-slug}&service={service-slug}",
    "mechanic": "https://agents.hostpitcrew.com/v1/mechanics/{slug}",
    "prices": "https://agents.hostpitcrew.com/v1/prices?metro={metro-slug}&service={service-slug}",
    "quality": "https://agents.hostpitcrew.com/v1/quality?metro={metro-slug}",
    "bulk_export": "https://agents.hostpitcrew.com/v1/export/mechanics.ndjson?cursor=0",
    "mcp": "https://agents.hostpitcrew.com/mcp"
  },
  "describes_itself_at": {
    "manifest": "https://agents.hostpitcrew.com/.well-known/agents.json",
    "openapi": "https://agents.hostpitcrew.com/openapi.json",
    "json_schema": "https://agents.hostpitcrew.com/schema.json",
    "pricing": "https://agents.hostpitcrew.com/pricing.json"
  },
  "privacy": "Supply-side and aggregate only. No Turo host identities, contacts, earnings, or per-host activity appear anywhere in this dataset."
}