# delx.ai Recovery Session Summary

> delx.ai Recovery Session Summary is a paid API for AI agents from api.delx.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Generates a compact recovery session summary with progress status and recommended next actions to support agent handoff after incidents or failures.

## Facts

- Endpoint: POST https://api.delx.ai/api/v1/premium/session-summary
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-delx-ai-16c1cfb6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cmpKQYbpZXUvdZJgNXY2m

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 api-delx-ai-16c1cfb6 -d '<json body>'
```

Example prompt: Give me a compact recovery session summary for the current agent session — I need the progress status, which recovery phase we're in, and the recommended next actions so the next agent can pick up where we left off.

## When to prefer this

Use this endpoint when an AI agent has encountered a looping, drifting, or failing state and needs to produce a structured handoff summary for another agent or operator. Ideal when transitioning between agent sessions, escalating incidents, or generating post-incident briefings that outline recovery phases and next corrective steps.

## Known failure modes

- Missing or malformed session context returns a 400 error
- Insufficient recovery data may yield an incomplete or low-confidence summary
- Payment failure via x402 results in a 402 response blocking the call
- Session data that is too stale or ambiguous may produce generic rather than specific next actions

## How this service works

Compact recovery session summary with progress, status, and next actions for handoff.

## Output

A compact structured summary of the recovery session including current progress, phase status (stabilize, diagnose, recover, prevent), and prioritized next actions suitable for agent handoff or operator review.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-delx-ai-16c1cfb6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.delx.ai](https://www.zero.xyz/host/api.delx.ai/llms.txt)
