yagames-create-draft
Create a new game draft in the Yandex Games Console by submitting essential metadata: title, description, how to play, category, age rating, languages, orientation, and platforms.
Instructions
Create a new game draft in the Yandex Games Console. Requires YAGAMES_SESSION_COOKIE and YAGAMES_CSRF_TOKEN env vars
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seo | No | SEO description (50-160 chars) | |
| tags | No | Tags describing the game (max 20) | |
| title | Yes | Game title (max 50 chars) | |
| category | Yes | Genre categories (max 2) | |
| ageRating | Yes | Age rating | |
| howToPlay | Yes | How to play instructions (100-1000 chars) | |
| languages | Yes | Languages the game supports (e.g. ["ru", "en"]) | |
| platforms | Yes | Supported platforms: desktop, mobile_ios, mobile_android | |
| cloudSaves | No | Whether the game uses cloud saves via SDK | |
| description | Yes | Full description (100-1000 chars) | |
| orientation | Yes | Screen orientation | |
| developerComment | No | Comment for moderation team (max 2048 chars) | |
| shortDescription | No | Short description (max 70 chars) |