Skip to content
Back to Keenable

Card snapshot

docs.keenable.ai · 2026-08-28 10:09:38 UTC · e08f7ddfec5ea97158b9f79fc89ecffc9d78599779068e0416dea47ff9790752

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": "Keenable",
  "description": "Web search and knowledge access for AI agents.",
  "url": "https://docs.keenable.ai/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://docs.keenable.ai/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://docs.keenable.ai/",
    "organization": "Keenable"
  },
  "documentationUrl": "https://docs.keenable.ai/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "keenable",
      "name": "Keenable",
      "description": "Use when agents need web search and content retrieval capabilities. Reach for Keenable when building AI agents that require real-time web search, page fetching, or content extraction. Use it to integrate web search into coding agents (Claude Code, Cursor, Windsurf), chat applications (Claude, ChatGPT), frameworks (LangChain, LlamaIndex), or low-code builders (n8n, Dify). Agents should use this skill when setting up MCP servers, configuring CLI tools, calling REST APIs, or integrating web search into AI workflows.",
      "tags": [],
      "url": "https://docs.keenable.ai/.well-known/agent-skills/keenable/skill.md"
    }
  ]
}