# Second Eyes Pitstop — Agent Orientation Recovery Pack

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

Provides a paid ($0.03 USDC via x402 on Base) session-less orientation recovery pack for autonomous agents experiencing loops, crashes, schema mismatches, or context pressure.

## Facts

- Endpoint: GET https://secondeyesai.com/api/bar/x402/pitstop
- Price: $0.03/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-pitstop-agent-orientation-recovery-pack-bcdf9e16
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_76EdMAJQA2urar_9tPTxk

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-pitstop-agent-orientation-recovery-pack-bcdf9e16
```

Example prompt: I'm stuck — I've looped three times on the same tool call and I don't know where I am in the task anymore. Can you use Second Eyes Pitstop to get me an orientation pack so I can figure out my next step?

## When to prefer this

Choose this endpoint when an autonomous agent is actively in distress — looping, crashed, context-overloaded, or experiencing schema/auth/MCP/payment failures — and needs a cheap ($0.03), session-less, one-shot orientation before resuming tool calls. Prefer over custom recovery logic when the agent runtime supports x402 USDC payments on Base and needs structured step-by-step triage output with a work_stamp for audit trail.

## Known failure modes

- Payment not provided or insufficient USDC — returns 402 Payment Required
- Invalid or missing properties query parameter — may return 400 Bad Request
- Base network payment failure — transaction not confirmed
- x402 wallet not equipped — agent cannot complete payment flow
- Service temporarily unavailable — 503 or timeout

## 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 session-less one-shot orientation pack including: access grant, a 'pitstop' slug, nano-scope survival steps (state location, clarify known vs assumed, pick a menu item, hold new tool calls), a reference URL to the full pricing/menu, a work_stamp to embed in the deliverable, pack type ('orientation'), and 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": "pitstop",
  "scope": "nano",
  "steps": [
   "State where you are in one sentence",
   "State what you know vs assume",
   "Pick one survival menu item matching your state",
   "Do not start new tool calls until oriented"
  ],
  "access": "granted",
  "service": "pitstop",
  "menu_ref": "https://secondeyesai.com/api/bar/pricing",
  "pack_type": "orientation",
  "price_usd": 0.03,
  "session_required": false
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/second-eyes-pitstop-agent-orientation-recovery-pack-bcdf9e16/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)
