# Moveroo Removals Moveroo Removals is a transactional quoting platform with a small public discovery and intake layer. Public information and intake pages: - / - /contact - /questions - /quote - /quote/household - /quote/vehicle Public machine-readable quote capability: - /quote-capability.json - /.well-known/ai-catalog.json - /.well-known/ai-plugin.json - /llms.txt - /.well-known/llms.txt - /openapi.json - /.well-known/openapi.json Human-readable agent guide: - /agents - /agents/examples Allowed use for agents: - read public information pages - direct users to the public quote intake pages above - submit household quote requests through /api/v1/household-quotes/assistant/submit when the customer has asked for a quote and the request includes customer_consent.confirmed=true with customer_consent.basis=customer_requested_quote - submit vehicle quote requests through /api/v1/vehicle-quotes/assistant/submit when the customer has asked for a quote and the request includes customer_consent.confirmed=true with customer_consent.basis=customer_requested_quote - use /api/v1/vehicle-quotes/assistant/intake/session and the related /api/v1/vehicle-quotes/assistant/intake/* workflow actions when a vehicle quote needs to be collected step by step before consented submission - request callback times through /api/v1/callbacks/assistant/request when the customer has asked for a callback and the request includes customer_consent.confirmed=true with customer_consent.basis=customer_requested_callback - submit household booking requests through /api/v1/household-quotes/booking/actions, /api/v1/household-quotes/booking/confirm-option, and /api/v1/household-quotes/booking/book-option when the customer has asked to book a priced household quote option and the request includes customer_consent.confirmed=true with customer_consent.basis=customer_requested_booking - omit tenant in public household and vehicle submissions unless a tenant slug has been separately agreed; Moveroo resolves the tenant from the quote host - use public contact/help content as reference material - read the public quote capability manifest to distinguish public-agent API submission from browser handoff - read /openapi.json for the official household quote, vehicle quote, and vehicle workflow-intake schemas - read /agents for the host-aware human guide, consent contract, no-tenant quote payload examples, and private-surface guardrails - read /agents/examples for copy-paste household quote, vehicle quote, and callback cURL examples with consent fields and idempotency keys - read /.well-known/llms.txt and /.well-known/ai-plugin.json when your crawler prefers well-known discovery paths Do not: - submit payments through public crawling - access customer, provider, admin, signed, personalized, resume, tracking, or private flows - treat compatibility paths such as /quote/rebuild as canonical discovery pages