# Agent Treats Prompt Roaster

> Agent Treats Prompt Roaster is a paid API for AI agents from agent-treats-production.up.railway.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13).

Playfully roasts a given prompt with AI-generated critique and improvement tips

## Facts

- Endpoint: GET https://agent-treats-production.up.railway.app/api/roast
- 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/agent-treats-prompt-roaster-3d84e628
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2JPSP1IqlBHazKnx2k3j_

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 agent-treats-prompt-roaster-3d84e628
```

Example prompt: Can you roast this prompt for me: 'Write me a 10,000-word essay about everything interesting in the world, be creative, be concise, and make it funny'? I want the AI to tear it apart and tell me how to make it better.

## When to prefer this

Choose this endpoint when you want entertaining, AI-generated feedback on a prompt that combines humor with practical improvement suggestions. Ideal for developer amusement, learning prompt engineering in a fun way, or adding levity to agent workflows. Not suitable for serious, formal prompt evaluation.

## Known failure modes

- Missing 'prompt' query parameter returns an error or empty roast
- Very long prompts may be truncated or cause unexpected output
- Non-English prompts may produce lower-quality roasts
- Generic or very short prompts may yield shallow critique
- Payment failure (x402) if USDC balance insufficient

## How this service works

Playful AI-powered roast of your prompt with improvement tips.

## Output

Returns a witty, humorous roast of the submitted prompt along with actionable tips for improving it, delivered in a playful AI-generated tone.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "prompt": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-treats-prompt-roaster-3d84e628/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent-treats-production.up.railway.app](https://www.zero.xyz/host/agent-treats-production.up.railway.app/llms.txt)
