Skip to main content
POST /api/v1/cloud/sessions/{session_id} Updates mutable Session attributes. Omitted fields are preserved.

Path parameters

Headers

Request body

Note: vault_ids appears 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_ms is also not supported.

Example request

Example response

HTTP 200 OK Returns the updated Session object.

Errors

HTTP 400 Bad Request
HTTP 404 Not Found
See Errors for the full error envelope.

Start a session

Run an agent against an environment as a stateful conversation.