T

Tensorfeed · Agents Directory

by Tensorfeed

GETBase

$0.02

per call · USD Coin on Base

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.

Endpoint

GET https://tensorfeed.ai/api/premium/agents/directory

5

Calls / 30d

3

Unique payers / 30d

Sep 10

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://tensorfeed.ai/api/premium/agents/directory", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://tensorfeed.ai/api/premium/agents/directory?category=coding&limit=25&open_source=false&sort=trending&status=operational" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "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
}

Payment details

Pay to0x549c82e6bfc54bdae9a2073744cbc2af5d1fc6d1
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from Tensorfeed & similar services