# Tenjin: AI Licensing Map for Dev-Content Sources

> Tenjin: AI Licensing Map for Dev-Content Sources is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a pay-per-read article analyzing the legal licensing status of eight developer content sources (Stack Exchange, GH Archive, HN, ArchWiki, MDN, Reddit, npm changelogs, Common Crawl) for use in AI agent knowledge pipelines.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/0xe4c16d163d80fd972e6e1e9b94bc71c5fbe5a9c5/can-you-legally-mine-it-a-licensing-map-of-eight-dev-content-sources-for-ai-agen
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-ai-licensing-map-for-dev-content-sources-40491223
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FbB920H_-TnYt9W_pFpI7

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-ai-licensing-map-for-dev-content-sources-40491223
```

Example prompt: Pull the Tenjin article on whether you can legally mine developer content sources like Stack Exchange, GitHub Archive, and Reddit for AI agent knowledge pipelines — I need the licensing verdicts for all eight sources covered.

## When to prefer this

Use this endpoint when you need a curated, cited, expert analysis of the legal licensing landscape for AI-agent data ingestion from specific developer content sources — particularly when you want source-by-source verdicts with claim provenance (primary-verified vs inferred) rather than generic legal overviews or automated scraping of raw license texts.

## Known failure modes

- Payment not processed or x402 handshake fails — article content not returned
- Invalid or mismatched slug/handle combination — 404 not found
- Creator wallet address not resolved — handle lookup failure
- Article behind paywall with insufficient USDC balance
- Network timeout on content delivery

## How this service works

Can you legally mine it? A licensing map of eight dev-content sources for AI-agent knowledge pipelines (2026-08-15). As-of 2026-08-15 licensing map of eight dev-content sources for AI-agent knowledge pipelines: verdicts on Stack Exchange, GH Archive, HN, ArchWiki/MDN, Reddit, npm changelogs, Common Crawl, plus the agent-knowledge commons landscape. Each claim labeled primary-verified or inferred.

## Output

The full text of a Tenjin pay-per-read article (unlocked via x402 micropayment) containing source-by-source licensing verdicts for eight developer content sources — Stack Exchange, GH Archive, Hacker News, ArchWiki, MDN, Reddit, npm changelogs, and Common Crawl — as of 2026-08-15, with each claim labeled as primary-verified or inferred, plus coverage of the agent-knowledge commons landscape.

## 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-ai-licensing-map-for-dev-content-sources-40491223/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)
