{
  "version": "svs.verified-agent-registry-preview.v1",
  "network": "mainnet-beta",
  "registryUrl": "https://registry.svsprotocol.com/registry.json",
  "trustManifestUrl": "https://registry.svsprotocol.com/trust-manifest.json",
  "generatedFor": "public-website-preview",
  "agents": [
    {
      "botId": "example-agent",
      "displayName": "Example SVS Agent",
      "status": "verified",
      "profileUrl": "https://registry.svsprotocol.com/agents/example-agent/profile.json",
      "badgeUrl": "https://registry.svsprotocol.com/agents/example-agent/badge.svg",
      "verifyUrl": "https://registry.svsprotocol.com/api/v1/agents/example-agent/verify",
      "trustScore": {
        "score": 92,
        "status": "high-trust",
        "highTrustMinimumScore": 90
      },
      "proofs": {
        "signedBotRequest": true,
        "humanApproval": true,
        "customReceiptRegistry": true,
        "actionRecordVerification": true,
        "portableVerificationSet": true
      }
    }
  ],
  "publicPreviewOnly": true,
  "privateMaterialIncluded": false
}
