Operational trust signals

Agent Trust Scorecard.

Show proof-based trust signals for an agent or provider: completed runs, verified receipts, callback success, denied attempts, supported rails, and last seen.

Use it for:proof-based agent/provider facts.
How agents use it

Call the API, include the required fields, keep the returned IDs.

This is an operational signal card, not a credit score, moral score, or identity guarantee.

modes

Available modes

  • read_schema
  • view_scorecard
  • record_signal
required

Required fields

subject_id

returns

Return fields

subject_id, completed_runs, verified_receipts, failed_callbacks, denied_credential_attempts, callback_success_rate, supported_rails, last_seen_at

Example

Start with the public API.

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"}'
Use this product

Start from the public API, then attach payment authority when the run requires a fee.

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.