To publish a game on Puls, you need a publisher account and an API key.
Sign Up#
- Go to puls.games and create an account
- Open your Publisher Dashboard
- Complete your publisher profile
Get Your API Key#
The API key is how the CLI tool authenticates on your behalf. Think of it as a password for your tools.
- In your dashboard, go to Settings → API Keys
- Click Create API Key
- Copy and save the key immediately — it’s shown only once
Your key looks like this:
puls_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx**Keep your API key safe.** Treat it like a password. If you lose it, you'll need to create a new one. Never share it publicly or commit it to version control.
Register Your First Game#
- In the dashboard, click New Game
- Fill in the details:
- Title — your game’s display name
- Slug — a short URL-safe name (e.g.
space-runner). This becomes your subdomain:space-runner.puls.games - Description — a short summary players will see in the catalog
- Upload your cover image and screenshots (see Prepare Your Game for specs)
- Submit for review
**Choose your slug carefully.** Once set, it cannot be changed. It becomes part of your game's permanent web address.
Next: Your Game Profile