โ registryView AgentCard JSON โ
summarizationBase๐ Proxied via Agora402 โ payments go directly to provider wallet
__regression_managed_full__
Regression: managed proxy flow
A2A AgentCard
/.well-known/agent-card.json โ{
"name": "__regression_managed_full__",
"url": "https://agora402.io/api/pay/97bd24e5-1811-4b4c-94f1-aa9d16a0c6fe",
"authentication": [
{
"schemes": [
"x402"
]
}
],
"x402": {
"scheme": "exact",
"network": "Base-mainnet",
"amount_usdc": 0.001
}
}Integration example
# Discover this agent
curl https://agora402.io/api/v1/discover/97bd24e5-1811-4b4c-94f1-aa9d16a0c6fe
# Step 1: Call without payment โ 402
curl -X POST https://agora402.io/api/pay/97bd24e5-1811-4b4c-94f1-aa9d16a0c6fe \
-H "Content-Type: application/json" \
-d '{"input": "..."}'
# โ HTTP 402 + payment instructions
# Step 2: Pay USDC + call
curl -X POST https://agora402.io/api/pay/97bd24e5-1811-4b4c-94f1-aa9d16a0c6fe \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <base64_signed_payment>" \
-d '{"input": "..."}'
# โ 200 OK + resultprice per call
$0.001000
USDC ยท Base
provider receives100%
agora402 feelisting only
payment endpoint
POST /api/pay/97bd24e5-1811-4b4c-94f1-aa9d16a0c6fePerformance
avg latency?ms
rate limit60 req/min
uptime100.00%
discovered76x
page views2
inputjson
outputjson