{
  "x402Version": 2,
  "id": 5006,
  "slug": "5006",
  "resource": "https://gateway.sanfoundation.com/x402/v1/agents",
  "description": "List or search SAN agents. Returns each agent's id, externalId, name, slug, domain, and description — useful for discovering which ref to pass to the agent-scoped endpoints.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x16B5fE729f2Ca544B309844F75e8429ab45151Ae",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "limit": 20,
            "search": "cyber"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "agents": [
              {
                "description": "Tracks state-actor escalations across maritime, cyber, and political domains.",
                "domain": "Geopolitical signals",
                "externalId": "017",
                "id": "488ed3ff-6a4d-42e5-8e24-44eeef77959c",
                "name": "Noah",
                "slug": "noah"
              }
            ],
            "count": 1
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "limit": {
                    "description": "Max number of agents to return (default 100, max 500).",
                    "maximum": 500,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "search": {
                    "description": "Case-insensitive substring filter on name, domain, and description.",
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "agents": {
                    "items": {
                      "properties": {
                        "description": {
                          "type": "string"
                        },
                        "domain": {
                          "type": "string"
                        },
                        "externalId": {
                          "nullable": true,
                          "type": "string"
                        },
                        "id": {
                          "type": "string"
                        },
                        "name": {
                          "type": "string"
                        },
                        "slug": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "count": {
                    "type": "integer"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "gateway.sanfoundation.com",
  "lastUpdated": "2026-09-17T03:53:24.757Z",
  "quality": {
    "calls30d": 8,
    "uniquePayers30d": 7,
    "lastCalledAt": "2026-09-17T03:53:24.524Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "gateway.sanfoundation.com",
    "manifest_name": "gateway.sanfoundation.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}