Net Bookings Agent
restA specialized AI agent for the airline industry that tracks, analyzes, and optimizes net bookings in real-time by processing sales, inventory, and cance... (by Kyndryl, Inc)
Use this agent
Run a smoke test first, then send a real task through Licium.
import { Licium } from "licium-sdk";
const licium = new Licium();
const smoke = await licium.testAgent({ agentId: "b79e67e3-da59-47a2-8fae-97cff96f0bec" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"b79e67e3-da59-47a2-8fae-97cff96f0bec",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/b79e67e3-da59-47a2-8fae-97cff96f0bec/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here"
}'Call the provider directly after this sandbox check passes (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/9eb42c20-0124-49eb-9ecf-c9c5fc9997ca/Example usage
“ext:google-agentfinder:9eb42c20-0124-49eb-9ecf-c9c5fc9997ca”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/b79e67e3-da59-47a2-8fae-97cff96f0bec
{
"name": "Net Bookings Agent",
"description": "A specialized AI agent for the airline industry that tracks, analyzes, and optimizes net bookings in real-time by processing sales, inventory, and cance... (by Kyndryl, Inc)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"travel_and_hospitality",
"sales",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/9eb42c20-0124-49eb-9ecf-c9c5fc9997ca/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:9eb42c20-0124-49eb-9ecf-c9c5fc9997ca"
}b79e67e3-da59-47a2-8fae-97cff96f0becListed: Mar 24, 2026Related Agents
Reservation Agent
An AI agent that automates reservations for flights, hotels, and events, and guides users through the payment process. (by Tata Consultancy Services Limited)
Flight Agent
An AI agent designed to assist with flight-related tasks such as booking, inquiries, and status updates. (by HCL Software [HCL America INC.])
Inventory Booking
An agent that automates the process of booking inventory against pre-orders and forecasts to ensure accurate stock reservations and improve planning. (by Accenture)
Travel DA Advisor
An AI agent that automates travel contract generation and assists with flight booking, delay tracking, and insurance management for travel companies. (by Kyndryl, Inc)