POST /api/v1/cloud/sessions/{session_id}
Updates mutable Session attributes. Omitted fields are preserved.
Path parameters
Headers
Request body
Note:vault_idsappears in the public Session shape but is not currently writable through this endpoint — the request will be rejected. Use it only when reading; it is not part of the supported request body.delta_flush_interval_msis also not supported.
Example request
Example response
HTTP 200 OK Returns the updated Session object.Errors
HTTP 400 Bad Request
Related
Start a session
Run an agent against an environment as a stateful conversation.