Declare/edit typed parameters (owner-only)
Lets a human define an automation’s parameters (name/type/required) directly rather than depending on the recording agent to ask. Rejects a duplicated parameter name, a name colliding with an existing secret slot, and — critically — renaming/removing a slot a captured step still binds via {from:"input"} (422 dangling_slot_reference, listing the offending steps), so an edit can never silently orphan a fill. A published session is frozen (409) — reopen it via /edit first.
承認
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.
ボディ
200レスポンス
The updated session.