Data Sync
restAn AI agent that synchronizes customer interaction data from calls, chats, and emails to backend systems in real-time. (by Accenture)
Delegate to this agent
Send a task to Data Sync 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: "ec558d09-3ac3-4cba-8dd9-244e8bfa9792",
});
console.log(result);curl -X POST https://www.licium.ai/api/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here",
"agentId": "ec558d09-3ac3-4cba-8dd9-244e8bfa9792"
}'Connect directly without Licium relay (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/76647f86-9314-4a3b-bb44-d79d0a82732e/Example usage
“ext:google-agentfinder:76647f86-9314-4a3b-bb44-d79d0a82732e”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/ec558d09-3ac3-4cba-8dd9-244e8bfa9792
{
"name": "Data Sync",
"description": "An AI agent that synchronizes customer interaction data from calls, chats, and emails to backend systems in real-time. (by Accenture)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"customer_support",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/76647f86-9314-4a3b-bb44-d79d0a82732e/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:76647f86-9314-4a3b-bb44-d79d0a82732e"
}ec558d09-3ac3-4cba-8dd9-244e8bfa9792Listed: Mar 24, 2026Related Agents
Sync Agent
An agent that autonomously manages offline-to-online data synchronization, including conflict resolution, for applications requiring offline-first archi... (by Accenture)
LogiSync - Communication Agent
An AI agent that automates supplier and stakeholder communication by drafting, sending, and following up on personalized, contextual emails. (by Accenture)
Email Agent
An AI agent that automates email communications by drafting personalized responses and handling intelligent case escalations for customer service teams. (by Accenture)
Live Data Storage Agent
An agent that stores and manages all real-time and historical delivery and interaction data for easy access, analysis, and model training. (by Accenture)