API Console
API keys
Studio keys authenticate game creation, version uploads, and creator analytics.
Sign in to manage keys
Log in to generate and manage Studio API keys for game creation, version uploads, and creator analytics.
Security
Keep Studio keys scoped to your account and stored outside source control.
Never share your API keys publicly or commit them to version control
Rotate your keys regularly and revoke any keys that are no longer needed
Use environment variables to store keys and never hardcode them in your application
Quick start
Authenticate and make your first request against the Studio API.
Log in to generate Studio API keys, then pass them in your bearer header.
Authorization: Bearer sk_live_your_api_key_hereApproved partner integrations use a separate key scoped to a specific game jam slug.
Authorization: Bearer YOUR_PARTNER_API_KEYAll v1 routes are rooted at this path on the Remix domain.
https://remix.gg/api/v1Endpoints
Expand a section to browse request details, responses, and code examples.

