Programmatic access to the public WAB Trust Graph: signed agent profiles, temporal trust scores, refusal histories.
| Method | Path | Scope | Description |
|---|---|---|---|
| GET | /api/reputation/score/:domain | trust:read | Temporal trust score |
| GET | /api/ring4/status/:domain | trust:read | Ring 4 signed profile |
| GET | /api/truth/temporal/:domain | trust:history | Time-series trust (Pro+) |
| POST | /api/keys/issue | — | Self-serve Free key |
| GET | /api/keys/me | X-API-Key | Quota & usage |
| POST | /api/keys/revoke | X-API-Key | Owner revocation |
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.