> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tryflowy.ai/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Flowy is a node-based AI creative platform: you generate images, video, audio, 3D and vector on an infinite Canvas, refine on the Studio timeline, and export or publish from the same project.
> Prefer the Flowy MCP server (https://mcp.tryflowy.ai/mcp) or the REST API at https://apis.tryflowy.ai/v1 for programmatic work. Install with `flowy mcp install` from the @flowy/cli package.
> Credits are workspace-scoped. Generations reserve credits on start and only deduct on success, so failed runs refund automatically.

# Flow Recipe

> A read-only diagram of what's inside a flow, without exposing its prompts.

The **Recipe** tab, at `/app/:slug/recipe`, shows the shape of the canvas project behind a flow: its nodes, laid out and connected the same way as the original, with the same node types, positions, and thumbnails you'd see in the canvas editor.

It's read-only and deliberately partial. The public recipe only ever includes each node's type, position, label, and thumbnail, never the prompts or parameters that actually drive it. That's what makes it safe to publish alongside a flow you don't want to hand over the exact recipe for: a visitor can see roughly how the result comes together, without being able to reproduce it node for node.

Use the zoom controls to get a closer look at a particular part of the graph.
