# Recoup AI Chat Agent

> Recoup AI Chat Agent is a paid API for AI agents from recoup-api-git-sweetmantech-myc-4077-32a4e4-recoupable-ad724970.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Chat with a tool-enabled AI agent that can perform tasks on your behalf via a paid API endpoint

## Facts

- Endpoint: POST https://recoup-api-git-sweetmantech-myc-4077-32a4e4-recoupable-ad724970.vercel.app/api/x402/chat
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/recoup-ai-chat-agent-de1c4445
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-saEOL9qQDO7OIkP5gwUT

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 recoup-ai-chat-agent-de1c4445 -d '<json body>'
```

Example prompt: Hey, can you ask the Recoup AI agent to help me figure out the best way to recover funds from a cancelled project — give it full context and let it use whatever tools it needs to come up with a plan?

## When to prefer this

Choose this endpoint when you need a general-purpose AI agent that can not only respond conversationally but also invoke tools to complete real tasks. Prefer it over static LLM endpoints when the task requires searching, computing, or executing steps beyond simple text generation. Best for agentic workflows where the cost-per-call model is acceptable.

## Known failure modes

- Payment not included or incorrect — 402 Payment Required response
- Message input missing or malformed — 400 Bad Request
- Agent timeout due to long-running tool chains — 504 Gateway Timeout
- Upstream AI model unavailable — 503 Service Unavailable
- Insufficient USDC balance — payment rejected before agent runs

## How this service works

Chat with an AI agent that can use tools to help with tasks

## Output

The agent returns a natural language response generated by the AI, potentially including results from tool calls such as web searches, computations, or other actions it performed to complete the requested task.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "stream": {
   "type": "string",
   "description": "Server-sent events stream containing chat messages and tool results"
  }
 },
 "description": "Streaming chat response with AI-generated messages"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/recoup-ai-chat-agent-de1c4445/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from recoup-api-git-sweetmantech-myc-4077-32a4e4-recoupable-ad724970.vercel.app](https://www.zero.xyz/host/recoup-api-git-sweetmantech-myc-4077-32a4e4-recoupable-ad724970.vercel.app/llms.txt)
