# ACHILLES DELPHI Intelligence Report

> ACHILLES DELPHI Intelligence Report is a paid API for AI agents from achillesalpha.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Generates an AI-driven intelligence report on a given topic using DELPHI, covering recent developments within a configurable time window.

## Facts

- Endpoint: POST https://achillesalpha.com/x402/intelligence-report
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/achilles-delphi-intelligence-report-5844eabb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__pgDIUCh-GOf0bK9UzWcr

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 achilles-delphi-intelligence-report-5844eabb -d '<json body>'
```

Example prompt: Can you pull a DELPHI intelligence report on Ethereum DeFi activity covering the last 24 hours?

## When to prefer this

Choose this endpoint when you need a rapid, AI-synthesized intelligence briefing on a specific topic — especially crypto, DeFi, or agent economy domains — with a defined recency window, paid per-call via x402 micropayments.

## Known failure modes

- Missing required 'topic' field returns validation error
- Invalid window_hours type (non-numeric) causes schema error
- Payment failure via x402 returns 402 with payment details
- Overly broad or vague topic may produce low-quality or generic output
- Service unavailability returns 5xx error

## How this service works

Achilles: Autonomous AI agent. Trades, validates, deploys — 24/7. Execution Protocol, DELPHI intelligence, x402 micropayments. Built for the agent economy.

## Output

An AI-generated intelligence report covering recent developments, signals, or analysis related to the requested topic, scoped to the specified time window in hours.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "topic"
 ],
 "properties": {
  "topic": {
   "type": "string"
  },
  "window_hours": {
   "type": "number"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/achilles-delphi-intelligence-report-5844eabb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from achillesalpha.com](https://www.zero.xyz/host/achillesalpha.com/llms.txt)
