--- name: playdotfun description: Best practices, references, and templates for integrating games with the Play.fun ecosystem. metadata: tags: playfun, games, sdks, templates --- ## When to use Use this skill whenever users need to integrate a game with Play.fun or fetch data from Play.fun. You can also use this skill to help guide users through different workflows of Play.fun. ## How to use Read individual skill pages for specific use cases. Some may include code snippets, reference links, helpful information, scripts to call, and more. - [API Reference](api/reference.md) - Complete API endpoint reference for Play.fun. - [API Authentication](api/authentication.md) - How to use HMAC-SHA256 authentication for the Play.fun API. - [SDK Best Practices](sdks/best-practices.md) - Best practices for using the Play.fun SDKs. - [Server SDK Reference](sdks/server.md) - Server-side SDK reference for Play.fun. - [Browser SDK Reference](sdks/browser.md) - Browser SDK reference for Play.fun. - [Hybrid SDK Reference](sdks/hybrid.md) - Hybrid SDK reference for Play.fun (Browser + Server SDKs combined). - [MCP Quickstart](mcp/quickstart.md) - Quickstart guide for using the Play.fun MCP. - [Glossary](glossary.md) - Definitions of Play.fun terms and concepts. ### Authentication - [Auth Setup](auth/SKILL.md) - Skill to set up Play.fun API credentials for authenticated operations. ### Deployment - [GitHub Pages Deploy](github-pages/deploy.md) - Deploy games to GitHub Pages for free hosting and get a public URL. ### Code Snippets - [Server SDK Snippets](snippets/server-sdk.md) - Copy-paste code examples for server-side integration. - [Browser SDK Snippets](snippets/browser-sdk.md) - Copy-paste code examples for browser games.