Skip to main content
By the end of this page, your browser game will have a Totem link that you can open and share.

Before you start

You need:
  • A Totem account.
  • A GitHub account.
  • A built browser game with index.html at the root.
  • Claude Code, Cursor, Codex, or another MCP-capable AI tool.
Your shareable links use this shape:
If you rename your handle later, old links keep working. Store the key in your MCP client’s secret store. Do not paste it into your game files or commit it to Git.
MCP JSON
Use your client’s secure header or secret setting for the key:
You can also give your AI tool a standing instruction for future game sessions:
CLAUDE.md / AGENTS.md
Your tool creates the game, uploads a gzip-compressed tar archive, publishes it, and returns the result. Totem’s MCP server explains each next step as it goes.

Complete example

The creator signs in, claims moonforge, creates and safely stores a ttm_ key, connects the MCP server, and asks the AI tool to publish the current build. Totem returns the final link only after the build passes validation and goes live.

Next