remix-api-auth
Installation
SKILL.md
Remix Authentication Setup
Use this skill when a user needs to authenticate a terminal, MCP client, or external service against Remix.
Auth Modes
- REST or custom services: send
Authorization: Bearer <api_key>tohttps://api.remix.gg. - CLI: run
remix login, then verify withremix whoami. - MCP: prefer
REMIX_API_KEY; if unset, the server can reuse CLI credentials from~/.config/remix/credentials.json.
Preferred Terminal Flow
curl -fsSL https://remix.gg/install.sh | bash
remix login
remix whoami
The CLI stores credentials in ~/.config/remix/credentials.json.