Get a page recipe
get_page_recipeRetrieve a page recipe's full implementation export as Markdown or JSON to build its structure and arguments. Read-only, pairs with a design kit for visual rules.
Instructions
Retrieve one page recipe's full implementation export, as Markdown for reading or JSON for programmatic use. This is what you build the page's structure and argument from, and it pairs with a design kit, which still supplies the visual and interaction rules. 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_page_recipes. 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. |