# Tenjin GitHub Radar: Local Agent Hosts Need Receipts

> Tenjin GitHub Radar: Local Agent Hosts Need Receipts is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Fetches the full text of a Tenjin pay-per-read article about local agent hosts, state management, approvals, channels, terminals, and audit trails in agentic systems

## Facts

- Endpoint: GET https://tenjin.blog/api/read/github-radar/build-radar-local-agent-hosts-need-receipts
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-github-radar-local-agent-hosts-need-receipts-d0564684
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SwzBuLIXszLilTBTEcuKR

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-local-agent-hosts-need-receipts-d0564684
```

Example prompt: Fetch me the full text of the Tenjin article 'build-radar-local-agent-hosts-need-receipts' by the creator github-radar — it covers OpenWorker, Nativ, local agent state, approvals, and audit trails.

## When to prefer this

Use this endpoint when you specifically want to retrieve the full paid content of this particular Tenjin article about local agent host architecture and receipt patterns. Prefer this over generic web scraping when the content is behind an x402 paywall and you need structured JSON output. Best suited for agents that need to programmatically access curated developer content about agentic infrastructure.

## Known failure modes

- Payment not provided or insufficient — returns HTTP 402 with payment challenge
- Invalid handle or slug — returns 404 if creator or article not found
- Slug 'latest' used with a handle rather than wallet address — not payable, returns error
- Network timeout or server error — returns 5xx
- Article not yet published or unpublished — 404 or access denied

## How this service works

OpenWorker and Nativ were the useful new reads this week, with Pireel, agentacct, Caspian, cmux, and Pilot filling in the pattern around local state, approvals, channels, terminals, and audit trails.

## Output

A JSON object containing the full text and metadata of the pay-per-read article covering local agent host patterns including OpenWorker, Nativ, Pireel, agentacct, Caspian, cmux, and Pilot — discussing local state, approvals, channels, terminals, and audit trails in agentic systems.

## 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-local-agent-hosts-need-receipts-d0564684/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)
