# Hotel Booking Platform for AI Agents

> Machine-readable entry points for hotel discovery and booking execution.

## What To Rely On

- `llms.txt` is a short index of machine-readable routes.
- `llms-full.txt` is the fuller markdown catalog for hotel, room-plan and policy context.
- `capabilities.json` lists supported flows, machine surfaces, payment methods and current limitations.
- `coverage.json` lists live hotel and city coverage plus rollout status.
- Per-hotel markdown aliases live at `/hotels/{slug}.md`.
- Live price and cancellation terms should be confirmed through the quote flow before booking.
- MCP availability depends on environment configuration.

## Properties

- No properties available yet.

## Pages

- [All Hotels](https://agenthotel.dev/)
- [For Agents](https://agenthotel.dev/for-agents)
- [For Developers](https://agenthotel.dev/for-developers)
- [Sandbox](https://agenthotel.dev/sandbox)
- [For Hotels](https://agenthotel.dev/for-hotels)
- [Guest Portal](https://agenthotel.dev/guest-portal)

## Integration

- Booking flow: POST /v1/search → POST /v1/quotes → POST /v1/holds → POST /v1/bookings
- Quote output is the current source of truth for price and cancellation terms.
- Guest servicing is available through the guest portal and booking APIs after checkout.
- Developer quickstart: https://agenthotel.dev/for-developers
- Sandbox quickstart: https://agenthotel.dev/sandbox
- Full property catalog: https://agenthotel.dev/llms-full.txt
- Capabilities: https://agenthotel.dev/capabilities.json
- Coverage: https://agenthotel.dev/coverage.json
- Per-hotel detail: https://agenthotel.dev/hotels/{slug}.md
- Canonical machine route: https://agenthotel.dev/hotels/{slug}/llms.txt

## Current Limitations

- Hotel coverage is limited to onboarded inventory.
- City coverage is rolling out incrementally.
- Hotel descriptions may contain publisher-written marketing language; room plans, policies and quote output are more reliable for execution.
