# agent-trace-analyzer.johntaylor1online.workers.dev

> agent-trace-analyzer.johntaylor1online.workers.dev is a paid API for AI agents from agent-trace-analyzer.johntaylor1online.workers.dev, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

## Facts

- Endpoint: POST https://agent-trace-analyzer.johntaylor1online.workers.dev/analyze
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/analyze-6c867c0a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1b--WQoyOv9bomf1v02xB

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 analyze-6c867c0a -d '<json body>'
```

## How this service works

Agent Trace Analyzer

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input",
  "output"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "body": {},
     "enum": [
      "POST"
     ],
     "type": "string",
     "bodyType": "json"
    }
   },
   "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/analyze-6c867c0a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent-trace-analyzer.johntaylor1online.workers.dev](https://www.zero.xyz/host/agent-trace-analyzer.johntaylor1online.workers.dev/llms.txt)
