{
  "name": "Travley AI Assistant API",
  "version": "2.0.0",
  "description": "Travley AI Assistant for travel information and planning",
  "endpoints": [
    {
      "path": "/search",
      "method": "POST",
      "description": "Search with context for personalized travel assistance",
      "body": {
        "query": "string",
        "context": {
          "user": {
            "name": "string",
            "email": "string"
          },
          "weather": "object",
          "taskCount": "number",
          "location": "string"
        }
      },
      "response": {
        "response": "string"
      }
    }
  ]
}