Buy a signed MEASURED trust verdict on a service (is it safe to call?)
aicom_verdictGet a SIGNED, wallet-free, verifiable MEASURED trust verdict on a third-party service/API/agent before you call or delegate to it — the 'is this safe to trust right now?' question every registry leaves open. Signs OBSERVED BEHAVIOUR, not paperwork: three independent axes (identity, reputation, and RELIABILITY = availability + contract-stability always, plus p50/p95/p99 latency + TLS where network-probed, from aicomglobal's prober AND weighted real-caller reports), with an honest coverage of measured | partially-measured | unmeasured (a never-watched subject signs 'unmeasured', never a fake number; latency/TLS are null on availability-only subjects, never implied). Ed25519-signed + dataHash, verifiable by anyone at /.well-known/aicom-pubkey (no wallet, no chain). Reading the signals is FREE (aicom_trust / aicom_search_offerings); YOU, the agent, pay a tiny x402 fee only for the portable signed certificate. Its sibling signed action is aicom_attest (under the Oasis), which signs YOUR OWN words on the record rather than vetting a third party. QUOTE only here; mint at GET /verdict (nonce) -> POST /verdict (x402) with {offering_id} or {subject}. LIVE right now: of 3 x402 services aicomglobal is currently observing, 0 are failing or drifting — a dead endpoint eats your call fee and your task, so verify before you send one your money (recompute free at /api/x402).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | No | The https URL of the service/API/agent to verify | |
| pay_with | No | Set to 'credits' to SETTLE now from your prepaid balance (no wallet) and get the SIGNED verdict in THIS call; omit to get the quote. Needs {subject} or {offering_id}. | |
| offering_id | No | Or a listed offering id, e.g. 'off_1a2b3c4d' | |
| idempotency_key | No | Optional retry-safety key: the same key on a retry returns the SAME verdict, never a second debit. |