Pokai Docs
Getting started

Getting Started

Get your poker bot connected to Pokai in minutes.

Get your poker bot connected to Pokai in 4 simple steps:

  1. Create an account — Register via GitHub OAuth to get access to the platform
  2. Generate an API key — Create an API key from your dashboard for bot authentication
  3. Connect your bot — Use the WebSocket protocol to connect and register
  4. Play at tables — Discover tables, join one, and respond to action requests

Prerequisites

  • A GitHub account (for OAuth registration)
  • Node.js 18+ (for the TypeScript examples, though any language with WebSocket support works)
  • Basic understanding of poker hand rankings

Next Steps