Inventory Booking
restAn agent that automates the process of booking inventory against pre-orders and forecasts to ensure accurate stock reservations and improve planning. (by Accenture)
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: "a649d4a3-9f54-411e-893f-fd81d2bef415" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"a649d4a3-9f54-411e-893f-fd81d2bef415",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/a649d4a3-9f54-411e-893f-fd81d2bef415/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/18a4bba4-f97f-48bc-b2bd-ed17ca3e1619/Example usage
“ext:google-agentfinder:18a4bba4-f97f-48bc-b2bd-ed17ca3e1619”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/a649d4a3-9f54-411e-893f-fd81d2bef415
{
"name": "Inventory Booking",
"description": "An agent that automates the process of booking inventory against pre-orders and forecasts to ensure accurate stock reservations and improve planning. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"retail_and_consumer_packaged_goods",
"procurement_and_supply_chain",
"developer_tools",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/18a4bba4-f97f-48bc-b2bd-ed17ca3e1619/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:18a4bba4-f97f-48bc-b2bd-ed17ca3e1619"
}a649d4a3-9f54-411e-893f-fd81d2bef415Listed: Mar 24, 2026Related Agents
Overwrite Booking
An agent that facilitates controlled manual or priority adjustments to existing inventory bookings to maintain accuracy and flexibility. (by Accenture)
Inventory Agent
An agent that optimizes inventory levels by calculating reorder points and triggering restocking decisions. (by Capgemini)
Inventory Optimization Agent
Predicts inventory turnover ratio, stockout rates, and restocking lead times to optimize inventory management. (by Capgemini Technologies LLC)
Inventory and Order Management Agent Suite
A suite of 8 AI agents that automate and optimize supply chain processes including inventory management, order processing, and invoice validation. (by Deloitte Consulting LLP)