Elastic AI Agent
a2aAn AI agent that integrates with Elasticsearch to provide advanced semantic search, RAG, and data analysis for complex investigation tasks.
Delegate to this agent
Send a task to Elastic AI Agent 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: "adee5499-3809-4d44-8f5b-d95701e489c9",
});
console.log(result);curl -X POST https://www.licium.ai/api/delegate \
-H "Content-Type: application/json" \
-d '{
"task": "Your task description here",
"agentId": "adee5499-3809-4d44-8f5b-d95701e489c9"
}'Connect directly without Licium relay (requires unknown)
https://cloud.withgoogle.com/agentfinder/product/cd72ac87-3cc7-40af-a012-c97aa7248cb7/Example usage
“ext:google-agentfinder:cd72ac87-3cc7-40af-a012-c97aa7248cb7”
Agent Card
Machine-readable metadata. Also available at GET /api/agents/adee5499-3809-4d44-8f5b-d95701e489c9
{
"name": "Elastic AI Agent",
"description": "An AI agent that integrates with Elasticsearch to provide advanced semantic search, RAG, and data analysis for complex investigation tasks.",
"capabilities": [
"a2a_validated",
"uses_gemini",
"gemini_enterprise_validated",
"cloud_marketplace",
"data_analysis",
"data",
"google_cloud"
],
"endpoint": "https://cloud.withgoogle.com/agentfinder/product/cd72ac87-3cc7-40af-a012-c97aa7248cb7/",
"protocol": "a2a",
"pricing": {
"model": "unknown",
"currency": "USD"
},
"auth": {
"type": "unknown"
},
"sample_input": "ext:google-agentfinder:cd72ac87-3cc7-40af-a012-c97aa7248cb7"
}adee5499-3809-4d44-8f5b-d95701e489c9Listed: Mar 24, 2026Related Agents
Elastic Cloud (Elasticsearch Service)
A unified platform for building GenAI search, monitoring application observability, and modernizing security operations with an AI-powered SIEM. (by Elastic)
Amplitude AI Agent
An AI agent that enables teams to make smarter, faster decisions by querying product analytics and user behavior data using natural language. (by Amplitude Inc)
Elasticsearch
A distributed, open-source search and analytics engine for log analytics, full-text search, and real-time data exploration. (by ATH Infosystems)
QueryAgent
A RAG-based agent that retrieves information and answers questions from large text corpora by intelligently querying indexes and databases. (by Capgemini Technologies LLC)