Card snapshot
api.andiai.com
·
2026-08-15 07:49:06 UTC
·
09d6d07e32f9d24756f4d017b91691e7256ecc934f3cf961eb8ec56687ca0a7c
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "Andi Web Search",
"description": "Real-time web search and page fetching for AI agents, built on Andi's own index of tens of billions of pages. Returns ranked, deduplicated results as LLM-ready markdown.",
"version": "1.6.143",
"url": "https://api.andiai.com/mcp",
"preferredTransport": "mcp-streamable-http",
"documentationUrl": "https://docs.andiai.com/resources/ai-agents",
"provider": {
"organization": "Andi",
"url": "https://andiai.com"
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/markdown"
],
"skills": [
{
"id": "andi_web_search",
"name": "Web search",
"description": "Search the live web and get ranked results with instant answers as LLM-ready markdown. Supports operators (site:, -term, filetype:, intitle:), recency windows, domain include/exclude, country/language, and a cost/speed dial.",
"tags": [
"search",
"web",
"research",
"current-events"
],
"examples": [
"latest RFC 9728 changes",
"site:nasa.gov climate data"
]
},
{
"id": "andi_fetch_url",
"name": "Fetch URL",
"description": "Fetch a specific web page by URL and return its content as clean markdown, optionally scoped to what you want from the page.",
"tags": [
"fetch",
"read",
"extract"
],
"examples": [
"https://example.com/article"
]
}
],
"securitySchemes": {
"andi_api_key": {
"type": "apiKey",
"in": "header",
"name": "x-api-key",
"description": "Create a free key at https://console.andiai.com/signup. Auth guide: https://api.andiai.com/auth.md"
}
},
"security": [
{
"andi_api_key": []
}
],
"additionalInterfaces": [
{
"url": "https://api.andiai.com/mcp",
"transport": "mcp-streamable-http"
},
{
"url": "https://api.andiai.com/api/v1/search",
"transport": "http-rest"
},
{
"url": "https://api.andiai.com/api/v1/fetch",
"transport": "http-rest"
}
]
}