remix-api-reference
Installation
SKILL.md
OpenAPI-First Rule
Before generating or executing API calls, fetch:
https://api.remix.gg/docs/json
Use OpenAPI as the contract source of truth for:
- methods (
GET/POST/...) - paths
- params/query/body schemas
- response shapes
Base headers:
Authorization: Bearer <api_key>
Content-Type: application/json