{
  "protocolVersion": "0.3.0",
  "name": "Agentic Readiness Scanner",
  "description": "Assesses how clearly a public website presents itself to automated agents through static retrieval and returns the tier, scores and failed checks.",
  "url": "https://web-production-3ec31.up.railway.app/api/a2a",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "Alpic",
    "url": "https://alpic.ai"
  },
  "version": "1.0.0",
  "documentationUrl": "https://web-production-3ec31.up.railway.app/docs/api.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "scan-website",
      "name": "Scan a website for agentic readiness",
      "description": "Send a public website URL as a text part. The agent starts a scan and returns a Task; poll tasks/get until it completes to receive the assessment summary artifact.",
      "tags": [
        "agentic-readiness",
        "website",
        "assessment",
        "scanner"
      ],
      "examples": [
        "Scan https://example.com for agentic readiness",
        "How agent-ready is example.com?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}