Update a Context

put/v1/contexts/{id}

Path parameters

idstring required

Response

The request has succeeded.

idstring required
uploadUrlstring required

Deprecated. Browserbase no longer supports context uploads via the API; this field always contains a non-functional sentinel URL and remains only for backwards compatibility.

publicKeystring required

The public key to encrypt the user-data-directory.

cipherAlgorithmstring required

The cipher algorithm used to encrypt the user-data-directory. AES-256-CBC is currently the only supported algorithm.

initializationVectorSizeinteger required

The initialization vector size used to encrypt the user-data-directory. Read more about how to use it.

Changes