{
  "name": "ben.agent",
  "description": "AI assistant representing Ben Budnevich, Agentic Identity Architect at Prove. Authorized via ZCAP-LD capability delegation from did:web:benbudnevich.com. Can answer questions about Ben's professional background, skills, and experience.",
  "url": "https://benbudnevich.com/api/a2a",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "provider": {
    "organization": "Ben Budnevich",
    "url": "https://benbudnevich.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extensions": [
      {
        "uri": "https://w3id.org/zcap/v1",
        "description": "ZCAP-LD capability delegation — defines what actions this agent is authorized to perform and who delegated that authority.",
        "required": false,
        "params": {
          "capabilityDocument": "https://benbudnevich.com/credentials/agent-capability.json",
          "controller": "did:web:benbudnevich.com",
          "allowedActions": ["answer-questions", "provide-portfolio-info", "engage-visitors"],
          "expires": "2026-12-31T23:59:59Z"
        }
      }
    ]
  },
  "authentication": null,
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text"],
  "skills": [
    {
      "id": "portfolio-qa",
      "name": "Portfolio Q&A",
      "description": "Answer questions about Ben Budnevich's professional background, skills, work experience, and expertise in agentic identity systems.",
      "tags": ["portfolio", "identity", "agentic-ai", "professional"],
      "examples": [
        "What does Ben specialize in?",
        "Where has Ben worked?",
        "What is Ben's tech stack?"
      ]
    }
  ]
}
