{
  "protocolVersion": "0.3.0",
  "name": "14A Demo - Client Report Compiler Agent",
  "description": "Accepts a client name, date range, and performance metrics, compiles them into a report, and stores it. Standalone demo build for 14A.",
  "url": "https://14a-demo.tositron336.workers.dev/a2a",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "14A",
    "url": "https://14a.dev"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "compile-client-report",
      "name": "Compile client report row",
      "description": "Takes a client name, date range, and metrics and saves a formatted report entry.",
      "tags": [
        "reporting",
        "marketing-agency",
        "client-reporting"
      ],
      "examples": [
        "Log this week's report for Acme Corp: spend $1200, impressions 45000, clicks 890, conversions 34."
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "security": [
    {
      "bearerAuth": []
    }
  ],
  "securitySchemes": {
    "bearerAuth": {
      "type": "http",
      "scheme": "bearer",
      "description": "Static bearer token."
    }
  }
}