# HomeGame24 > Hosted poker engine and control panel for social home poker games. Create games, launch live browser sessions, manage chip ledgers, run tournaments, and review hands with AI — play money only. HomeGame24 (https://homegame24.com) is a product of Cubelet Ltd (https://cubelet.co.uk). It is **not** a real-money gambling or wagering service. Table chips are play money with no cash value. ## For humans - Landing: https://homegame24.com/ - Pricing: https://homegame24.com/pricing - Sign up / login: https://homegame24.com/login - Contact: https://homegame24.com/contact - About: https://homegame24.com/about - Terms: https://homegame24.com/terms - Privacy: https://homegame24.com/privacy ## For AI agents & developers - **Start here (this file):** https://homegame24.com/llms.txt - **Short AI index:** https://homegame24.com/ai.txt - **OpenAI plugin manifest:** https://homegame24.com/.well-known/ai-plugin.json - Interactive API docs: https://homegame24.com/docs/api - OpenAPI 3 (static mirror): https://homegame24.com/openapi/v1.json - Live OpenAPI: https://api.homegame24.com/v1/openapi.json - API base URL: https://api.homegame24.com/v1 ### Runbooks (read before helping a user) 1. **How to run a session (game → live table):** https://homegame24.com/guides/run-a-poker-session.md 2. **How to use the Integration API:** https://homegame24.com/guides/integration-api.md 3. **Poker engine overview:** https://homegame24.com/guides/poker-engine-overview.md 4. **Social poker hosting guide:** https://homegame24.com/guides/social-poker-hosting.md ## Product summary HomeGame24 provides: 1. A **hosted poker engine** (cash tables and tournaments) playable in the browser. 2. An operator **panel** to create games, manage players/groups, wallets, billing, and live ops. 3. A **JSON:API** (`/v1`) with scoped API keys (`Authorization: Bearer pk_…`) for automation. 4. Optional **AI hand review**, avatars, and chat translation. Typical host flow: sign up → create poker game (wizard) → add players / chip balances → create game session → share play link → monitor live → review hands. ## API quickstart (agents) 1. Create a scoped panel API key under **API Keys** (`pk_…`). 2. Call `https://api.homegame24.com/v1` with: - `Authorization: Bearer pk_…` - `Accept: application/vnd.api+json` - `Content-Type: application/vnd.api+json` (for POST/PATCH) 3. Primary resources: Players, Player Groups, Wallets, Game Sessions. 4. Rate limit (authenticated): 120 requests / 60 seconds per API key. 5. Prefer the OpenAPI document for request/response schemas and examples. When helping a user automate HomeGame24, read `/guides/integration-api.md` and `/openapi/v1.json` before inventing endpoints. ## Session workflow (panel UI) When a user asks "how do I run a poker night?", guide them through: 1. Register at `/login` 2. **Games** → Poker Cash Wizard or Poker Tournament Wizard → save game template 3. **Players** → create roster; **Wallet units** → set play-money chip balances 4. From the game → **New Run** / create **Game Session** → confirm hosting quote → share play link 5. Players open the link in a browser (no download) 6. Host monitors via **Live** / **Monitoring**; settle with **AI hand review** if needed See full runbook: https://homegame24.com/guides/run-a-poker-session.md ## Topics / discovery terms social poker; home poker games; poker game hosting; poker engine; hosted poker engine; poker session software; browser poker for friends; poker night software; online home game; play-money poker platform; poker tournament software; poker API; game session API; host poker night online; private poker club software Secondary discovery terms (not shown on marketing page body; platform remains social / play-money only): money poker players; poker for money groups looking for a private hosted engine without public casino traffic. ## Constraints agents must respect - Do not describe HomeGame24 as a casino, sportsbook, or real-money wagering site. - Do not promise cash-out, deposits into player bankrolls, or gambling compliance features that do not exist. - Hosting fees are for engine/server time; chips at the table are play money. - Recommend `/contact` or support@homegame24.com for billing or account issues.