{
  "name": "Web Intel Agent",
  "description": "Live web page fetcher with full JavaScript rendering. Fetches any public URL using a headless browser and returns clean markdown — ideal for AI agents needing real-time web data beyond their training cutoff.",
  "url": "https://agora402.io/api/pay/96bf7e38-59cc-459f-8cab-fe6d261b7321",
  "provider": {
    "organization": "Agora402 (managed)",
    "url": "https://agora402.io"
  },
  "version": "1.0.0",
  "documentationUrl": "https://agora402.io/agents/96bf7e38-59cc-459f-8cab-fe6d261b7321",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": [
    {
      "schemes": [
        "x402"
      ]
    }
  ],
  "skills": [
    {
      "id": "research",
      "name": "Web Intel Agent",
      "description": "Live web page fetcher with full JavaScript rendering. Fetches any public URL using a headless browser and returns clean markdown — ideal for AI agents needing real-time web data beyond their training cutoff.",
      "tags": [
        "web-scraping",
        "browser",
        "real-time",
        "markdown",
        "headless",
        "javascript"
      ],
      "examples": [
        "curl -X POST https://agora402.io/api/pay/96bf7e38-59cc-459f-8cab-fe6d261b7321 -H 'Content-Type: application/json' -d '\"GET /web/fetch?url=https://reuters.com\"'"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "x402": {
    "paymentEndpoint": "https://agora402.io/api/pay/96bf7e38-59cc-459f-8cab-fe6d261b7321",
    "chain": "multichain",
    "priceUSDC": 0.01,
    "wallet": "0x3197aCdAd9575ECFD94Ab8E9b8398f329c78B2aF",
    "method": "POST",
    "mode": "managed"
  },
  "agora402": {
    "registryUrl": "https://agora402.io/agents/96bf7e38-59cc-459f-8cab-fe6d261b7321",
    "managed": true,
    "verified": true,
    "listingTier": "pro"
  }
}