Get an interface style
get_interface_styleGet an interface style's full implementation export in Markdown or JSON, containing render-grammar rules to apply within your design system.
Instructions
Retrieve one interface style's full implementation export, as Markdown for reading or JSON for programmatic use. The export holds render-grammar rules only, so combine it with a design kit's tokens, typography, motifs, and brand rules; on its own it will not give the UI an identity. Read-only: it returns the text and writes nothing to disk. Free records are public; a Pro record returns 403 with an upgrade path unless the key is entitled, without leaking the payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Opaque id or slug of the record, from list_interface_styles. Either addresses it directly. The id never changes; the slug is an editorial handle that can be renamed, and unlike a kit slug it has no alias fallback, so store the id for any reference you keep. | |
| format | No | Export representation: markdown (default) or json. |