← Web Agent Bridge · العربية

Trust Graph API

Programmatic access to the public WAB Trust Graph: signed agent profiles, temporal trust scores, refusal histories.

Free

€0
  • 1,000 requests / month · 30 req/min
  • Read trust scores
  • Anonymous access (no key) allowed at 10 req/min

Pro

€10 / mo
  • 100 000 requests / month · 120 req/min
  • 30-day history
  • Reputation reads
  • Email support

Enterprise

Sales
  • 5 M+ requests / month
  • Full history · SLA · audit log
  • Governance write scope
  • Dedicated support

Get a free key (one-click)

Endpoints

MethodPathScopeDescription
GET/api/reputation/score/:domaintrust:readTemporal trust score
GET/api/ring4/status/:domaintrust:readRing 4 signed profile
GET/api/truth/temporal/:domaintrust:historyTime-series trust (Pro+)
POST/api/keys/issueSelf-serve Free key
GET/api/keys/meX-API-KeyQuota & usage
POST/api/keys/revokeX-API-KeyOwner revocation

Quick start

curl -H "X-API-Key: $WAB_KEY" \
     https://www.webagentbridge.com/api/reputation/score/example.com

# Response includes:   X-WAB-Tier: pro
#                      X-WAB-Quota-Used: 1234
#                      X-WAB-Quota-Limit: 100000

Anonymous access works without a key (10 req/min, IP-bucketed). Pro and Enterprise unlock historical depth and the governance:write scope.