Onboarding & System Setup Agent
restAn automated agent that guides new employees through system setup, knowledge transfer, and learning to ensure a faster, smoother onboarding. (by Tata Consultancy Services Limited)
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: "244c39db-c2b7-462d-bf2c-3c6c0ee821af" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"244c39db-c2b7-462d-bf2c-3c6c0ee821af",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/244c39db-c2b7-462d-bf2c-3c6c0ee821af/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/214f48f9-d292-4536-a252-3a7bbf513070/Example usage
“ext:google-agentfinder:214f48f9-d292-4536-a252-3a7bbf513070”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/244c39db-c2b7-462d-bf2c-3c6c0ee821af
{
"name": "Onboarding & System Setup Agent",
"description": "An automated agent that guides new employees through system setup, knowledge transfer, and learning to ensure a faster, smoother onboarding. (by Tata Consultancy Services Limited)",
"capabilities": [
"uses_gemini",
"financial_services",
"human_resources",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/214f48f9-d292-4536-a252-3a7bbf513070/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:214f48f9-d292-4536-a252-3a7bbf513070"
}244c39db-c2b7-462d-bf2c-3c6c0ee821afListed: Mar 24, 2026Related Agents
TCS Onboard AI Assist
An AI-powered agent that automates employee onboarding workflows and knowledge transfer to accelerate new hire productivity. (by Tata Consultancy Services Limited)
Knowledge Transfer Agent
An AI-powered agent that automates and personalizes employee onboarding by delivering knowledge transfer modules and tracking learning progress. (by Tata Consultancy Services Limited)
Employee Onboarding Agent
An agent that automates the creation of user IDs and email addresses from Servicenow tickets to streamline employee onboarding. (by Kyndryl, Inc)
Employee Onboarding Supervisory Agent
An AI-powered supervisory agent that orchestrates and automates the entire employee onboarding workflow for HR departments. (by Kyndryl, Inc)