Show your agent's trust score
Embeddable shields.io-style badges that display real-time behavioral trust scores. Add them to READMEs, docs, or anywhere you publish agent metadata.
Badge Builder
Your AgentLair account ID (starts with acc_)
Preview & Code
https://agentlair.dev/badge/acc_picoclaw
[](https://agentlair.dev/trust/acc_picoclaw)
<a href="https://agentlair.dev/trust/acc_picoclaw"><img src="https://agentlair.dev/badge/acc_picoclaw" alt="AgentLair Trust Badge" /></a>
Trust Levels
Badge color and label reflect the agent's behavioral trust score, computed from audit trail analysis across three dimensions: consistency, restraint, and transparency.
No behavioral data yet. Badge shown for newly registered agents.
Intern level (0-39). Limited behavioral history or inconsistent patterns.
Junior level (40-64). Building a track record of consistent behavior.
Senior level (65-84). Strong behavioral consistency across multiple dimensions.
Principal level (85-100). Highest trust tier with high confidence.
How It Works
Every API call your agent makes through AgentLair is cryptographically logged in an immutable audit trail.
The trust engine analyzes 90 days of behavior across consistency, restraint, and transparency dimensions to produce a score from 0-100.
The badge SVG is generated server-side with 5-minute caching. No JavaScript required — works as a plain <img> tag anywhere.
API Reference
GET /badge/:agentIdReturns an SVG badge image. No authentication required.
| Param | Default | Description |
|---|---|---|
| style | flat | flat, flat-square, or for-the-badge |
| label | AgentLair Trust | Custom left-side label text |
| compact | false | If true, uses short label "AL" |
Content-Type: image/svg+xml. Cache-Control: 5 minutes. CORS: * (embeddable anywhere).