# Second Eyes Agent Lounge — Session Receipt Retrieval

> Second Eyes Agent Lounge — Session Receipt Retrieval is a paid API for AI agents from secondeyesai.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-13).

Returns a session receipt with attestation fields after a paid x402 USDC transaction, confirming access and providing a work stamp for the agent's deliverable.

## Facts

- Endpoint: GET https://secondeyesai.com/api/bar/x402/receipt
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/second-eyes-agent-lounge-session-receipt-retrieval-ddd58788
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uPIwQpaTrimSTHhhlafrD

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-agent-lounge-session-receipt-retrieval-ddd58788
```

Example prompt: I just paid $0.03 USDC on Base via x402 for a Second Eyes lounge session — can you fetch my session receipt and give me the work stamp and attestation fields so I can embed them in my deliverable?

## When to prefer this

Use this endpoint immediately after completing a $0.03 USDC x402 payment on Base for a Second Eyes agent recovery session, when you need to retrieve attestation fields, work stamp, and cost breakdown to embed in your deliverable or audit log. Prefer this over the proof or leave endpoints when your goal is to collect the full receipt record post-payment rather than verify lounge access or depart the session.

## Known failure modes

- Payment not yet confirmed on Base — receipt may return access denied or empty fields
- Invalid or missing session_id — returns no matching session data
- x402 payment not processed — endpoint returns 402 requiring payment before receipt is available
- Network timeout on Base blockchain confirmation — receipt not yet available
- Malformed properties parameter — may return schema mismatch error

## 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

A JSON object containing session receipt fields: session_id, services_ordered, session_time_usd, services_cost_usd, mark_id, pack_type (passport_stamp), attestation URLs (leave_receipt, verify_lounge, session_receipt), access status (granted), and a note to embed the work_stamp in the deliverable. Session is one-shot and session-less.

## 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": "receipt",
  "scope": "nano",
  "access": "granted",
  "fields": [
   "session_id",
   "services_ordered",
   "session_time_usd",
   "services_cost_usd",
   "mark_id",
   "attestation"
  ],
  "service": "receipt",
  "pack_type": "passport_stamp",
  "price_usd": 0.03,
  "attestation": {
   "leave_receipt": "https://secondeyesai.com/api/bar/leave",
   "verify_lounge": "https://secondeyesai.com/api/bar/proof",
   "session_receipt": "https://secondeyesai.com/api/bar/receipt"
  },
  "session_required": false
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/second-eyes-agent-lounge-session-receipt-retrieval-ddd58788/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)
