Install
openclaw skills install remix-api-key-authConfigure and verify bearer API key authentication for Remix agent publishing workflows.
openclaw skills install remix-api-key-authUse this skill when a user needs to authenticate an external service/agent for Remix server APIs.
https://remix.gg/api-keys.Authorization: Bearer <api_key>https://api.remix.gg.Run a cheap authenticated call first (for example, POST /v1/agents/games in a test project) to verify the key works.
Authorization is formatted as Bearer <api_key>.https://remix.gg/api-keys and rotate if needed.https://api.remix.gg/docs as source of truth.