{
  "x402Version": 2,
  "id": 4187,
  "slug": "4187",
  "resource": "https://tensorfeed.ai/api/premium/agents/directory",
  "description": "Enriched AI agents directory. One paid call returns the catalog joined with live provider status, recent news mentions, 24h agent traffic, and sample model pricing, ranked by a derived trending score. The agent-discovers-agent feed.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryFields": {
            "category": {
              "example": "coding",
              "type": "string"
            },
            "limit": {
              "example": 25,
              "type": "integer"
            },
            "open_source": {
              "type": "boolean"
            },
            "sort": {
              "example": "trending",
              "type": "string"
            },
            "status": {
              "example": "operational",
              "type": "string"
            }
          },
          "queryParams": {
            "category": "coding",
            "limit": 25,
            "open_source": false,
            "sort": "trending",
            "status": "operational"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "agents": [
              {
                "agent_traffic_24h": 312,
                "category": "coding",
                "id": "claude-code",
                "live_status": "operational",
                "name": "Claude Code",
                "provider": "anthropic",
                "recent_news_count": 4,
                "sample_pricing": {
                  "blended_per_1m": 25,
                  "model": "Claude Opus 4.7"
                },
                "trending_score": 87,
                "url": "https://claude.com/code"
              }
            ],
            "billing": {
              "credits_charged": 1,
              "credits_remaining": 49
            },
            "count": 25,
            "ok": true
          },
          "schema": {
            "properties": {
              "agents": {
                "items": {
                  "properties": {
                    "agent_traffic_24h": {
                      "example": 312,
                      "type": "integer"
                    },
                    "category": {
                      "example": "coding",
                      "type": "string"
                    },
                    "id": {
                      "example": "claude-code",
                      "type": "string"
                    },
                    "live_status": {
                      "example": "operational",
                      "type": "string"
                    },
                    "name": {
                      "example": "Claude Code",
                      "type": "string"
                    },
                    "provider": {
                      "example": "anthropic",
                      "type": "string"
                    },
                    "recent_news_count": {
                      "example": 4,
                      "type": "integer"
                    },
                    "sample_pricing": {
                      "properties": {
                        "blended_per_1m": {
                          "example": 25,
                          "type": "integer"
                        },
                        "model": {
                          "example": "Claude Opus 4.7",
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "trending_score": {
                      "example": 87,
                      "type": "integer"
                    },
                    "url": {
                      "example": "https://claude.com/code",
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "type": "array"
              },
              "billing": {
                "properties": {
                  "credits_charged": {
                    "example": 1,
                    "type": "integer"
                  },
                  "credits_remaining": {
                    "example": 49,
                    "type": "integer"
                  }
                },
                "type": "object"
              },
              "count": {
                "example": 25,
                "type": "integer"
              },
              "ok": {
                "type": "boolean"
              }
            },
            "type": "object"
          },
          "type": "json"
        }
      },
      "schema": {
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "capability": {
                    "description": "Filter to agents declaring this capability.",
                    "type": "string"
                  },
                  "category": {
                    "description": "Filter by category id (coding, search, voice, etc).",
                    "type": "string"
                  },
                  "limit": {
                    "maximum": 100,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "open_source": {
                    "type": "boolean"
                  },
                  "sort": {
                    "enum": [
                      "trending",
                      "name",
                      "recent_news",
                      "agent_traffic"
                    ],
                    "type": "string"
                  },
                  "status": {
                    "enum": [
                      "operational",
                      "degraded",
                      "down",
                      "unknown"
                    ],
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "tensorfeed.ai",
  "lastUpdated": "2026-05-25T23:11:10.143Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-10T00:36:56.478Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "tensorfeed.ai",
    "manifest_name": "tensorfeed.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}