Start (or restart) a demonstration (owner-only)
Creates or reuses the automation’s single authoring session and fires a real Chromium + model demonstration FIRE-AND-FORGET — the client tails progress over GET /:id/stream. A re-start resets the capture. Declared parameters (input_params/input_slots) in the body win; otherwise the studio’s zero-arg “just record” call inherits whatever was already declared on the session (e.g. from POST /api/automations or POST /:id/params).
承認
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.
ボディ
レスポンス
The demonstration is running; tail it via /stream.