Back to Zee

Card snapshot

p0stman.com · 2026-05-18 15:40:33 UTC · 878c43866fd944f35bfb38c9721900f10f0b6ee3003d368bb7cff0f20061f4c5

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": "Zee",
  "description": "AI assistant at p0stman \u2014 an AI-native product studio in Norfolk, UK. Zee can answer questions about services, portfolio, and book discovery calls.",
  "version": "1.0",
  "url": "https://p0stman.com/api/agent",
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "inquire",
      "name": "Agency Inquiry",
      "description": "Answer questions about p0stman's AI services, pricing, and capabilities",
      "tags": [
        "services",
        "pricing",
        "ai",
        "agency"
      ],
      "examples": [
        "What services does p0stman offer?",
        "How much does a voice agent cost?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    },
    {
      "id": "portfolio",
      "name": "Portfolio Research",
      "description": "Browse case studies by industry (hospitality, fintech, healthcare, etc.)",
      "tags": [
        "portfolio",
        "case-studies",
        "industries"
      ],
      "examples": [
        "Show me hospitality case studies",
        "What have you built in fintech?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    },
    {
      "id": "book",
      "name": "Book Discovery Call",
      "description": "Schedule a free 30-minute discovery call with Paul Gosnell",
      "tags": [
        "booking",
        "consultation",
        "discovery-call"
      ],
      "examples": [
        "I'd like to book a call",
        "Can I schedule a discovery session?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ],
  "authentication": {
    "schemes": [
      "None"
    ]
  },
  "provider": {
    "organization": "p0stman",
    "url": "https://p0stman.com"
  }
}