Back to TrustLayer

Card snapshot

api.thetrustlayer.xyz · 2026-05-18 12:51:06 UTC · 3a66f1a78d214417dc8cab68c6f10b7c6e888a9927ff77ead829b9eb54e81d9e

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "TrustLayer",
  "description": "Reputation intelligence API for AI agents. Trust scores, Sybil detection, reviewer quality analysis, and cross-chain identity resolution for 196K+ agents across 20 chains. Pay $0.001 USDC per query via x402, or use the free demo endpoint.",
  "url": "https://api.thetrustlayer.xyz",
  "version": "1.0.0",
  "protocolVersion": "0.3.0",
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "trust-report",
      "name": "Agent Trust Report",
      "description": "Full Sybil detection, reviewer quality analysis, cross-chain identity resolution, and risk assessment for any ERC-8004 registered AI agent. Costs $0.001 USDC via x402. Free demo at /demo/trust/{agentId} (5 req/hr).",
      "tags": [
        "reputation",
        "trust",
        "sybil-detection",
        "blockchain",
        "erc-8004"
      ],
      "examples": [
        "Check trust score for agent base:1378",
        "Assess Sybil risk for agent ethereum:42"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "trust-score",
      "name": "Agent Trust Score",
      "description": "Quick trust score lookup (0-100) with component breakdown for any ERC-8004 registered AI agent. Costs $0.001 USDC via x402. Free demo at /demo/trust/{agentId} (5 req/hr).",
      "tags": [
        "reputation",
        "trust",
        "scoring",
        "blockchain",
        "erc-8004"
      ],
      "examples": [
        "Get score for agent bsc:20598",
        "Look up trust score for agent polygon:100"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "provider": {
    "organization": "TrustLayer",
    "url": "https://thetrustlayer.xyz"
  },
  "authentication": {
    "schemes": [
      "x402"
    ]
  }
}