{
  "name": "IsItAgentReady",
  "description": "Synthetic demo agent for an agent-readiness certification registry. Checks consumer-brand agent readiness and books the IsItAgentReady AgentReady 2026 audit.",
  "url": "https://isitagentready.site/.well-known/agent-card.json",
  "version": "1.0.0",
  "protocolVersion": "0.2.0",
  "provider": {
    "organization": "IsItAgentReady (synthetic demo)",
    "url": "https://isitagentready.site"
  },
  "documentationUrl": "https://isitagentready.site/operate.txt",
  "iconUrl": "https://isitagentready.site/assets/isitagentready-logo.svg",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extensions": [
      {
        "uri": "https://github.com/google-agentic-commerce/ap2/tree/main/spec",
        "description": "Agent Payments Protocol (AP2) \u2014 delegated payment mandates for the paid Pro verification (synthetic demo).",
        "required": false,
        "params": {
          "supported_payment_methods": [
            "card"
          ],
          "mandate_endpoint": "https://isitagentready.site/api/v1/ap2/mandates",
          "currency": "USD",
          "related_protocols": [
            "x402",
            "acp",
            "ucp"
          ]
        }
      }
    ]
  },
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "check-agent-readiness",
      "name": "Check agent readiness",
      "description": "Score a consumer brand's domain on agent readiness and list missing machine-readable files. Illustrative scoring only.",
      "tags": [
        "audit",
        "discovery",
        "ecommerce"
      ],
      "examples": [
        "Is example-dtc-brand.com readable by AI shopping agents?"
      ]
    },
    {
      "id": "book-readiness-review",
      "name": "Book readiness audit",
      "description": "Open the IsItAgentReady AgentReady 2026 free 15-minute agent-readiness certification review booking flow with ref=agent attribution.",
      "tags": [
        "booking",
        "campaign"
      ],
      "examples": [
        "Book me the IsItAgentReady agent-readiness certification review for acme.example."
      ]
    }
  ],
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "transport": "JSONRPC",
      "url": "https://isitagentready.site/a2a/jsonrpc"
    },
    {
      "transport": "HTTP+JSON",
      "url": "https://isitagentready.site/a2a/rest"
    }
  ]
}
