Build on top of RoamBook's travel planning platform.
Authorization: Bearer YOUR_KEY or X-API-Key: YOUR_KEYhttps://api.roambook.ai
Full OpenAPI spec: openapi-chatgpt.json
| Standard | URL |
|---|---|
| OpenAPI Spec | /openapi-chatgpt.json |
| ai-plugin.json | /.well-known/ai-plugin.json |
| llms.txt | /llms.txt |
| MCP Server | /.well-known/mcp.json |
curl -X POST https://api.roambook.ai/api/v1/trips \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"title": "Summer in Italy",
"destination": "Rome, Italy",
"startDate": "2026-07-01",
"endDate": "2026-07-10",
"budget": 8000
}'
Questions? support@roambook.ai
© 2025 RoamBook™