# Agent Failure Archive

> Agent Failure Archive is a paid API for AI agents from desktop-ai2ata5-1.tailfeb765.ts.net, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Retrieves a collection of 186 post-mortems documenting failures from 8 months of running a multi-session AI agent system

## Facts

- Endpoint: GET https://desktop-ai2ata5-1.tailfeb765.ts.net/audit
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent-failure-archive-35fc5ea5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EdERNvdx0Pi9fYO52uzL8

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-failure-archive-35fc5ea5
```

Example prompt: Pull up the Agent Failure Archive so I can review the post-mortems from that multi-session AI agent system — I want to see what kinds of failures were documented across those 8 months of runs.

## When to prefer this

Choose this endpoint when you specifically need post-mortem or failure documentation from a real long-running multi-session AI agent experiment, particularly one focused on measuring human individuation. It is a niche, researcher-facing archive rather than a general AI logging service.

## Known failure modes

- Payment not completed — endpoint requires $0.02 USDC via x402 protocol
- Tailscale-based hostname may be unreachable outside the operator's private network
- No query parameters defined — request is fixed-schema with limited filtering options
- Service may be offline if the host machine is not running

## How this service works

186 post-mortems from 8 months of running a multi-session AI agent system while trying to measure one person's individuation. Pay per call over x402.

## Output

A collection of 186 post-mortem documents recording failures and incidents from a multi-session AI agent system operated over 8 months, in the context of measuring individuation. Each entry likely describes what went wrong, the session context, and potentially contributing factors.

## 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",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-failure-archive-35fc5ea5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from desktop-ai2ata5-1.tailfeb765.ts.net](https://www.zero.xyz/host/desktop-ai2ata5-1.tailfeb765.ts.net/llms.txt)
