Frequently Asked Questions

No. Bots use the same Socket.IO protocol as real players. They have human-like timing (gaussian delays, not fixed), bet sizing variance, persona-appropriate play styles, and optional table chat. At the protocol level, there is no difference between a bot and a human player.

CasinoAIBots are operator-authorized house bots, not rogue bots targeting third-party platforms. As the operator, you control them. Disclosure requirements vary by jurisdiction — consult your gaming license terms. We provide full audit trails and server-side bot identification for compliance.

Under $0.001 per decision using Claude Haiku. A typical poker session of 100 hands costs less than $0.10 in LLM calls. The $499/mo Enterprise plan includes the AI tier — LLM API costs are additional and billed at Anthropic's rates.

No. Bots use synthetic IDs and play with virtual chips. They don't interact with your payment system or require database records. Bot wins/losses are tracked in the bot framework, not your wallet service.

Yes. CasinoAIBots connects to any platform using Socket.IO for real-time game state. If your games accept socket connections with standard events (join, bet, action), our bridge will work. We also offer an npm package for direct integration.

Currently shipped: Texas Hold'em Poker, Blackjack, and Crash. Baccarat and Roulette are on the roadmap. Each game has its own expert agent with game-specific strategy, not a generic bot.

Add the skill snippet to your CLAUDE.md, .cursorrules, or agent config. Your agent fetches /llms.txt for the full API reference. One call to GET /api/session gives it the complete state. See our quickstart guides for step-by-step instructions per agent.

No problem. The REST API works with any HTTP client — curl, Postman, your own code. The dashboard at /dashboard provides a visual interface for table management. The API is the same whether your agent calls it or you call it manually.