# DelX Fleet-Wide Controller Summary

> DelX Fleet-Wide Controller Summary is a paid API for AI agents from api.delx.ai, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns a fleet-wide controller summary including top patterns, agent health status, active alerts, and recommended follow-up actions across all monitored agents.

## Facts

- Endpoint: POST https://api.delx.ai/api/v1/premium/fleet-summary
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-delx-ai-d2ed1f03
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3c2uH700Ydy_IoAuwVd3M

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

Example prompt: Give me a fleet-wide controller summary for my agent pool — I need to see top patterns, which agents are unhealthy or drifting, any active alerts, and what follow-up actions I should take right now.

## When to prefer this

Choose this endpoint when you need a single consolidated controller-level view across an entire agent fleet — covering health, patterns, alerts, and next actions in one call — rather than querying individual agent statuses or incident briefs separately. Ideal for orchestration loops, operator dashboards, or handoff scenarios where a human or controller agent needs immediate situational awareness.

## Known failure modes

- Invalid or missing fleet/agent context returns 400 with validation error
- No agents found for given fleet identifier returns empty summary or 404
- Payment not fulfilled via x402 protocol returns 402 Payment Required
- Backend aggregation timeout returns 503 with retry hint
- Malformed POST body returns 400 with field-level error details

## How this service works

Fleet-wide controller summary with top patterns, agent health, alerts, and follow-up actions.

## Output

Returns a structured fleet summary containing top behavioral patterns detected across agents, per-agent health indicators, active alerts with severity context, and a prioritized list of follow-up actions for the controller to act on.

## Example request

```json
{
 "session_id": "fleet-demo-2026",
 "ritual_strip": true,
 "controller_id": "fleet-ctrl-001",
 "response_mode": "model_safe",
 "response_profile": "machine"
}
```

## More

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