Verification
Cleared Check
Paste any origin URL. We return a trust score (0-100) and binary PASS/FAIL. Add ?entropy=1 for regime endpoints — or run the full unified loop.
0
Checks today
4,664
Total checks
46.64
$AEO burned
0.01
Per check
Scoring rubric
Certified Hash
Attestation receipt, not insurance. Authority without liability. Add ?certify=certified to any check call to receive a SHA-256 attestation receipt — cryptographic proof that Cleared verified this endpoint at this exact timestamp.
POST /api/cleared/certify{ "origin": "https://api.example.com", "tier": "certified" }Certified Hash is an attestation receipt — a cryptographic proof that Cleared verified this endpoint at this timestamp using this methodology version. It is NOT insurance, a guarantee, or a warranty. It speaks to verification authority, not financial liability.
API
GET /api/cleared/check?origin=https://example.comReturns JSON with pass, score, and full checks breakdown.
SDK
import { check } from "@cleared/sdk";const result = await check("https://api.example.com");if (result.pass) proceed();3 lines. Your agent only pays endpoints that pass.