# Tenjin GitHub Radar Build Article

> Tenjin GitHub Radar Build Article is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Fetches a specific paid article from Tenjin's GitHub Radar series covering agent infrastructure, build tools, and developer workflow for AI/crypto builders

## Facts

- Endpoint: GET https://tenjin.blog/api/read/github-radar/build-radar-agent-hosts-need-ops
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-github-radar-build-article-4e73b449
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0u5SuYO-wLqOB8wUkJaSM

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability tenjin-github-radar-build-article-4e73b449
```

Example prompt: Pull the Tenjin GitHub Radar article on agent hosts and ops needs — it's the one covering Qwen Audio Agent, Deltafin, and deer-workflow — I want to read the full build radar summary.

## When to prefer this

Choose this endpoint when you need to read a specific Tenjin GitHub Radar article about AI agent build tooling, developer infrastructure, or Web3 developer workflows. Ideal for agents that need to surface curated roundups of emerging GitHub projects for builders. Use the wallet address form of the creator identifier when fetching the latest article to ensure durability.

## Known failure modes

- 404 if the slug or handle does not match a published article
- 402 Payment Required if the x402 payment header is missing or insufficient (requires 0.1 USDC)
- Slug 'latest' is not payable via handle — must use wallet address form for latest alias
- Handle not found if creator is unclaimed and wallet address form is not used

## How this service works

QM was the serious read this week, with Qwen Audio Agent, Deltafin, trace-file-lineage, mcp-explorer, and deer-workflow filling in the work around voice, exact local inference, receipts, protocol inspection, and code-owned orchestration.

## Output

Full article content from Tenjin's GitHub Radar series, including a curated roundup of notable AI/dev tools (e.g. Qwen Audio Agent, Deltafin, mcp-explorer, deer-workflow, trace-file-lineage), covering voice interfaces, local inference, protocol inspection, and orchestration patterns for agent builders.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "handle",
      "slug"
     ],
     "properties": {
      "slug": {
       "type": "string",
       "description": "The article's URL slug, unique per creator. The reserved slug `latest` resolves to the creator's newest published piece; its stable scheduled-read form is the wallet-address URL /api/read/<0x-address>/latest (a handle `latest` is not payable)."
      },
      "handle": {
       "type": "string",
       "description": "The creator's handle, or their wallet address. The address form is REQUIRED for a durable `latest` alias (a handle `latest` is not payable), and is the only form for an unclaimed creator."
      }
     }
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {},
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tenjin-github-radar-build-article-4e73b449/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tenjin.blog](https://www.zero.xyz/host/tenjin.blog/llms.txt)
