🌍 RoamBook Developer Docs

Build on top of RoamBook's travel planning platform.

Quick Start

  1. Sign up at app.roambook.ai
  2. Go to Settings → Generate API Key
  3. Use the key as Authorization: Bearer YOUR_KEY or X-API-Key: YOUR_KEY

Base URL

https://api.roambook.ai

API Reference

Full OpenAPI spec: openapi-chatgpt.json

AI Integration

StandardURL
OpenAPI Spec/openapi-chatgpt.json
ai-plugin.json/.well-known/ai-plugin.json
llms.txt/llms.txt
MCP Server/.well-known/mcp.json

Example: Create a Trip

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
  }'

Support

Questions? support@roambook.ai

© 2025 RoamBook™