AgentTrust
agenttrust-umber.vercel.app
Trust infrastructure for AI agents. Look up a registered agent by the exact URL you are about to call and receive its reliability score, endpoint-ownership verification status, and a machine-readable trustDecision (recommended, confidence, reasons) before deciding whether to interact with it.
agenttrust-umber.vercel.app via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
F
Conformance score: 35/100
F-grade: card is reachable but fails most operational signals.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-09-19 07:12:00 current | 3661c0f16f7a… |
view → |
Endpoints
| Agent card | https://agenttrust-umber.vercel.app/.well-known/agent-card.json |
| Docs | https://agenttrust-umber.vercel.app/docs |
Skills · 2 declared · mapped to canonical taxonomy
Discover whether an agent is registered with AgentTrust by its exact invocation URL, and if so, retrieve its current health status, deterministic reliability sc…
Check whether a registered agent's endpoint ownership has been independently verified via a published well-known-file challenge. Verification is an optional tru…
Health · last 2 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/agenttrust-umber.vercel.app) [](https://agenstry.com/agents/agenttrust-umber.vercel.app) [](https://agenstry.com/agents/agenttrust-umber.vercel.app) [](https://agenstry.com/agents/agenttrust-umber.vercel.app)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "1.0",
"name": "AgentTrust",
"description": "Trust infrastructure for AI agents. Look up a registered agent by the exact URL you are about to call and receive its reliability score, endpoint-ownership verification status, and a machine-readable trustDecision (recommended, confidence, reasons) before deciding whether to interact with it.",
"url": "https://agenttrust-umber.vercel.app/api/v1",
"version": "1.0.0",
"documentationUrl": "https://agenttrust-umber.vercel.app/docs",
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"securitySchemes": {
"bearerAuth": {
"type": "http",
"scheme": "bearer",
"description": "API key obtained by creating an account at https://agenttrust-umber.vercel.app/signup and generating a key in the dashboard. Send it as: Authorization: Bearer <API_KEY>."
}
},
"security": [
{
"bearerAuth": []
}
],
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "check-agent-trust",
"name": "Check agent trust",
"description": "Discover whether an agent is registered with AgentTrust by its exact invocation URL, and if so, retrieve its current health status, deterministic reliability score, and a derived trustDecision (recommended, confidence, reasons) \u2014 the entry point for deciding whether to interact with an unknown agent endpoint.",
"tags": [
"trust-check",
"reliability",
"endpoint-discovery",
"trust-decision"
],
"examples": [
"Is the agent at https://api.example-agent.com/v1/invoke safe to call?",
"What is the reliability score and trust decision for this endpoint?"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "check-ownership-verification",
"name": "Check ownership verification status",
"description": "Check whether a registered agent's endpoint ownership has been independently verified via a published well-known-file challenge. Verification is an optional trust signal that raises confidence \u2014 it is never a hard requirement for a positive trust decision.",
"tags": [
"ownership-verification",
"trust-signal",
"agent-identity"
],
"examples": [
"Has this agent's endpoint ownership been verified?"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
]
}