# library.forgemesh.io — TT (Technology & Crafts) Curated Shelf

> library.forgemesh.io — TT (Technology & Crafts) Curated Shelf is a paid API for AI agents from library.forgemesh.io, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-16).

Returns a ranked list of up to 194 public-domain books in the TT Dewey class (technology, crafts, woodworking, needlework, mechanics) with drill-down routes for full-text retrieval.

## Facts

- Endpoint: POST https://library.forgemesh.io/tt
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/library-forgemesh-io-tt-technology-crafts-curated-shelf-63d3fa4a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xmqYBiCxZ2Nn4uZIelLKj

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 library-forgemesh-io-tt-technology-crafts-curated-shelf-63d3fa4a -d '<json body>'
```

Example prompt: Show me up to 30 public-domain books from the TT crafts and technology shelf — things like woodworking, practical mechanics, and needlework.

## When to prefer this

Choose this endpoint when you need to browse or list public-domain books specifically in the technology, crafts, mechanical arts, or handicrafts domain (Dewey TT class). Prefer this over full-text search when you want a curated, ranked overview of available titles rather than passage-level results. Use when building reading lists, research bibliographies, or discovering what texts are available before diving into full-text retrieval.

## Known failure modes

- limit exceeds maximum of 50 — API may clamp or return error
- limit is 0 or negative — may return empty list or validation error
- network or payment failure — 402 payment required if USDC micropayment is not processed
- shelf returns fewer than requested if fewer than 'limit' books are indexed

## How this service works

Curated shelf: TT — 194 public-domain books including Practical Mechanics for Boys, Woodwork Joints: How They Are Set Out, How Made and Where Used., Art in Needlework: A Book about Embroidery. Returns a ranked list with drill-down routes for full-text retrieval. No license, no API key required.

## Output

A ranked list of up to 50 public-domain book records from the TT Dewey category (technology, crafts, mechanics, needlework, woodworking), each including title, author, and a drill-down route that can be used to retrieve the full text of the book.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "limit": {
   "type": "integer",
   "description": "Max books to return (default 20, max 50)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "books": [
   {
    "year": null,
    "title": "Practical Mechanics for Boys",
    "author": "Zerbe, James Slough",
    "book_id": 22298,
    "subjects": [],
    "download_count": 13893
   }
  ],
  "count": 5,
  "shelf": "TT",
  "coverage": {
   "target": 61015,
   "indexed": 61015
  },
  "drill_down": [
   "/book-metadata",
   "/book-chapter",
   "/book-quotes",
   "/literature-search"
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/library-forgemesh-io-tt-technology-crafts-curated-shelf-63d3fa4a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from library.forgemesh.io](https://www.zero.xyz/host/library.forgemesh.io/llms.txt)
