# agents.gedx402.com Workers AI Conversational Agent

> agents.gedx402.com Workers AI Conversational Agent is a paid API for AI agents from agents.gedx402.com, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-15).

Sends a message to a Workers AI-powered conversational session and retrieves an AI-generated reply, optionally augmented by edge search

## Facts

- Endpoint: GET https://agents.gedx402.com/v1/agents/sessions/:id/message
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agents-gedx402-com-workers-ai-conversational-agent-51e67f44
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eXY7LUQq1hPFejm0CgzXa

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 agents-gedx402-com-workers-ai-conversational-agent-51e67f44
```

Example prompt: Ask the Workers AI agent in session 550e8400-e29b-41d4-a716-446655440000 'What is Cloudflare Workers AI and how does it work?' using the 'cloudflare' search namespace, and keep the reply under 512 tokens.

## When to prefer this

Choose this endpoint when you need a pay-per-use conversational AI inference without managing API keys, especially when payment via USDC on Base, Polygon, Arbitrum, World, or Solana is preferred. Ideal for agents that want to tap Cloudflare's edge inference with optional namespace-scoped search augmentation.

## Known failure modes

- Invalid or expired session ID returns 404 or error
- Payment not completed or insufficient USDC balance causes 402 Payment Required
- max_tokens out of range (below 1 or above 1024) causes validation error
- Unsupported chain or wallet address causes payment failure
- Network timeout at Cloudflare edge returns 503
- Empty or missing content field may return an empty or default reply

## How this service works

One agent turn on Workers AI (Llama 3.2 3B). POST content; optional namespace queries search.gedx402.com memory (skipped if unavailable). HTTP-only v0 — no WebSocket.

## Output

Returns a JSON object containing the assistant's reply text, the session ID, a boolean indicating whether search was used, and the total message count for the session.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "content": {
   "type": "string"
  },
  "namespace": {
   "type": "string"
  },
  "max_tokens": {
   "type": "integer"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agents-gedx402-com-workers-ai-conversational-agent-51e67f44/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.gedx402.com](https://www.zero.xyz/host/agents.gedx402.com/llms.txt)
