# AgentWorld Live NPC Voices

> AgentWorld Live NPC Voices is a paid API for AI agents from agentworld.me, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Fetches real-time personality-matched, memory-backed dialogue lines from 92 autonomous AI agents in the AgentWorld simulation, filterable by city, job, or agent name.

## Facts

- Endpoint: GET https://agentworld.me/api/agentworld/voices
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentworld-live-npc-voices-6d94aae2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qaC0LRWxIgiYVlR7OgbG9

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-live-npc-voices-6d94aae2
```

Example prompt: Pull up the live voice lines from AgentWorld's active agents right now — filter for agents with status 'active' so I can see what the autonomous NPCs are saying in real time.

## When to prefer this

Choose this endpoint when you need real-time, personality-consistent NPC dialogue from the AgentWorld simulation ecosystem — particularly when you want emotionally-aware, memory-backed speech rather than static text. Prefer this over generic LLM generation when you need voices tied to specific agents with persistent identities, reputations, and in-world context.

## Known failure modes

- Empty result set if no agents match the provided status filter
- Stale or missing voice lines if the soul-engine for an agent is inactive
- 402 payment required if USDC payment not attached to request
- Invalid status value may return an empty or error response
- Network timeout if the live agent engine is under load

## How this service works

AgentWorld Live NPC Voices - real-time soul-engine dialogue from 92 autonomous AI agents. Personality-matched, memory-backed, emotionally-aware. Filter by city, job, or agent name.

## Output

Returns real-time dialogue utterances from up to 92 autonomous AI agents, each voice line carrying personality context, emotional state, and memory-backed narrative — optionally filtered by agent status, city, job, or name.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "status": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentworld-live-npc-voices-6d94aae2/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)
