Coming soon
Identity Score
The Identity Score landing page is on its way. The score endpoint is already live — any system can POST a brand.json credential and receive a 0–6 score with a six-dimension breakdown.
POST https://agentbrand.ai/api/score
Content-Type: application/json
<brand.json body>
→ {
"score": 4,
"dimensions": {
"consistency": 1,
"distinctiveness": 1,
"honesty": 1,
"legibility": 0,
"stability": 0,
"mandate_clarity": 1
},
"reasoning": "..."
}
Public. No authentication. Rate limited to 100 requests per hour per IP. CORS enabled.