Remix a design kit
remix_themeCreate a new private theme by copying an existing kit and applying overrides. Use it to produce multiple variations on a design without modifying the original.
Instructions
Copy an existing kit into a new private kit with overrides applied. The source can be your own kit, a catalog kit, or another user's public kit. This is the fast path when you want three or four variations on one direction: call it repeatedly against the same source with different overrides. The original is never modified. Reach for create_theme instead when you are authoring a kit rather than varying one. A Pro-tier source needs an entitled key, and the copy is private until you publish it from the web Studio. Requires the kits:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name for the copy. Defaults to the source name with a variation suffix. | |
| slug | Yes | Permanent id or slug of the kit to copy: your own, a catalog kit, or a public user kit. Prefer the id: it never moves, while a slug can be renamed and a retired slug keeps resolving through an alias. | |
| overrides | Yes | Mix-and-match overrides applied on top of the base kit. Structure-level composition is not available via the API. |