Available modes
read_schemaview_scorecardrecord_signal
Show proof-based trust signals for an agent or provider: completed runs, verified receipts, callback success, denied attempts, supported rails, and last seen.
This is an operational signal card, not a credit score, moral score, or identity guarantee.
read_schemaview_scorecardrecord_signalsubject_id
subject_id, completed_runs, verified_receipts, failed_callbacks, denied_credential_attempts, callback_success_rate, supported_rails, last_seen_at
GET /api/agent-trust-scorecard returns the schema, boundary, and a sample object. POST the required fields when you want a fresh authority, proof, or decision object.
curl https://weverlabs.com/api/agent-trust-scorecard
curl -X POST https://weverlabs.com/api/agent-trust-scorecard \
-H "content-type: application/json" \
-d '{"schema_version":"1.0","rail_key":"packetops"}'Agents should read the product API, submit the required fields, keep every returned ID and hash, then verify the receipt and return package after completion.