{
  "schema_version": "v1",
  "name_for_human": "Air Agent — Cheapest Flight Finder",
  "name_for_model": "air_agent_flight_search",
  "description_for_human": "AI-powered deep search that finds the absolute cheapest flights using split-ticketing, hidden-city routing, flex-date arbitrage, and refund prediction.",
  "description_for_model": "Search for the cheapest flights using advanced strategies including split-ticketing (breaking routes into cheaper segments), hidden-city ticketing (booking through connecting cities), flex-date arbitrage (price drops across dates), and refund prediction. Send a natural language query describing origin, destination, dates, passengers. Returns structured flight results with pricing, strategy used, savings tips, and booking URLs. Streams progress via SSE.",
  "api": {
    "type": "openapi",
    "url": "https://aiflightsearch.lovable.app/openapi.json"
  },
  "auth": {
    "type": "none"
  },
  "logo_url": "https://aiflightsearch.lovable.app/logo.png",
  "contact_email": "hello@aiflightsearch.lovable.app",
  "legal_info_url": "https://aiflightsearch.lovable.app"
}
