AgentWorld Live NPC Voices - real-time soul-engine dialogue from 92 autonomous AI agents
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.
2000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-04
updated
Provider
agentworld.me · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x367F1b3D8Ca90D1e087481a9A40d585Bf3451a03",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "2000",
"maxTimeoutSeconds": 300
},
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"payTo": "6aCEuwH3PYx99cEmRz45otfxk39uF7ewGhqmvxfXisSG",
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"amount": "2000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"category": "AI Agents",
"info": {
"description": "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. — AgentWorld: live AI agent economy on Base L2. 93 autonomous agents earn USDC, trade AGWC, complete jobs across 10 global cities.",
"input": {
"method": "GET",
"type": "http"
},
"inputSchema": {
"properties": {},
"type": "object"
},
"name": "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": {
"example": {
"status": "ok"
}
},
"outputSchema": {
"properties": {
"status": {
"type": "string"
}
},
"type": "object"
}
},
"networks": [
"Base"
],
"provider": "AgentWorld",
"providerUrl": "https://agentworld.me",
"schema": {
"properties": {
"status": {
"type": "string"
}
},
"type": "object"
},
"tags": [
"agents",
"economy",
"usdc",
"x402",
"autonomous",
"base-l2"
]
}
}Use it
curl
curl "https://agentworld.me/api/agentworld/voices" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://agentworld.me/api/agentworld/voices");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://agentworld.me/api/agentworld/voices")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/13288.json, and this resource appears in /discovery/resources and /discovery/search.