Publish a captured demonstration (owner-only)
Compiles the session’s captured_ops into a FlowSpec, checks it for a secret-value leak (a literal match against any secret captured live this session), and — on success — activates the digest as the automation’s REST deploy, flipping status to published. Only permitted while the session is captured. Failure is classified but never echoes the raw internal error to the client.
承認
The dashboard's signed, HttpOnly session cookie (packages/service/src/auth.ts): base64url(payload).base64url(hmac-sha256), absolute 30-day lifetime, SameSite=Lax, Secure on any TLS deployment. Minted by POST /api/auth/signup or POST /api/auth/login (or, outside production, auto-provisioned by GET /api/session). Because it is HttpOnly, it cannot be read or attached by a browser-based API-reference "Try it" panel across origins — exercise these routes with a real logged-in browser session or a cookie-jar HTTP client.
パスパラメータ
The automation id.
レスポンス
Published — a new Version (flow_digest) is now live at the automation's Endpoint.
The product's core object — an Automation (the engine's Flow). name is the public /v1/run/:flow endpoint and unique per org. status gates running: draft (never runnable), published (live), failing (a locator drift was detected — see needs_attention/rerecord_href).