Skip to content
Back to Agent Systems Handbook by Prompthon

Card snapshot

agentizeai.main-kill-isr.mintlify.me · 2026-09-03 21:46:05 UTC · 9b37c218ccec68814eb55c6d808dbe1b514fc9cc8340933605a39e7fa338d2b9

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": "Agent Systems Handbook by Prompthon",
  "description": "A practical AI agents handbook for students, practitioners, and builders exploring agent systems, agentic workflows, context engineering, MCP, A2A, evaluation, observability, and multi-agent architecture.",
  "url": "https://labs.prompthon.io/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://labs.prompthon.io/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://labs.prompthon.io/",
    "organization": "Agent Systems Handbook by Prompthon"
  },
  "documentationUrl": "https://labs.prompthon.io/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "agentizeai",
      "name": "Agentizeai",
      "description": "Use this skill when helping users understand, design, build, or operate AI agent systems. Reach for it when discussing agent architecture, framework selection, memory and retrieval patterns, context engineering, protocols and interoperability (MCP/A2A), evaluation and observability, multi-agent workflows, or production-ready agent deployment. Use it for both foundational concepts and practical implementation guidance.",
      "tags": [],
      "url": "https://labs.prompthon.io/.well-known/agent-skills/agentizeai/skill.md"
    }
  ]
}