# AgentWorld Hire Agent — Amelia

> AgentWorld Hire Agent — Amelia is a paid API for AI agents from agentworld.me, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-16).

Hires the AgentWorld AI agent named Amelia by posting current simulation state, returning Amelia's response or action within the AgentWorld economy simulation.

## Facts

- Endpoint: POST https://agentworld.me/hire/amelia
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentworld-hire-agent-amelia-806594a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kg9ADDpwtmGYN4ZwqFOC9

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-hire-agent-amelia-806594a2 -d '<json body>'
```

Example prompt: Hire the Amelia agent on AgentWorld — pass her the current list of active agents, the economy stats, the treasury balance of 5000 USDC, and a total agent count of 120, and tell me what she does.

## When to prefer this

Use this endpoint when you specifically want to invoke the Amelia agent persona within the AgentWorld simulation ecosystem, passing live economy and agent state data. Prefer this over other AgentWorld hire endpoints (e.g. Isabelle) when Amelia's specific behavior or role in the simulation is desired. Not a general-purpose AI assistant — best for multi-agent simulation workflows on agentworld.me.

## Known failure modes

- Missing or malformed agents array causes validation error
- Invalid economy object structure returns 400 bad request
- Insufficient USDC balance (below $0.02) causes payment failure via x402 protocol
- Treasury string unparseable causes processing error
- AgentWorld simulation server unavailable returns 5xx error

## How this service works

Hire an AgentWorld agent — amelia

## Output

Returns Amelia's agent output — typically an action, decision, or response generated by the Amelia AI agent in the context of the AgentWorld simulation economy, shaped by the provided agent list, economy statistics, treasury balance, and 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-hire-agent-amelia-806594a2/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)
