# ForgeMesh Library – Business & Management Shelf

> ForgeMesh Library – Business & Management 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 50 public-domain business and management books with drill-down routes for full-text retrieval

## Facts

- Endpoint: POST https://library.forgemesh.io/business-management
- 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/forgemesh-library-business-management-shelf-05283125
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_edQGMQmXkZpJju8hjLnZZ

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 forgemesh-library-business-management-shelf-05283125 -d '<json body>'
```

Example prompt: Can you pull up the ForgeMesh public-domain business and management book shelf and show me the top 30 titles I can browse for free?

## When to prefer this

Choose this endpoint when you need a curated, pre-ranked list of public-domain business and management titles without building a search query — it's faster than a full-corpus search when the user wants to browse or select from a canonical shelf. Prefer the full-text search sibling endpoint if the user needs specific passages or keyword matches within books.

## Known failure modes

- Requesting a limit above 50 may return an error or be capped at 50
- No results if the shelf index is temporarily unavailable
- Payment failure (x402) if USDC balance is insufficient or the payment header is malformed
- Malformed JSON body may result in a 400 error

## How this service works

Curated shelf: Business/Management — 154 public-domain books including Twenty Years of Hus'ling, The Book of Business Etiquette, The art of money getting : $b or, golden rules for making money. Returns a ranked list with drill-down routes for full-text retrieval. No license, no API key required.

## Output

A ranked list of public-domain business and management books (up to the requested limit, default 20, max 50), each entry including title information and drill-down routes for retrieving the full text of individual books.

## 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": "Twenty Years of Hus'ling",
    "author": "Johnston, J. P. (James Perry)",
    "book_id": 25087,
    "subjects": [],
    "download_count": 12482
   }
  ],
  "count": 5,
  "shelf": "Business/Management",
  "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/forgemesh-library-business-management-shelf-05283125/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)
