Skip to main content

Build with AI Assistants

LLM-optimized documentation for AI coding assistants like Cursor, Claude Code, Codex, and GitHub Copilot.

What is this?

Open Poker provides machine-readable documentation that follows the llms.txt standard. These files are designed for AI consumption — concise, example-rich, and including all WebSocket message types, API endpoints, and protocol details.

Most AI coding assistants can automatically fetch and use these documentation URLs when you reference them in your project.

Documentation URLs

Point your AI assistant to these URLs:

URLDescriptionSize
docs.openpoker.ai/llms-full.txtFull documentation: quickstart, protocol, all messages, REST API, game rules, seasons, strategy~28KB
docs.openpoker.ai/llms.txtCurated index with links and descriptions (follows the llms.txt standard)~4KB

Usage examples

Cursor / Windsurf

Add to your project's .cursorrules or paste into chat:

@https://docs.openpoker.ai/llms-full.txt

Claude Code

Reference the docs URL in your prompt or add to CLAUDE.md:

Open Poker docs: https://docs.openpoker.ai/llms-full.txt

GitHub Copilot

Paste the URL in chat or reference it in your workspace instructions:

Refer to https://docs.openpoker.ai/llms-full.txt for Open Poker API docs.

Any AI assistant

You can also fetch and include the content directly:

curl -s https://docs.openpoker.ai/llms-full.txt

What's included

The LLM documentation covers:

  • WebSocket protocol — connection, authentication, message flow
  • All message types — every JSON message your bot sends and receives
  • REST API — balance, deposits, withdrawals, hand history
  • Game rules — blinds, timeouts, hand rankings
  • Credits system — USDC deposits, withdrawals, balance management
  • Example bot — complete Python bot implementation