{
  "$schema": "https://agents.json/schema/v0.1.json",
  "name": "reservations.ai",
  "version": "2.5.0",
  "last_updated": "2026-05-27",
  "description": "The AI transaction layer for travel. One brain across voice, SMS, messaging, social, MCP, A2A, and REST. Trained on 9M+ reservation calls. Live in production since 2024.",
  "homepage": "https://reservations.ai/",
  "travel_assistant_access": "https://reservations.ai/voice-demo.html",
  "parent_organization": "Lexyl Travel Technologies",
  "contact": {
    "partnerships": "partnerships@reservations.ai",
    "developers": "developers@reservations.ai",
    "security": "security@reservations.ai",
    "data_protection": "dpo@reservations.ai"
  },
  "discovery": {
    "llms_txt": "https://reservations.ai/llms.txt",
    "llms_full_txt": "https://reservations.ai/llms-full.txt",
    "agents_md": "https://reservations.ai/agents.md",
    "manifest_json": "https://reservations.ai/manifest.json",
    "openapi": "https://reservations.ai/openapi.yaml",
    "well_known": {
      "mcp": "https://reservations.ai/.well-known/mcp.json",
      "agent": "https://reservations.ai/.well-known/agent.json",
      "ucp": "https://reservations.ai/.well-known/ucp",
      "ai_plugin": "https://reservations.ai/.well-known/ai-plugin.json",
      "security": "https://reservations.ai/.well-known/security.txt"
    },
    "sitemaps": {
      "primary": "https://reservations.ai/sitemap.xml",
      "agentic_discovery": "https://reservations.ai/sitemap_agentic_discovery.xml"
    }
  },
  "endpoints": {
    "mcp_public": "https://mcp.reservations.com/public/mcp",
    "mcp_authenticated": "https://mcp.reservations.com/mcp",
    "agent_registration": "https://mcp.reservations.com/agents/register",
    "rest_api": "https://api.reservations.com",
    "sandbox": "https://sandbox.reservations.com",
    "voice_pilot_lead_form": "https://reservations.ai/voice-demo.html"
  },
  "protocol_versions": {
    "mcp": "2024-11-05",
    "openapi": "3.1",
    "jsonrpc": "2.0",
    "a2a": "0.1"
  },
  "channels": ["voice", "sms", "whatsapp", "messenger", "instagram", "web", "mcp", "rest", "a2a"],
  "languages": [
    "en",
    "es",
    "fr",
    "de",
    "it",
    "pt",
    "ja",
    "zh",
    "ko",
    "ar",
    "ru",
    "nl",
    "sv",
    "no",
    "da",
    "fi",
    "pl",
    "cs",
    "hu",
    "ro",
    "tr",
    "th",
    "vi",
    "id",
    "ms",
    "hi",
    "he"
  ],
  "operational_metrics": {
    "live_since": "2024",
    "annual_commerce_usd": "2000000000+",
    "bookable_properties": "1500000+",
    "daily_conversations": "300000+",
    "training_corpus_calls": "9000000+",
    "uptime_30d_pct": 99.98,
    "p50_latency_ms": 247
  },
  "tools": [
    {
      "name": "tools/list",
      "auth": "none",
      "aec_cost": 0.1,
      "refund_on_book": false
    },
    {
      "name": "search_properties",
      "auth": "none",
      "aec_cost": 0.25,
      "refund_on_book": false
    },
    {
      "name": "get_rates",
      "auth": "none",
      "aec_cost": 0.5,
      "refund_on_book": false
    },
    {
      "name": "check_availability",
      "auth": "none",
      "aec_cost": 0.4,
      "refund_on_book": false
    },
    {
      "name": "get_policy",
      "auth": "none",
      "aec_cost": 0.15,
      "refund_on_book": false
    },
    {
      "name": "get_amenities",
      "auth": "none",
      "aec_cost": 0.2,
      "refund_on_book": false
    },
    {
      "name": "create_booking",
      "auth": "bearer",
      "aec_cost": 2,
      "refund_on_book": true
    },
    {
      "name": "confirm_booking",
      "auth": "bearer",
      "aec_cost": 1,
      "refund_on_book": true
    },
    {
      "name": "cancel_booking",
      "auth": "bearer",
      "aec_cost": 1.5,
      "refund_on_book": false
    },
    {
      "name": "get_booking",
      "auth": "bearer",
      "aec_cost": 0.1,
      "refund_on_book": false
    },
    {
      "name": "modify_booking",
      "auth": "bearer",
      "aec_cost": 1,
      "refund_on_book": "partial"
    }
  ],
  "tiers": [
    {
      "id": "search",
      "name": "Search Partner",
      "cost": "free"
    },
    {
      "id": "booking",
      "name": "Reservation Partner",
      "cost": "revenue_share",
      "aec_pool_min_usd": 500
    },
    {
      "id": "enterprise",
      "name": "Enterprise",
      "cost": "custom_negotiated"
    },
    {
      "id": "voice_pilot",
      "name": "Voice Pilot",
      "cost": "outcome_based",
      "billing": "per_completed_booking",
      "upfront_cost_usd": 0
    }
  ],
  "supported_clients": [
    {
      "name": "Claude Desktop",
      "vendor": "Anthropic",
      "status": "live"
    },
    {
      "name": "ChatGPT",
      "vendor": "OpenAI",
      "status": "live"
    },
    {
      "name": "Cursor",
      "vendor": "Cursor",
      "status": "live"
    },
    {
      "name": "Windsurf",
      "vendor": "Codeium",
      "status": "live"
    },
    {
      "name": "Custom JSON RPC 2.0",
      "vendor": "any",
      "status": "live"
    }
  ],
  "agent_registration": {
    "endpoint": "https://mcp.reservations.com/agents/register",
    "method": "POST",
    "machine_only": true,
    "required_fields": ["agent_id", "principal", "pre_auth"],
    "pre_auth_fields": ["max_usd", "scope", "expires_at"],
    "returns": ["agent_token", "aec_balance", "rate_limit", "manifest_url", "status"],
    "token_rotation_days": 90
  }
}
