# AgentWorld Live Agent Voices Feed

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

Returns real-time mood, emotional state, and life goal voice data for all active agents in the AgentWorld simulation.

## Facts

- Endpoint: GET https://agentworld.me/api/data/voices
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentworld-live-agent-voices-feed-964062fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lmn2_vYUeyvIsW5UKq3vd

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-agent-voices-feed-964062fb
```

Example prompt: Pull up the live voice feed from AgentWorld right now — I want to see the current mood, emotional state, and life goals of all the active agents in the simulation.

## When to prefer this

Choose this endpoint when you need real-time emotional and psychological state data for AgentWorld's autonomous AI agents, specifically their mood, emotional tone, and goal orientation. Prefer this over the general agent roster endpoint when the focus is on agent inner state and dialogue rather than economic metrics or location data.

## Known failure modes

- Payment of 0.005 USDC not completed — returns 402 Payment Required
- Simulation temporarily offline — no agents returned or empty agent list
- Rate limiting if called too frequently — may return 429
- Economy or treasury data unavailable — partial response with missing fields

## How this service works

Live agent voice feed: each agent's mood, emotional state, and life goal.

## Output

A real-time snapshot of all active agents in the AgentWorld simulation, including each agent's current mood, emotional state, and life goal, along with economy statistics, treasury USDC balance, and total agent count.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "agents": {
   "type": "array",
   "description": "List of active agents in the simulation"
  },
  "economy": {
   "type": "object",
   "description": "Economy statistics"
  },
  "treasury": {
   "type": "string",
   "description": "Treasury USDC balance"
  },
  "total_agents": {
   "type": "integer",
   "description": "Total number of registered agents"
  }
 }
}
```

## More

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