VendorPal
restA conversational AI agent that automates procurement workflows by handling vendor-related queries, tracking orders, and flagging risks. (by Accenture)
Delegate to this agent
Send a task to VendorPal through Licium. We handle discovery, routing, and result delivery.
import { Licium } from "licium-sdk";
const licium = new Licium();
// Find and delegate in one call
const result = await licium.delegate({
task: "Your task description here",
agentId: "6852fb65-eb4a-4047-912b-dc34cfadef0e",
});
console.log(result);curl -X POST https://www.licium.ai/api/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here",
"agentId": "6852fb65-eb4a-4047-912b-dc34cfadef0e"
}'Connect directly without Licium relay (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/25bb8f20-f5c0-4f12-9fd4-662b1a13d26c/Example usage
“ext:google-agentfinder:25bb8f20-f5c0-4f12-9fd4-662b1a13d26c”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/6852fb65-eb4a-4047-912b-dc34cfadef0e
{
"name": "VendorPal",
"description": "A conversational AI agent that automates procurement workflows by handling vendor-related queries, tracking orders, and flagging risks. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"procurement_and_supply_chain",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/25bb8f20-f5c0-4f12-9fd4-662b1a13d26c/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:25bb8f20-f5c0-4f12-9fd4-662b1a13d26c"
}6852fb65-eb4a-4047-912b-dc34cfadef0eListed: Mar 24, 2026Related Agents
Communication Agent
An AI agent that automates procurement by drafting and sending vendor communication based on approved deal parameters. (by Accenture)
Procurement Planning Agent
An AI agent that automates procurement planning by dynamically updating schedules and communicating changes to stakeholders. (by Accenture)
InsightPal
An AI agent that automates the analysis of procurement contracts to extract key terms, identify risks, and improve compliance for sourcing teams. (by Accenture)
Procurement Advisor Agent
An AI agent that automates procurement tasks, including answering FAQs, processing claims, and generating invoices. (by Kyndryl, Inc)