RoomRates.ai Agent API
Use the normalized RoomRates API instead of integrating each upstream supplier format separately. Public discovery and hotel-search endpoints are rate-limited; quote and booking are transactional and require a private server-side API key.
https://roomrates.ai/wp-json/roomrates/v1/openapi
Security rule: RoomRates API keys are never published on this page, in
llms.txt, in OpenAPI, or in frontend JavaScript. Authorized integrations should send the key only in the X-RoomRates-Key request header from a protected server environment.Machine-readable discovery
/llms.txt · /wp-json/roomrates/v1/openapi
Transactional protection
/quote requires the private API key. /book also requires a unique X-Idempotency-Key to reduce duplicate bookings caused by retries.