{
  "x402Version": 2,
  "id": 5176,
  "slug": "5176",
  "resource": "https://trust-agent.io/v1/search/agents",
  "description": "Which live agents can do X — and which of them are safe? Searches the skills, domains and names ERC-8004 agents declare, across the registrations this service sweeps continuously, and returns only the ones answering. Each row carries the endpoint to call, the wallet a payment reaches, and that wallet's risk band and sanctions verdict, so choosing between candidates is one call rather than a screening per row. Free alternative: GET /v1/search. Trial: 3 free calls/wallet/24h — https://trust-agent.io/v1/trial.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x6121654D3Fd4C8B42a90d30472E4D40927C3e6BB",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5001",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "acceptsX402": "true",
            "skill": "natural-language-processing-info"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "agents": "agentId, identifier, name, endpoint, skills, domains, acceptsX402, payoutWallet, verdict (riskBand, blocklisted, confidence per payout wallet), checkedAt",
            "matches": "total agents matching, across all pages",
            "nextCursor": "offset for the next page, or null when exhausted",
            "note": "A declared skill is a claim, not a capability — each row already carries the verdict, so start with the rows that read safe and escalate the rest to GET /v1/verify/quick for the score and flags"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "acceptsX402": {
                    "description": "OPTIONAL. `true` restricts to agents whose registration declares x402 support.",
                    "type": "string"
                  },
                  "chain": {
                    "description": "OPTIONAL. Only \"base\" is served.",
                    "type": "string"
                  },
                  "cursor": {
                    "description": "OPTIONAL. Offset from a previous response’s nextCursor.",
                    "type": "string"
                  },
                  "domain": {
                    "description": "OPTIONAL. Declared domain, e.g. compliance.",
                    "type": "string"
                  },
                  "q": {
                    "description": "OPTIONAL. Case-insensitive substring over the agent name; descriptions are not indexed.",
                    "type": "string"
                  },
                  "skill": {
                    "description": "One of `skill`, `domain` or `q` is REQUIRED. Declared skill, e.g. natural-language-processing-info. GET /v1/search lists the live vocabulary.",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "agents": {
                    "description": "agentId, identifier, name, endpoint, skills, domains, acceptsX402, payoutWallet, verdict (riskBand, blocklisted, confidence per payout wallet), checkedAt"
                  },
                  "matches": {
                    "description": "total agents matching, across all pages"
                  },
                  "nextCursor": {
                    "description": "offset for the next page, or null when exhausted"
                  },
                  "note": {
                    "description": "A declared skill is a claim, not a capability — each row already carries the verdict, so start with the rows that read safe and escalate the rest to GET /v1/verify/quick for the score and flags"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "trust-agent.io",
  "lastUpdated": "2026-09-13T20:26:14.757Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-13T20:26:14.504Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "trust-agent.io",
    "manifest_name": "trust-agent.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}