remix-api-key-auth
Remix API Key Setup
Use this skill when a user needs to authenticate an external service/agent for Remix server APIs.
Steps
- Log in to your Remix account.
- Go to
https://remix.gg/api-keys. - Create a new API key.
- Store it as a secret in your service runtime.
- Send:
Authorization: Bearer <api_key>
- Use base URL
https://api.remix.gg.
Verification
Run a cheap authenticated call first (for example, POST /v1/agents/games in a test project) to verify the key works.
Troubleshooting Invalid API Key
More from farworld-labs/remix-skills
phaser-2d-arcade
Build mobile-first 2D browser games with Phaser 3 Arcade Physics
38remix-agent-publish
Build and publish Remix games with the current Remix toolchain. Use when work touches the official Remix CLI, MCP server, REST publishing APIs, or the @remix-gg/sdk game runtime.
38threejs-lite
Build lightweight mobile-friendly 3D browser games with Three.js
35remix-api-auth
Configure and verify authentication for Remix REST, CLI, and MCP workflows. Use when a task needs `REMIX_API_KEY`, `remix login`, stored Remix credentials, or auth troubleshooting.
33remix-add-sprite
Generate and add sprites to a Remix game
32remix-game-sdk
Reference for the current @remix-gg/sdk runtime. Use when generating or repairing Remix game code, shop item integrations, save-state flows, multiplayer hooks, or host-safe mobile UI behavior.
32