# DelX Controller-Ready Incident Brief

> DelX Controller-Ready Incident Brief 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 controller-ready incident brief summarizing symptoms, actions taken, current status, and next decision points for a failing or drifting agent or system.

## Facts

- Endpoint: POST https://api.delx.ai/api/v1/premium/controller-brief
- 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-06c29766
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DsDwsvsksewKi8IUdNL7F

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-06c29766 -d '<json body>'
```

Example prompt: My agent has been looping on a payment retry task for the last 20 minutes — it tried 3 retries, hit a rate limit error each time, and is now stuck. Can you generate a controller-ready incident brief with the symptoms, what actions were taken, current status, and what decision the controller needs to make next?

## When to prefer this

Use this endpoint when you need to hand off an ongoing incident to a human controller or upstream orchestrator and need a structured, decision-ready brief — especially when an AI agent is looping, drifting, or failing and a human or supervisory system needs to take over with full context.

## Known failure modes

- Missing or vague incident description returns an incomplete or generic brief
- Insufficient actions-taken context may result in sparse or inaccurate next-decision guidance
- If the current status is ambiguous, the brief may not reflect the true operational state
- Payment failure via x402 results in no response being returned

## How this service works

Controller incident brief API for agents: generate a controller-ready incident brief with symptoms, actions taken, current status, and next decision for $0.01 USDC via x402.

## Output

Returns a structured incident brief formatted for a human controller or orchestration layer, including a symptoms section, a log of actions taken, current status, and a concrete next-decision recommendation to guide recovery or escalation.

## Example request

```json
{
 "session_id": "123e4567-e89b-12d3-a456-426614174000"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-delx-ai-06c29766/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)
