Insighta
restAn interactive agent that automates RFQ bid extraction, comparison, and evaluation to accelerate procurement decisions. (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: "04455b6e-e96c-4b1e-a3c7-4d6de8b93ec5" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"04455b6e-e96c-4b1e-a3c7-4d6de8b93ec5",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/04455b6e-e96c-4b1e-a3c7-4d6de8b93ec5/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/1301541f-92c6-4add-a653-2a916a571ebc/Example usage
“ext:google-agentfinder:1301541f-92c6-4add-a653-2a916a571ebc”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/04455b6e-e96c-4b1e-a3c7-4d6de8b93ec5
{
"name": "Insighta",
"description": "An interactive agent that automates RFQ bid extraction, comparison, and evaluation to accelerate procurement decisions. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"procurement_and_supply_chain",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/1301541f-92c6-4add-a653-2a916a571ebc/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:1301541f-92c6-4add-a653-2a916a571ebc"
}04455b6e-e96c-4b1e-a3c7-4d6de8b93ec5Listed: Mar 24, 2026Related Agents
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)
Ingesta
An AI agent that automates the extraction and structuring of bid data from RFQ PDF documents for procurement. (by Accenture)
Comparon
An AI agent that automates vendor bid comparison, scoring, and ranking to streamline enterprise procurement decisions. (by Accenture)
VendorPal
A conversational AI agent that automates procurement workflows by handling vendor-related queries, tracking orders, and flagging risks. (by Accenture)