API Console

Manage Studio API keys and explore endpoints for game creation, analytics, and approved game jam partner workflows.

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.

Best practice

Never share your API keys publicly or commit them to version control

Best practice

Rotate your keys regularly and revoke any keys that are no longer needed

Best practice

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.

Studio auth

Log in to generate Studio API keys, then pass them in your bearer header.

Authorization: Bearer sk_live_your_api_key_here
Partner auth

Approved partner integrations use a separate key scoped to a specific game jam slug.

Authorization: Bearer YOUR_PARTNER_API_KEY
Base URL

All v1 routes are rooted at this path on the Remix domain.

https://remix.gg/api/v1

Endpoints

Expand a section to browse request details, responses, and code examples.