# Hostrail — The Booking Layer 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

- Property data temporarily unavailable.

## Pages

- [All Hotels](https://hostrail.dev/)
- [For Agents](https://hostrail.dev/for-agents)
- [Access](https://hostrail.dev/pricing)
- [Playground](https://hostrail.dev/playground)
- [Request Sandbox Access](https://hostrail.dev/apply)
- [Request Live Access](https://hostrail.dev/live-access)
- [For Developers](https://hostrail.dev/for-developers)
- [Sandbox](https://hostrail.dev/sandbox)
- [For Hotels](https://hostrail.dev/for-hotels)
- [Guest Portal](https://hostrail.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.
- Access lanes: https://hostrail.dev/pricing
- Public playground: https://hostrail.dev/playground
- Sandbox access request: https://hostrail.dev/apply
- Live-access request: https://hostrail.dev/live-access
- Developer quickstart: https://hostrail.dev/for-developers
- Sandbox guide: https://hostrail.dev/sandbox
- Full property catalog: https://hostrail.dev/llms-full.txt
- Capabilities: https://hostrail.dev/capabilities.json
- Coverage: https://hostrail.dev/coverage.json
- Per-hotel detail: https://hostrail.dev/hotels/{slug}.md
- Canonical machine route: https://hostrail.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.
