Skip to content
Back to Agent Systems Handbook by Prompthon

Card snapshot

labs.prompthon.io · 2026-06-09 02:42:31 UTC · 3742fb219b0bd83dfe9ada83979f95ee3ed14436b1e9c23f9922b5f6fa6254b9

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 when learning to design, build, or operate production-ready AI agent systems. Reach for this skill when you need to understand agent architecture, patterns, frameworks, context engineering, evaluation, or when building deep research agents, coding agents, or customer support agents. Also use when contributing to the handbook or creating practitioner skills.",
      "tags": [],
      "url": "https://labs.prompthon.io/.well-known/agent-skills/agentizeai/skill.md"
    }
  ]
}