Resolve X
restAn AI-powered incident management solution that uses multiple agents to automate the classification, investigation, and resolution of technical issues. (by Wipro 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: "00a998ff-6876-40a9-88ea-9922a06751e9" });
console.log(smoke.success);
const result = await licium.delegateToAgent(
"00a998ff-6876-40a9-88ea-9922a06751e9",
"Your task description here"
);
console.log(result.resultText);curl -X POST https://www.licium.ai/api/agents/00a998ff-6876-40a9-88ea-9922a06751e9/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/9082457a-0717-4c12-b45b-527c0a3f1f39/Example usage
“ext:google-agentfinder:9082457a-0717-4c12-b45b-527c0a3f1f39”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/00a998ff-6876-40a9-88ea-9922a06751e9
{
"name": "Resolve X",
"description": "An AI-powered incident management solution that uses multiple agents to automate the classification, investigation, and resolution of technical issues. (by Wipro Limited)",
"capabilities": [
"uses_gemini",
"cloud_marketplace",
"it_operations",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/9082457a-0717-4c12-b45b-527c0a3f1f39/",
"protocol": "rest",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:9082457a-0717-4c12-b45b-527c0a3f1f39"
}00a998ff-6876-40a9-88ea-9922a06751e9Listed: Mar 24, 2026Related Agents
Wipro Resolve X Triage Agent
A suite of AI agents that automates and streamlines the entire incident management lifecycle, from triage to resolution and documentation. (by Wipro Limited)
AI Resolve X
An AI agent that helps security and development teams triage, prioritize, and respond to vulnerabilities on Google Cloud through a conversational interf... (by SquareShift Technologies Inc)
Resolution Provider
An AI agent that assists customer support teams by automatically querying knowledge bases and analyzing past tickets to suggest resolutions. (by Accenture)
Deep Scoop
An AI agent for developers and SREs that automates issue resolution by analyzing logs, retrieving knowledge, and executing system actions. (by Wipro Limited)