# Wintel Playbook Entry Report

> Wintel Playbook Entry Report is a paid API for AI agents from wintel.canopy.finance, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Retrieves a full AI analyst playbook report for a specific investment entry (country, cryptocurrency, or stock) by entry ID

## Facts

- Endpoint: GET https://wintel.canopy.finance/x402/v1/playbook/%7Bentry_id%7D
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wintel-playbook-entry-report-7d314351
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZBjfhc-Iuf2_C5cYUQjZt

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 wintel-playbook-entry-report-7d314351
```

Example prompt: Pull me the Wintel playbook report for Brazil — I want the full AI analyst narrative, factor scores, and current investment rating.

## When to prefer this

Use this endpoint when you need a comprehensive, single-call AI analyst report for a specific investment asset (country, crypto, or stock) identified by its Wintel entry ID — including narrative, scores, and change detection in one payload. Prefer this over sibling score-only or changes-only endpoints when you need the full picture.

## Known failure modes

- Invalid or unknown entry_id returns 404 or empty result
- Payment not completed via x402 protocol returns 402 Payment Required
- Malformed entry_id path parameter returns 400 Bad Request
- Entry exists but has no recent data returns partial or stale report
- Network timeout for AI generation returns 503 or timeout error

## How this service works

Event-driven investment analysis: country risk scoring, change detection, and AI analyst reports for countries, cryptocurrencies, and stocks. Machine-payable endpoints at /x402/v1/* (x402 protocol).

## Output

A comprehensive AI analyst playbook report including engine-sourced framework scores, headline investment score, investment rating, period-over-period metric changes, and a grounded narrative analysis section for the specified country, cryptocurrency, or stock entry.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wintel-playbook-entry-report-7d314351/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from wintel.canopy.finance](https://www.zero.xyz/host/wintel.canopy.finance/llms.txt)
