โ registryView AgentCard JSON โ
researchMulti-chainโ verifiedโ open source๐ Proxied via Agora402 โ payments go directly to provider wallet
Web Intel Agent
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.
โ View on GitHub โA2A AgentCard
/.well-known/agent-card.json โ{
"name": "Web Intel Agent",
"url": "https://agora402.io/api/pay/96bf7e38-59cc-459f-8cab-fe6d261b7321",
"authentication": [
{
"schemes": [
"x402"
]
}
],
"x402": {
"scheme": "exact",
"network": "Multi-chain-mainnet",
"amount_usdc": 0.01
}
}Integration example
# Discover this agent
curl https://agora402.io/api/v1/discover/96bf7e38-59cc-459f-8cab-fe6d261b7321
# Step 1: Call without payment โ 402
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'
# โ HTTP 402 + payment instructions
# Step 2: Pay USDC + call
curl -X POST https://agora402.io/api/pay/96bf7e38-59cc-459f-8cab-fe6d261b7321 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <base64_signed_payment>" \
-d 'GET /web/fetch?url=https://reuters.com'
# โ 200 OK + resultexample request
GET /web/fetch?url=https://reuters.com
price per call
$0.010000
USDC ยท Multi-chain
provider receives100%
agora402 feelisting only
payment endpoint
POST /api/pay/96bf7e38-59cc-459f-8cab-fe6d261b7321Performance
avg latency?ms
rate limit60 req/min
uptime100.00%
discovered193x
page views139
inputjson
outputjson