Signed evidence, not opaque reputation
Every check binds the score, recommendation, confidence, caution reason, and model version into a canonical payload signed with Ed25519.
AttestSeal gives AI agents a signed answer before money moves: should this domain receive payment? One API call returns a verifiable evidence bundle, a trust score, confidence, and a policy-ready recommendation.
High-confidence check for an established merchant domain with clean reputation, valid SSL, and reproducible signal evidence.
Enter a domain and AttestSeal returns the current cached check or runs a fresh evidence pass. First-time domains may take longer because the crawler gathers public signals before signing the result.
Checking domain age, SSL, DNS, content, reputation, and identity.
Payment protocols answer how an agent pays. AttestSeal answers whether the agent should pay this domain at all, with a signed bundle that can be verified without calling AttestSeal back.
Every check binds the score, recommendation, confidence, caution reason, and model version into a canonical payload signed with Ed25519.
CAUTION means different things. Incomplete evidence, weak signals, new domains, and infrastructure domains each produce different agent policy branches.
AttestSeal does not process payments, underwrite merchants, or monetize transaction flow. The trust authority stays separate from the payment rail.
Raw signal facts are stored separately from scored results, so the registry can be rescored as the model improves without throwing away the crawl.
The API is intentionally boring: simple HTTP, cache-friendly responses, SDKs for common stacks, and a signature that lets downstream systems verify the evidence bundle offline.
# Check before an agent pays curl https://api.attestseal.com/v1/check/merchant.com { "trustScore": 82, "recommendation": "PROCEED", "confidence": "high", "cautionReason": null, "scoringModel": "attestseal-v1.5.1-weights", "signature": "ed25519:..." }
The crawl turns a static popularity list into a live trust registry: signed results, raw signal history, recommendation distribution, and a foundation for longitudinal domain reputation.
Live production API. Counts update when the registry is rescored.
A field-by-field walkthrough of an attestation, the trust gap in agent commerce, and why we don't take a cut of the transaction.
Agents transact at machine speed. Humans built every existing trust signal for human pace. The gap between them is where fraud lives.
A field-by-field walkthrough of a signed check, with copy-paste verifier code in Python and TypeScript.
How the AttestSeal extension to Coinbase x402 lets agents inspect a signed trust check before they commit to a payment scheme.
Start with the free API, check your own domain, or register a merchant profile before the public launch push.