# Open5e Game Documents Search

> Open5e Game Documents Search is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Search open-license tabletop RPG game documents indexed by Open5e by keyword, returning results with licenses and source links.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/open5e-documents
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/open5e-game-documents-search-bc740a2a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OSGo6olPRQHfdflCctQtl

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 open5e-game-documents-search-bc740a2a -d '<json body>'
```

Example prompt: Can you search Open5e for game documents related to 'grappling' and show me the results with their licenses and source links?

## When to prefer this

Use this endpoint when you need to search open-license tabletop RPG game documents (such as D&D 5e SRD or OGL content) by keyword and want structured JSON results including licensing metadata and source links via Open5e's index.

## Known failure modes

- Empty results if keyword matches no indexed documents
- Malformed or missing ?q= parameter returns error or empty set
- Rate limiting or payment failure if USDC balance insufficient
- Open5e upstream unavailability causing proxy errors

## How this service works

Search the open-license game documents indexed by Open5e by keyword {q}, with licenses and links. Query: ?q= Returns JSON.

## Output

A JSON array of open-license game documents matching the keyword query, including document titles, license type (e.g. OGL, Creative Commons), and links to the source documents indexed by Open5e.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/open5e-game-documents-search-bc740a2a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
