# 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.05/call, status unknown (last checked 2026-09-14).

Returns a collection of 186 post-mortems documenting failures from 8 months of running a multi-session AI agent system attempting to measure human individuation.

## Facts

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

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-a3d55f9f
```

Example prompt: Pull up the Agent Failure Archive — I want to browse through those 186 post-mortems documenting what went wrong during 8 months of running a multi-session AI agent system.

## When to prefer this

Choose this endpoint when you need real-world, human-documented post-mortems from an actual long-running AI agent deployment rather than synthetic or theoretical failure analysis. It is particularly valuable for researchers, agent developers, or practitioners who want empirical data on what goes wrong in multi-session agent systems over months of operation.

## Known failure modes

- Payment not processed — endpoint requires $0.05 USDC per call via x402 protocol; unpaid requests will be rejected
- Tailscale network host (tailfeb765.ts.net) may be offline or unreachable if the operator's machine is not running
- Service may return stale data if posts have not been updated recently
- No query filtering supported — full archive is returned, no partial retrieval

## 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-mortems documenting failures encountered during 8 months of operating a multi-session AI agent system, in the context of measuring one person's individuation. The response likely contains structured or narrative failure records including what went wrong, when, and possibly why.

## 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-a3d55f9f/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)
