{
  "specVersion": "1.0",
  "publisher": {
    "displayName": "Alpic",
    "identifier": "did:web:web-production-3ec31.up.railway.app",
    "url": "https://web-production-3ec31.up.railway.app"
  },
  "trustManifest": {
    "identity": "did:web:web-production-3ec31.up.railway.app",
    "identityType": "did",
    "domain": "web-production-3ec31.up.railway.app"
  },
  "entries": [
    {
      "identifier": "urn:air:web-production-3ec31.up.railway.app:api:scanner",
      "displayName": "Agentic Readiness Scanner REST API",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://web-production-3ec31.up.railway.app/api/openapi.json",
      "description": "OpenAPI 3.1 contract for starting scans, polling results and reading the leaderboard."
    },
    {
      "identifier": "urn:air:web-production-3ec31.up.railway.app:skill:scan-website",
      "displayName": "Scan a website for agentic readiness",
      "type": "application/ai-skill+md",
      "url": "https://web-production-3ec31.up.railway.app/.well-known/agent-skills/scan-website/SKILL.md",
      "description": "Agent skill describing how to run a scan through the REST API and report its result."
    },
    {
      "identifier": "urn:air:web-production-3ec31.up.railway.app:mcp:scanner",
      "displayName": "Agentic Readiness Scanner MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://web-production-3ec31.up.railway.app/.well-known/mcp/server-card.json",
      "description": "Server card for the Streamable HTTP MCP server exposing scan_website, get_scan and get_leaderboard."
    },
    {
      "identifier": "urn:air:web-production-3ec31.up.railway.app:a2a:scanner",
      "displayName": "Agentic Readiness Scanner A2A agent",
      "type": "application/a2a-agent-card+json",
      "url": "https://web-production-3ec31.up.railway.app/.well-known/agent-card.json",
      "description": "Agent card for the A2A JSON-RPC agent that runs the scan-website skill."
    },
    {
      "identifier": "urn:air:web-production-3ec31.up.railway.app:docs:llms",
      "displayName": "Agent-facing site index",
      "type": "text/plain",
      "url": "https://web-production-3ec31.up.railway.app/llms.txt",
      "description": "llms.txt index of the documentation, API and skills published by this site."
    }
  ]
}