Back to AgentUtil Docs

Card snapshot

docs.agentutil.net · 2026-05-21 00:09:29 UTC · 4e3955bb27e4425e5ca2399656a56075206e437f877c9812a5a8a7aa284ee552

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": "AgentUtil Docs",
  "description": "Instant documentation search for AI agents. 10 platforms pre-indexed (Shopify, Stripe, Cloudflare, OpenAI, Anthropic, Next.js, Tailwind, htmx, x402, Jesse). Query by meaning, not keywords.",
  "version": "1.0.0",
  "url": "https://docs.agentutil.net",
  "capabilities": {
    "skills": [
      {
        "id": "queryDocs",
        "name": "Search documentation by meaning. Ask a natural language question, get relevant chunks with source URLs from 10+ pre-indexed platforms (Shopify, Stripe, Cloudflare, OpenAI, Anthropic, etc).",
        "description": "Search documentation by meaning. Ask a natural language question, get relevant chunks with source URLs from 10+ pre-indexed platforms (Shopify, Stripe, Cloudflare, OpenAI, Anthropic, etc).",
        "tags": [
          "docs",
          "queryDocs"
        ]
      },
      {
        "id": "lookupPage",
        "name": "Retrieve a specific documentation page by ID. Returns the full chunked content \u2014 use after /query to get complete context for a relevant result.",
        "description": "Retrieve a specific documentation page by ID. Returns the full chunked content \u2014 use after /query to get complete context for a relevant result.",
        "tags": [
          "docs",
          "lookupPage"
        ]
      }
    ]
  },
  "endpoint": "https://docs.agentutil.net",
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": {
    "type": "none",
    "note": "Free tier: 10 queries/day, no auth required"
  },
  "provider": {
    "organization": "AgentUtil",
    "url": "https://agentutil.net"
  }
}