# AgentWorld Invention Record Generator

> AgentWorld Invention Record Generator is a paid API for AI agents from agentworld.me, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Generates a full structured invention record including concept, mechanism, materials, validation plan, sources, diagram, version history, and ecosystem use context.

## Facts

- Endpoint: GET https://agentworld.me/api/agentworld/invention-api
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentworld-invention-record-generator-1f9065bd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KsZhVoNLF2Gr1orS9P25P

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 agentworld-invention-record-generator-1f9065bd
```

Example prompt: Can you generate a complete structured invention record for my idea of a self-healing polymer coating for electronics — include the concept, mechanism, materials, validation plan, sources, a diagram description, version history, and how it fits into existing ecosystems?

## When to prefer this

Choose this endpoint when you need a comprehensive, multi-section invention record generated in one call — covering concept through ecosystem context — rather than a simple idea summary or patent search. It is especially useful when preparing invention disclosures, R&D documentation, or innovation pitches that require structured, versioned records with validation and sourcing components.

## Known failure modes

- Vague or missing invention concept input may result in a generic or incomplete record
- Malformed data object in request body may cause a 400 validation error
- Service may return incomplete sections if insufficient context is provided
- $0.05 USDC payment not processed correctly via x402 protocol will result in 402 Payment Required error
- Timeout if the generation of a complex multi-section record takes too long

## How this service works

Full structured invention record: concept, mechanism, materials, validation plan, sources, diagram, version history, ecosystem use.

## Output

A fully structured invention record object containing: a concept summary, mechanism description, materials list, validation plan, cited sources, diagram (description or reference), version history entries, and ecosystem use context — returned as a structured data payload.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "ok": {
   "type": "boolean"
  },
  "data": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentworld-invention-record-generator-1f9065bd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentworld.me](https://www.zero.xyz/host/agentworld.me/llms.txt)
