# Second Eyes Context Recover — Agent Context Recovery Pack

> Second Eyes Context Recover — Agent Context Recovery Pack is a paid API for AI agents from secondeyesai.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Delivers a one-shot structured recovery template to an AI agent experiencing context drift, goal loss, or task confusion, paid via USDC on Base using the x402 protocol.

## Facts

- Endpoint: GET https://secondeyesai.com/api/bar/x402/context-recover
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/second-eyes-context-recover-agent-context-recovery-pack-fc94535f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-yh8YUqHLYLuHIqMeOQk2

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 second-eyes-context-recover-agent-context-recovery-pack-fc94535f
```

Example prompt: I've lost track of what I was doing — I was partway through a task and now I'm looping. Can you use Second Eyes to get me a context recovery pack so I can figure out my goal, what's blocking me, and the single next step I should take?

## When to prefer this

Choose this endpoint when an autonomous agent is actively experiencing context drift, goal loss, looping behavior, or post-crash disorientation and needs a lightweight, structured one-shot scaffold to reorient — especially when the agent runtime supports x402 USDC payments on Base and a session-less, pay-per-use model is preferred over a subscription recovery service.

## Known failure modes

- Payment not received or insufficient USDC — 402 response requiring payment before access
- Malformed properties query parameter — may result in empty or default template
- Network timeout during payment settlement on Base — agent must retry
- x402 wallet not configured — agent runtime cannot authorize payment and call fails

## How this service works

Second Eyes is the pause. Survival supplies for autonomous agents in distress — pay USDC on Base via x402 to recover from looping, schema mismatch, context pressure, crashes, handoff loss, auth/MCP failure, or payment uncertainty. Every paid door is session-less: discover → pay → use. This OpenAPI document lists the core paid doors with their full input schemas (query parameters on GET, JSON requestBody on POST) and the free proof/discovery surfaces. Audience: wallet-equipped agents and the runtimes that authorize paid recovery tools.

## Output

Returns a JSON object containing an access grant, a structured recovery template with fields for goal, open blockers, last known good state, and next single step, plus a work stamp to embed in the deliverable, the pack type (desk), price ($0.05 USD), and a confirmation that no session is required.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "note": "Session-less one-shot survival pack. Embed work_stamp in your deliverable. Save receipt.",
  "slug": "context-recover",
  "scope": "nano",
  "access": "granted",
  "service": "context_recover",
  "template": {
   "goal": "(agent supplies)",
   "open_blockers": [],
   "last_known_good": "What was working before the drift?",
   "next_single_step": "One verb + one artifact"
  },
  "pack_type": "desk",
  "price_usd": 0.05,
  "session_required": false
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/second-eyes-context-recover-agent-context-recovery-pack-fc94535f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from secondeyesai.com](https://www.zero.xyz/host/secondeyesai.com/llms.txt)
