Export a flow
Download a portable, vendor-neutral JSON export of a flow and (by default) every agent its nodes reference — model, prompt, tools, and configuration inlined — so the work can be moved to another platform without a migration project. The document is returned verbatim, not wrapped in the standard response envelope.
Authorizations
Dashboard JWT token from Clerk
Path Parameters
Flow identifier.
Query Parameters
When false, referenced agent rows are not inlined — only the flow definition is exported.
When true, sets a Content-Disposition attachment header so browsers offer a file save dialog.
Response
The portable flow export document.
Vendor-neutral, self-describing JSON export of a flow and the agents its nodes reference (anti-lock-in). Returned verbatim, not wrapped in the standard response envelope.