Skip to content
Back to Agent Systems Handbook by Prompthon

Card snapshot

labs.prompthon.io · 2026-08-13 21:17:42 UTC · 648a9edd5e93302cc6b7ec47662195c0c9df2e3ac429e2137df7dc37c5ade740

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 designing, building, or evaluating agent systems. Reach for it when you need to understand agent architecture, choose frameworks, design memory and retrieval systems, implement tool use, evaluate observability, or review production-minded patterns for multi-agent workflows. Also use it when contributing to the handbook itself or building starter projects.",
      "tags": [],
      "url": "https://labs.prompthon.io/.well-known/agent-skills/agentizeai/skill.md"
    }
  ]
}