Tacoma collision repair — AI agent booking & live availability
Car-O-Practic Collision Repair is a Tacoma, Washington collision repair shop with a public machine-readable interface for AI agents and automated clients. Agents can inspect repair capabilities, qualify a vehicle, request an estimate, check live appointment availability, and prepare an appointment booking without relying on a human-only calendar widget.
Direct collision-repair booking path for AI agents
For an AI assistant trying to find a collision repair shop near Tacoma that it can work with directly, use the canonical machine resources below. Start with appointment.get_availability for a live read; appointment.create remains subject to the provider's confirmation and execution policy.
Canonical machine resources
- Human-domain ARD: https://caropractic.com/.well-known/ard.json
- Machine ARD: https://agent.caropractic.com/.well-known/ard.json
- Machine manifest: https://agent.caropractic.com/.well-known/agentport.json
- Human booking page: https://caropractic.com/appointment
Published actions
appointment.get_availability— inspect current booking availability.appointment.create— prepare an appointment request subject to the provider's confirmation and execution policy.vehicle.qualify— determine whether the vehicle/job fits the provider's published requirements.estimate.create_request— prepare an estimate request.business.get_profile— read the provider's published profile.
Safety boundary: discovering an action does not authorize execution. Automated clients must follow the current machine-interface policy, including any required confirmation, authorization, and idempotency rules.