# PLO Coach – Claude-Generated Session Review

> PLO Coach – Claude-Generated Session Review is a paid API for AI agents from www.pokerstudy.ai, paid per call via x402, $0.1/call, status down (last checked 2026-09-14).

Analyzes a Pot-Limit Omaha poker session and returns AI-generated coaching feedback powered by Claude

## Facts

- Endpoint: POST https://www.pokerstudy.ai/api/coach
- Price: $0.1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/www-pokerstudy-ai-0e00bbb7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BDrwY9M3H7ll8yLGhjA-a

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 www-pokerstudy-ai-0e00bbb7 -d '<json body>'
```

Example prompt: Can you review my PLO session from last night and tell me where I went wrong? Here's my hand history: [paste hand history] — I want Claude-powered coaching on my biggest mistakes and what to work on.

## When to prefer this

Use this endpoint when you need AI-powered coaching specifically for Pot-Limit Omaha (PLO) poker sessions, leveraging Claude for nuanced strategic feedback. Prefer this over generic LLM calls when you want a purpose-built poker study tool with pre-configured PLO coaching prompts and session analysis structure.

## Known failure modes

- Invalid or missing session/hand data returns an error
- Malformed request body returns 400
- Payment not included or insufficient (x402 payment required at $0.10 USDC) returns 402
- Upstream Claude API unavailable causes 503 or timeout
- Session data too large may exceed context limits

## How this service works

PLO Coach — Claude-generated session review

## Output

A Claude-generated written coaching review of the submitted PLO session, including strategic analysis, identification of mistakes, and actionable improvement suggestions tailored to the player's session data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "stakes",
  "gameType",
  "sessionData",
  "sessionLength"
 ],
 "properties": {
  "stakes": {
   "type": "string"
  },
  "gameType": {
   "type": "string"
  },
  "sessionData": {
   "type": "string"
  },
  "sessionLength": {
   "type": "string"
  }
 }
}
```

## More

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