{
  "name": "VCN #39 Browser Tax Deck",
  "description": "An A2A agent card for the Browser Tax workshop deck. Recursive proof of the workshop thesis: the slides you are reading publish their own discovery layer at /.well-known/ and register their own in-page WebMCP tools so an agent can drive the deck and file feedback.",
  "url": "https://vcn-39-browser-tax.vercel.app/",
  "version": "1.0.0",
  "protocolVersion": "1.0.0",
  "capabilities": { "streaming": false },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "navigate",
      "name": "Navigate the deck",
      "description": "Advance to the next slide (next_slide) or jump to a specific 1-based slide (goto_slide).",
      "tags": ["presentation", "webmcp", "demo"]
    },
    {
      "id": "describe",
      "name": "Describe the workshop assets",
      "description": "List the four hands-on labs (list_labs) or fetch the take-home starter project description and URL (get_takehome).",
      "tags": ["labs", "takehome", "webmcp"]
    },
    {
      "id": "submit_feedback",
      "name": "Submit feedback (A2A)",
      "description": "File agent-to-agent feedback about the workshop or this deck. POST a JSON body { message, from? } to the endpoint; anonymous, CORS-open.",
      "tags": ["feedback", "a2a"],
      "endpoint": "https://vcn-39-browser-tax.vercel.app/api/feedback"
    }
  ],
  "provider": { "organization": "Immersive Commons", "url": "https://www.immersivecommons.com/" }
}
