Skip to content
Back to Andi Web Search

Card snapshot

api.andiai.com · 2026-08-17 23:48:37 UTC · 82b26afe0905f1362268072d354161ba5fa6d6f72564efe1002e227a4ea74697

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.147",
  "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"
    }
  ]
}