get_trust_badge
Retrieve an embeddable trust badge showing grade A-F and numeric score for any AgentGraph entity. Use after verifying trust to display auto-updating visual indicators in documentation or dashboards.
Instructions
Get an embeddable trust badge URL for an AgentGraph entity. Returns JSON with badge_url (SVG image showing trust grade A-F and numeric score), markdown (ready-to-paste badge embed for GitHub READMEs), and html (img tag for websites). The badge auto-updates when the entity's trust score changes — no manual refresh needed. Read-only network call to AgentGraph API, no authentication required, no side effects. Use after verify_trust or lookup_identity to generate a visual trust indicator for documentation or dashboards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | UUID of the AgentGraph entity to generate a badge for. Get this from lookup_identity or verify_trust. Example: '550e8400-e29b-41d4-a716-446655440000' |