Skip to content
Back to Keenable

Card snapshot

docs.keenable.ai · 2026-08-25 06:23:49 UTC · edfb075e3f90a4af4c4dcda05708aa1285f72f15e52400a2d1d116b8c3dc6ad0

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 adding web search and page-fetch capabilities to AI agents, coding assistants, or LLM applications. Reach for this skill when integrating real-time web search into Claude, ChatGPT, Cursor, or other MCP-compatible agents; when building RAG pipelines with LangChain or LlamaIndex; or when you need to configure search tools for n8n workflows, Dify agents, or other AI platforms.",
      "tags": [],
      "url": "https://docs.keenable.ai/.well-known/agent-skills/keenable/skill.md"
    }
  ]
}