x402 canary

pre-flight checks for the agent economy
Endpoints --
Online --
Degraded --
x402 Enabled --
Pre-flight Check
agent integration
check any x402 endpoint before you pay. llms.txt
GET
/api/trust?url={endpoint}
quick trust score for agents -- returns recommendation before payment
POST
/api/preflight
full spec compliance report with grading
GET
/api/health
live status of all monitored endpoints
usage example
const trust = await fetch(
  "https://canary.0x402.sh/api/trust?url=" + encodeURIComponent(targetUrl)
);
const { trustScore, recommendation } = await trust.json();

if (recommendation === "safe-to-pay") {
  // proceed with x402 payment
}
Loading...
built by @tmoney_145 / deployed on bankr x402 cloud / github / 0x402.sh --