# Beexar > Game provider platform. Operators integrate a seamless wallet: they implement four > HTTP callbacks (balance, betwin, rollback, finish) that Beexar calls to move money, > and call a launcher endpoint to start a game session. All requests are signed with > HMAC-SHA256 over the raw body in the X-REQUEST-SIGN header. Money is always a decimal > string in the currency main unit. Official SDKs: `npm install @beexar/sdk`, `composer require beexar/sdk`, `go get github.com/beexar-games/beexar-go`, `pip install beexar`. Agent skill: `npx skills add beexar-games/public-api`. ## OpenAPI - [Wallet API](https://docs.beexar.com/api/wallet.yaml): the four callbacks the operator implements - [Launcher API](https://docs.beexar.com/api/softswiss/gateway.yaml): starting a real or demo session - [Gateway API](https://docs.beexar.com/api/gateway.yaml): the operator game catalogue - [Common schemas](https://docs.beexar.com/api/common/schemas.yaml): shared schemas ## Getting started - [Authentication](https://docs.beexar.com/getting-started/authentication/): API keys and HMAC-SHA256 request signing. - [Introduction](https://docs.beexar.com/getting-started/introduction/): What is Beexar and how it works. - [Quick Start](https://docs.beexar.com/getting-started/quickstart/): Get up and running with Beexar integration in minutes. ## Integration tools SDKs, the agent skill and the reference wallet - [AI agent skill](https://docs.beexar.com/tools/ai-agent/): Install the Beexar integration skill into your coding agent. - [AI prompts](https://docs.beexar.com/tools/prompts/): Copy-paste prompts for integrating Beexar with any coding assistant. - [Reference wallet](https://docs.beexar.com/tools/reference-wallet/): A complete, correct wallet implementation in all four languages. - [Go SDK](https://docs.beexar.com/tools/sdk-go/): Launch games and serve the wallet callbacks from Go. - [Node / TypeScript SDK](https://docs.beexar.com/tools/sdk-node/): Launch games and serve the wallet callbacks from Node. - [PHP SDK](https://docs.beexar.com/tools/sdk-php/): Launch games and serve the wallet callbacks from PHP. - [Python SDK](https://docs.beexar.com/tools/sdk-python/): Launch games and serve the wallet callbacks from Python. ## Wallet API the four callbacks the operator implements - [POST /balance](https://docs.beexar.com/wallet-api/balance/): Return the current player balance. - [POST /betwin](https://docs.beexar.com/wallet-api/betwin/): Process bet and win transactions atomically in a single request. - [POST /finish](https://docs.beexar.com/wallet-api/finish/): Round completion signal. - [Wallet API Overview](https://docs.beexar.com/wallet-api/overview/): Architecture, amount format, idempotency, and round lifecycle. - [POST /rollback](https://docs.beexar.com/wallet-api/rollback/): Reverse previously processed transactions. ## Game integration - [Frontend Integration](https://docs.beexar.com/game-integration/frontend/): CSP, responsive design, and iframe configuration. - [Game Launch](https://docs.beexar.com/game-integration/launch/): How to create a game session and embed the game. - [Session Flow](https://docs.beexar.com/game-integration/session-flow/): Session token lifecycle and game event flow. ## Guides - [Callback Configuration](https://docs.beexar.com/guides/callbacks/): Setting up and managing your 4 wallet callback URLs. - [Error Handling](https://docs.beexar.com/guides/error-handling/): Error codes, retry strategy, and timeout handling. - [FAQ](https://docs.beexar.com/guides/faq/): Frequently asked questions about the Beexar integration. - [Testing](https://docs.beexar.com/guides/testing/): How to test the integration using demo mode and the Integration Test Game. ## Games - [Crash](https://docs.beexar.com/games/crash/): Multiplayer crash game with rising multiplier and manual/auto cashout. - [Dice](https://docs.beexar.com/games/dice/): Over/Under betting game with provably fair results. - [Plinko](https://docs.beexar.com/games/plinko/): Ball-drop game with configurable rows and risk levels. - [Slots](https://docs.beexar.com/games/slots/): Multi-reel slot machine with bonus features. ## Backoffice - [AI Design Studio](https://docs.beexar.com/backoffice/ai-design/): Restyle the Dice game with an AI chat assistant or a manual design-token editor. - [Analytics](https://docs.beexar.com/backoffice/analytics/): How to use the analytics dashboard and reports in the Beexar Backoffice. - [API Keys & Callback URLs](https://docs.beexar.com/backoffice/api-keys/): How to manage API keys and configure wallet callback URLs. - [Audit Logs](https://docs.beexar.com/backoffice/audit-logs/): Review changes made in the backoffice. - [Billing](https://docs.beexar.com/backoffice/billing/): View and download your monthly invoices. - [Custom Currencies](https://docs.beexar.com/backoffice/currencies/): How to add and manage custom currencies and tokens for your operator. - [Game Preview](https://docs.beexar.com/backoffice/game-preview/): How to preview and test games using the built-in demo launcher. - [Game Management](https://docs.beexar.com/backoffice/games/): How to create, configure, and publish games in the Beexar Backoffice. - [Managing Operators](https://docs.beexar.com/backoffice/operators/): How to create and manage operators in the Beexar Backoffice. - [Organization](https://docs.beexar.com/backoffice/organization/): Your organization, its settlement currency, and organization types. - [Backoffice Overview](https://docs.beexar.com/backoffice/overview/): Introduction to the Beexar Backoffice — the management panel for operators. - [Partners](https://docs.beexar.com/backoffice/partner/): The partner (affiliate) cabinet — dashboard, attached operators, and earnings. - [Paid Features](https://docs.beexar.com/backoffice/subscriptions/): Optional paid add-ons activated per operator. - [Team & Access](https://docs.beexar.com/backoffice/team/): Invite team members and manage their roles. ## Other - [API Reference](https://docs.beexar.com/api-reference/) - [Integration Tools](https://docs.beexar.com/tools/) ## Optional - [Full text of every page](https://docs.beexar.com/llms-full.txt)