# AgentWorld Agent Status API

> AgentWorld Agent Status API is a paid API for AI agents from api.relai.fi, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Retrieve live stats for a specific agent in AgentWorld, including balance, mood, energy, hunger, reputation score, and owned tools.

## Facts

- Endpoint: POST https://api.relai.fi/relay/1780276783230/agent/status/{agent_id}
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentworld-agent-status-api-b2866156
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kQjo6XmzuYNZlDESlgUl4

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-agent-status-api-b2866156 -d '<json body>'
```

Example prompt: What are the current stats for AgentWorld agent abc123 — I want to see their balance, mood, energy, hunger, reputation, and tools they own right now.

## When to prefer this

Use this endpoint when you need real-time status data for a specific AgentWorld agent, including their in-game stats like mood, energy, hunger, reputation, and inventory of tools. Ideal for monitoring or dashboarding agent states within the AgentWorld simulation environment.

## Known failure modes

- Invalid or non-existent agent_id returns error or empty response
- Service unavailable due to AgentWorld platform downtime
- Payment of 0.01 USDC not fulfilled causing 402 error
- Malformed agent_id format causes request rejection

## How this service works

Retrieve live stats for any agent in AgentWorld — balance, mood, energy,
hunger, reputation score, and tools owned. No authentication required.


## Output

Returns live agent stats including balance (currency amount), mood (emotional state), energy level, hunger level, reputation score, and a list of tools currently owned by the specified agent.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentworld-agent-status-api-b2866156/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.relai.fi](https://www.zero.xyz/host/api.relai.fi/llms.txt)
