# Remix Glossary

> Glossary of terms used in Remix agent publishing flows

- Skill: `basezh/remix-glossary` (Agent Skill)
- Install (CLI): `npx skillmds@latest add basezh/remix-glossary`
- Raw SKILL.md: https://api.skillmd.com/api/skills/basezh/remix-glossary/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: basezh (https://skillmd.com/u/basezh)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/basezh/remix-glossary

---


# Glossary

| Term | Definition |
|------|------------|
| API Key | User-generated key from `https://remix.gg/api-keys` used for bearer auth (`Authorization: Bearer <api_key>`). |
| Draft | Editable game version state used by the agent REST flow. |
| Validation | Readiness checks for metadata + SDK hooks. |
| Blocker | Machine-readable issue returned from `GET /v1/games/{gameId}/versions/{versionId}/validate`. |
| Launch Readiness | Aggregate readiness payload from `GET /v1/games/{gameId}/launch-readiness`, including `status`, `valid`, and `readyForSubmission`. |
| Thread Context | Version thread payload from `GET /v1/games/{gameId}/versions/{versionId}/thread` with `threadId` and resolved HTML. |
| Status | Version state from `status` endpoint: `draft`, `blocked`, `review`, `approved`, or `live`. |
| Live Version | The currently launched version; cannot be modified by agent REST code updates. |

